From 18db4fe9f9dfe28314d53cd4822a08edd0403777 Mon Sep 17 00:00:00 2001 From: istkabra <kyrill.abrams@stud.h-da.de> Date: Tue, 2 Jun 2020 17:32:30 +0200 Subject: [PATCH] * Added global bend option in config list --- src/main/resources/genetic.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/genetic.properties b/src/main/resources/genetic.properties index 0649659..f5cc493 100644 --- a/src/main/resources/genetic.properties +++ b/src/main/resources/genetic.properties @@ -16,7 +16,7 @@ selectionMethod = proportional # Number of tournament participants, only relevant when selection is set to tournament 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 # Points each HH bond gives pointsPerBond = 1 -- GitLab