Skip to content

Commit 1fecde0

Browse files
authored
docs: correct context on "multi-objective"
updated the text explanation on what's the multi-objective, instead of the wrongly written as 'single-objective' ?
1 parent 74a1375 commit 1fecde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/pygad.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ optimization problem is single-objective or multi-objective.
10601060
``pygad.GA`` class.
10611061

10621062
- If the fitness function returns a ``list``, ``tuple``, or
1063-
``numpy.ndarray``, then the problem is single-objective. Even if
1063+
``numpy.ndarray``, then the problem is multi-objective. Even if
10641064
there is only one element, the problem is still considered
10651065
multi-objective. Each element represents the fitness value of its
10661066
corresponding objective.

0 commit comments

Comments
 (0)