8000 Edit comment · madprog/GeneticAlgorithmPython@58b0b52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58b0b52

Browse files
committed
Edit comment
1 parent 0f26588 commit 58b0b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygad/pygad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ def cal_pop_fitness(self):
18081808
solutions_to_submit.append(sol.copy())
18091809
solutions_to_submit_indices.append(sol_idx)
18101810
elif type(pop_fitness[sol_idx]) in [list, tuple, numpy.ndarray]:
1811-
# This is a multi-objective problem.
1811+
# This is a multi-objective problem. The fitness is already calculated. Nothing to do.
18121812
pass
18131813

18141814
# Check if batch processing is used. If not, then calculate the fitness value for individual solutions.

0 commit comments

Comments
 (0)
0