Uses of Record Class
com.knezevic.edaf.v3.problems.discrete.disjunct.DisjunctEvaluationConfig
Packages that use DisjunctEvaluationConfig
-
Uses of DisjunctEvaluationConfig in com.knezevic.edaf.v3.problems.discrete.disjunct
Methods in com.knezevic.edaf.v3.problems.discrete.disjunct that return DisjunctEvaluationConfigModifier and TypeMethodDescriptionstatic DisjunctEvaluationConfigDisjunctEvaluationConfig.defaults()Default policy: exact up to 1000 subsets, sampled above with 512 sampled subsets.DisjunctProblemParams.evaluation()Returns the value of theevaluationrecord component.Constructors in com.knezevic.edaf.v3.problems.discrete.disjunct with parameters of type DisjunctEvaluationConfigModifierConstructorDescriptionAlmostDisjunctMatrixProblem(int m, int n, int t, double epsilon, DisjunctEvaluationConfig evaluationConfig) DisjunctMatrixProblem(int m, int n, int t, DisjunctEvaluationConfig evaluationConfig) DisjunctProblemParams(int m, int n, int t, int f, double epsilon, DisjunctEvaluationConfig evaluation) Creates an instance of aDisjunctProblemParamsrecord class.ResolvableMatrixProblem(int m, int n, int t, int f, DisjunctEvaluationConfig evaluationConfig)