Skip to content

Commit

Permalink
Added missing doc for indpb argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Jul 24, 2023
1 parent 6b63e7a commit 87f465e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deap/tools/mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def mutPolynomialBounded(individual, eta, low, up, indpb):
is the lower bound of the search space.
:param up: A value or a :term:`python:sequence` of values that
is the upper bound of the search space.
:param indpb: Independent probability for each attribute to be mutated.
:returns: A tuple of one individual.
"""
size = len(individual)
Expand Down

0 comments on commit 87f465e

Please sign in to comment.