Uses of Package
com.knezevic.edaf.v3.problems.discrete.disjunct
Packages that use com.knezevic.edaf.v3.problems.discrete.disjunct
Package
Description
-
Classes in com.knezevic.edaf.v3.problems.discrete.disjunct used by com.knezevic.edaf.v3.problems.discrete.disjunctClassDescriptionEvaluation policy for objective computation during optimization.Objective evaluation mode for DM/RM/ADM fitness computation.Immutable binary matrix view optimized for column-support operations used by disjunct/resolvable/almost-disjunct definitions.Validation execution strategy.Controls when validation uses exhaustive enumeration versus statistically justified sampling, and configures the associated confidence bound.Structured validation outcome for DM/RM/ADM definitions.Shared typed parameter parsing for DM/RM/ADM problem plugins.
-
Classes in com.knezevic.edaf.v3.problems.discrete.disjunct used by com.knezevic.edaf.v3.problems.plugins.discreteClassDescription(t,epsilon)-disjunct matrix design objective using exact paper fitness:
fit3(A) = fit1(A)/(C(N,t)*(N-t)).t-disjunct matrix design objective using exact paper fitness:fit1(A) = sum_{S in S_t} delta(S).(t,f)-resolvable matrix design objective using exact paper fitness:fit2(A) = |{S in S_t : delta(S) > f}|.