Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikMettler committed Jan 6, 2021
1 parent 3e7ae6a commit 1d27314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ea_mu_plus_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ def objective(ind):
return ind

population_params["n_parents"] = 1

pop = cgp.Population(**population_params, genome_params=genome_params)

ea_params["tournament_size"] = 1
ea = cgp.ea.MuPlusLambda(**ea_params)
ea.initialize_fitness_parents(pop, objective)

Expand Down

0 comments on commit 1d27314

Please sign in to comment.