Skip to content
Snippets Groups Projects
Commit 18db4fe9 authored by istkabra's avatar istkabra
Browse files

* Added global bend option in config list

parent fe4f088a
No related branches found
No related tags found
Loading
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
selectionMethod = proportional selectionMethod = proportional
# Number of tournament participants, only relevant when selection is set to tournament # Number of tournament participants, only relevant when selection is set to tournament
k = 5 k = 5
# Type(s) of mutators to use in the algorithm, separated by comma [singlePoint / crossover] # Type(s) of mutators to use in the algorithm, separated by comma [singlePoint / crossover / singlePointGlobal]
mutatorMethods = singlePoint,crossover mutatorMethods = singlePoint,crossover
# Points each HH bond gives # Points each HH bond gives
pointsPerBond = 1 pointsPerBond = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment