diff --git a/src/population.py b/src/population.py index cee5c0d..de8cabc 100644 --- a/src/population.py +++ b/src/population.py @@ -26,7 +26,7 @@ class Population: n_cols : int The number of columns in the grid. gen_type : str - The type of genome representation (GeneType.BINARY, "Permutation", "Real"). + The type of genome representation (GeneType.BINARY, Genetype.PERMUTATION, GeneType.REAL). problem : AbstractProblem The problem instance used to evaluate fitness. vector : list