Skip to content

Commit

Permalink
Update gp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoningel committed Oct 25, 2022
1 parent ffcbfd0 commit c3ab820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geneticengine/algorithms/gp/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def __init__(
[Any],
float,
] = None, # TODO: Should be part of Problem Class [LEON]
only_record_best_inds: int | None = 1,
only_record_best_inds: bool = True,
# -----
callbacks: list[Callback] = None,
):
Expand Down

0 comments on commit c3ab820

Please sign in to comment.