We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2daae49 commit a846a26Copy full SHA for a846a26
docs/source/pygad.rst
@@ -927,8 +927,10 @@ shuffles their order randomly.
927
``adaptive_mutation()``
928
~~~~~~~~~~~~~~~~~~~~~~~
929
930
-Applies the adaptive mutation which selects a subset of genes and
931
-shuffles their order randomly.
+Applies the adaptive mutation which selects the number/percentage of
+genes to mutate based on the solution's fitness. If the fitness is high
932
+(i.e. solution quality is high), then small number/percentage of genes
933
+is mutated compared to a solution with a low fitness.
934
935
.. _bestsolution:
936
0 commit comments