We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e58005d + 4d9f4a0 commit 86dfe6fCopy full SHA for 86dfe6f
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