Skip to content

Commit

Permalink
Fix default algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
gofraser committed Oct 9, 2020
1 parent 1e69688 commit dba720b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/java/org/evosuite/Properties.java
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit dba720b

Please sign in to comment.