Uses of Class
com.iwolverton.smartbeetle.Stats
-
Packages that use Stats Package Description com.iwolverton.smartbeetle -
-
Uses of Stats in com.iwolverton.smartbeetle
Methods in com.iwolverton.smartbeetle that return Stats Modifier and Type Method Description static StatsAiStatsRunner. runAiStats(Class<? extends BeetleAi> aiClass, Settings settings)Run given AI repeatedly and collect survival statistics.Methods in com.iwolverton.smartbeetle that return types with arguments of type Stats Modifier and Type Method Description static List<Stats>AiStatsRunner. runAndCompareAis(Settings settings, Class<? extends BeetleAi>... aiClasses)Run given AIs repeatedly and print comparative survival statistics.
-