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 74a1375 commit 1fecde0Copy full SHA for 1fecde0
docs/source/pygad.rst
@@ -1060,7 +1060,7 @@ optimization problem is single-objective or multi-objective.
1060
``pygad.GA`` class.
1061
1062
- If the fitness function returns a ``list``, ``tuple``, or
1063
- ``numpy.ndarray``, then the problem is single-objective. Even if
+ ``numpy.ndarray``, then the problem is multi-objective. Even if
1064
there is only one element, the problem is still considered
1065
multi-objective. Each element represents the fitness value of its
1066
corresponding objective.
0 commit comments