Package jline.api.mdd
Class MddMcdOptions
java.lang.Object
jline.api.mdd.MddMcdOptions
Knobs of the level iteration in
Mdd_mcd.
The defaults are deliberately much tighter than a solver-level fixed-point
tolerance: the level iteration is an INNER numerical solve and
Mdd_mcd verifies the population invariant at 1e-6, so a loose
tolerance converges short of the fixed point and trips that guard. Do not
wire SolverOptions.iter_tol (sized for AMVA outer loops) into these.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[][]Optional warm-start level vectors, one per paper level; null to start uniform.intMaximum coupled sweeps before the iteration is declared non-convergent.doubleConvergence tolerance on the level marginals.booleanPrint a summary of the level sizes and the iteration count. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tol
public double tolConvergence tolerance on the level marginals. -
maxiter
public int maxiterMaximum coupled sweeps before the iteration is declared non-convergent. -
verbose
public boolean verbosePrint a summary of the level sizes and the iteration count. -
initpik
public double[][] initpikOptional warm-start level vectors, one per paper level; null to start uniform.
-
-
Constructor Details
-
MddMcdOptions
public MddMcdOptions()
-