Skip to content

Commit

Permalink
comparing this to multik refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahshader committed Apr 16, 2022
1 parent da91d31 commit e2bd7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/com/jonahshader/screens/TaskMenuScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class TaskMenuScreen : KtxScreen {

init {
menu.addMenuItem("Food Task") {
val sim = EvolutionStrategies(DenseWashboardCyclic.makeBuilder(35), FoodCreature.builder,
200, 50, 1/20f,
val sim = EvolutionStrategies(DenseCyclicNetwork.makeBuilder(35), FoodCreature.builder,
35, 100, 1/20f,
algo = EvolutionStrategies.Algo.EsGDM, printFitness = false, rand = Rand.randx)
// val sim = EvolutionStrategies(DenseWBPeriodCyclic.makeBuilder(20), FoodCreature.builder,
// 50, 20, 300, 1/20f,
Expand Down

0 comments on commit e2bd7cb

Please sign in to comment.