diff --git a/src/main/java/be/cylab/java/wowa/training/TrainerParameters.java b/src/main/java/be/cylab/java/wowa/training/TrainerParameters.java index a7f580dfd1989edfe5041a62d4ba4cb47514582e..f4ca3770cb80ac00c199c68772855be30a6106c0 100644 --- a/src/main/java/be/cylab/java/wowa/training/TrainerParameters.java +++ b/src/main/java/be/cylab/java/wowa/training/TrainerParameters.java @@ -9,9 +9,12 @@ public class TrainerParameters { /** * Constant for choosing the selection method. * SELECTION_METHODRWS for the roulette wheel selection method - * SELECTION_METHOD_TOS for the tournament selection */ public static final int SELECTION_METHOD_RWS = 374; + /** + * Constant for choosing selection method. + * SELECTION_METHOD_TOS for the tournament selection + */ public static final int SELECTION_METHOD_TOS = 942;