We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f26588 commit 58b0b52Copy full SHA for 58b0b52
pygad/pygad.py
@@ -1808,7 +1808,7 @@ def cal_pop_fitness(self):
1808
solutions_to_submit.append(sol.copy())
1809
solutions_to_submit_indices.append(sol_idx)
1810
elif type(pop_fitness[sol_idx]) in [list, tuple, numpy.ndarray]:
1811
- # This is a multi-objective problem.
+ # This is a multi-objective problem. The fitness is already calculated. Nothing to do.
1812
pass
1813
1814
# Check if batch processing is used. If not, then calculate the fitness value for individual solutions.
0 commit comments