Package jline.api.mam
Class LdqbdOptions
java.lang.Object
jline.api.mam.LdqbdOptions
Options for LDQBD solver.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LdqbdOptions
public LdqbdOptions() -
LdqbdOptions
public LdqbdOptions(double epsilon, int maxIter, boolean verbose)
-
-
Method Details
-
getEpsilon
public double getEpsilon() -
getMaxIter
public int getMaxIter() -
getVerbose
public boolean getVerbose()
-