Uses of Enum Class
com.knezevic.edaf.v3.problems.discrete.disjunct.DisjunctEvaluationMode
Packages that use DisjunctEvaluationMode
-
Uses of DisjunctEvaluationMode in com.knezevic.edaf.v3.problems.discrete.disjunct
Subclasses with type arguments of type DisjunctEvaluationMode in com.knezevic.edaf.v3.problems.discrete.disjunctModifier and TypeClassDescriptionenumObjective evaluation mode for DM/RM/ADM fitness computation.Methods in com.knezevic.edaf.v3.problems.discrete.disjunct that return DisjunctEvaluationModeModifier and TypeMethodDescriptionDisjunctEvaluationConfig.mode()Returns the value of themoderecord component.DisjunctEvaluationConfig.resolve(long totalSubsets) Resolves concrete mode from total subset count.static DisjunctEvaluationModeReturns the enum constant of this class with the specified name.static DisjunctEvaluationMode[]DisjunctEvaluationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.knezevic.edaf.v3.problems.discrete.disjunct with parameters of type DisjunctEvaluationModeModifierConstructorDescriptionDisjunctEvaluationConfig(DisjunctEvaluationMode mode, long maxExactSubsets, long sampleSize, long samplingSeed) Creates an instance of aDisjunctEvaluationConfigrecord class.