Code owners
Assign users and groups as approvers for specific file changes. Learn more.
SelectionMethods.java 96 B
package Enums;
public enum SelectionMethods {
Proportional,
Tournament,
OnlyBest
}
* Implementing the settings neatly at the right place
* Implementing the settings neatly at the right place
package Enums;
public enum SelectionMethods {
Proportional,
Tournament,
OnlyBest
}