Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
fonhorst committed Dec 18, 2023
1 parent 87193d8 commit c852ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/autotm_fit_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
alg_name=alg_name,
alg_params={
"num_iterations": 2,
"num_individuals": 2,
"num_individuals": 10,
"use_nelder_mead_in_mutation": False,
"use_nelder_mead_in_crossover": False,
"use_nelder_mead_in_selector": False,
Expand Down

0 comments on commit c852ae0

Please sign in to comment.