We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282b6c6 commit 85fc983Copy full SHA for 85fc983
genetic_algorithm/genetic_algorithm_optimization.py
@@ -15,7 +15,8 @@ def __init__(
15
Initialize the Genetic Algorithm optimizer.
16
17
:param func: The function to optimize.
18
- :param bounds: List of tuples defining the lower and upper bounds for each variable.
+ :param bounds: List of tuples defining the lower and upper bounds
19
+ for each variable.
20
:param population_size: Number of individuals in the population.
21
:param generations: Number of generations to evolve.
22
:param crossover_prob: Probability of crossover.
0 commit comments