Enum Class ParetoOptimalSetStabilityConfig.EvaluationMode

java.lang.Object
java.lang.Enum<ParetoOptimalSetStabilityConfig.EvaluationMode>
de.uka.ipd.sdq.tcfmoop.config.ParetoOptimalSetStabilityConfig.EvaluationMode
All Implemented Interfaces:
Serializable, Comparable<ParetoOptimalSetStabilityConfig.EvaluationMode>, Constable
Enclosing class:
ParetoOptimalSetStabilityConfig

public static enum ParetoOptimalSetStabilityConfig.EvaluationMode extends Enum<ParetoOptimalSetStabilityConfig.EvaluationMode>
The evaluation modes that this criterion supports. If mode is set to EXACT_NUMBER, then the criterion searches every time for exactly x candidates who have survived for n iterations. If PERCENTAGE is set as evaluation mode, then the number of the survived candidates is relative to the current amount of candidates in the archive. The NOT_SET value will cause a validation error of the criterion configuration object and an InvalidConfigException if this value is supplied to the set Method of the Configuration class. This value only exists as indicator that the value has not been set.