You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pygad/pygad.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1309,6 +1309,8 @@ def __init__(self,
1309
1309
self.last_generation_elitism=None
1310
1310
# Added in PyGAD 2.19.0. A NumPy array holding the indices of the elitism of the current generation. It works only if the 'keep_elitism' parameter has a non-zero value.
1311
1311
self.last_generation_elitism_indices=None
1312
+
# Supported in PyGAD 3.2.0. It holds the pareto fronts when solving a multi-objective problem.
0 commit comments