Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen committed Apr 13, 2024
1 parent 9213a1b commit 2a27314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geneticalgorithm2/callbacks/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MiddleCallbackData(DictLikeGetSet):

SimpleCallbackFunc: TypeAlias = Callable[[int, List[float], array2D, array1D], None]
"""
Callback function perform any operations on
Callback function performs any operations on
(generation number, best scores report list, last population matrix, last scores vector)
Notes: generation number cannot be changed
Expand Down

0 comments on commit 2a27314

Please sign in to comment.