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.
1 parent e58005d commit 4d9f4a0Copy full SHA for 4d9f4a0
docs/source/pygad.rst
@@ -909,7 +909,9 @@ It accepts the following parameters:
909
- ``pop_fitness=None``: An optional parameter that accepts a list of
910
the fitness values of the solutions in the population. If ``None``,
911
then the ``cal_pop_fitness()`` method is called to calculate the
912
- fitness values of the population.
+ fitness values of the ``self.population``. Use
913
+ ``ga_instance.last_generation_fitness`` to use latest fitness value
914
+ and skip recalculation of the population fitness.
915
916
It returns the following:
917
0 commit comments