Skip to content

Commit

Permalink
replace binary, permutation, and real string expression for passing p…
Browse files Browse the repository at this point in the history
…arameters
  • Loading branch information
jbytecode committed Aug 9, 2024
1 parent 7279e0d commit f9a0561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/population.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9a0561

Please sign in to comment.