diff --git a/client/src/main/java/org/evosuite/Properties.java b/client/src/main/java/org/evosuite/Properties.java index 66ace7f0b3..62895c80cf 100755 --- a/client/src/main/java/org/evosuite/Properties.java +++ b/client/src/main/java/org/evosuite/Properties.java @@ -349,7 +349,7 @@ public enum MapElitesChoice { public static boolean MAP_ELITES_IGNORE_FEATURES = false; @Parameter(key = "algorithm", group = "Search Algorithm", description = "Search algorithm") - public static Algorithm ALGORITHM = Algorithm.MONOTONIC_GA; + public static Algorithm ALGORITHM = Algorithm.DYNAMOSA; /** Different models of neighbourhoods in the Cellular GA **/ public enum CGA_Models{