8000
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.
2 parents d50f118 + 759ed4e commit aa9b2b0Copy full SHA for aa9b2b0
docs/source/pygad.rst
@@ -920,7 +920,9 @@ It accepts the following parameters:
920
- ``pop_fitness=None``: An optional parameter that accepts a list of
921
the fitness values of the solutions in the population. If ``None``,
922
then the ``cal_pop_fitness()`` method is called to calculate the
923
- fitness values of the population.
+ fitness values of the ``self.population``. Use
924
+ ``ga_instance.last_generation_fitness`` to use latest fitness value
925
+ and skip recalculation of the population fitness.
926
927
It returns the following:
928
0 commit comments