Package jline.solvers.auto
Class AutoOptions
-
- All Implemented Interfaces:
public class AutoOptions extends SolverOptions
Options specific to the AUTO solver
-
-
Field Summary
Fields Modifier and Type Field Description public String
selectionMethod
public String
forceSolver
public boolean
cache
public Matrix
cutoff
public SolverOptions.Config
config
public boolean
force
public boolean
hide_immediate
public Matrix
init_sol
public int
iter_max
public double
iter_tol
public double
tol
public boolean
keep
public String
lang
public String
method
public boolean
remote
public String
remote_endpoint
public SolverOptions.ODESolvers
odesolvers
public int
samples
public int
seed
public boolean
stiff
public Array<double>
timespan
public Double
timestep
public VerboseLevel
verbose
-
Constructor Summary
Constructors Constructor Description AutoOptions()
Default constructor AutoOptions(String selectionMethod)
Constructor with method AutoOptions(SolverOptions options)
Copy constructor from base options
-
Method Summary
Modifier and Type Method Description SolverOptions
copy()
Creates a deep copy of this SolverOptions instance. -
Methods inherited from class jline.solvers.SolverOptions
cutoff, cutoff, cutoff, force, getCutoffMatrix, keep, method, samples, seed, setODEMaxStep, setODEMinStep, verbose, verbose
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AutoOptions
AutoOptions()
Default constructor
-
AutoOptions
AutoOptions(String selectionMethod)
Constructor with method
-
AutoOptions
AutoOptions(SolverOptions options)
Copy constructor from base options
-
-
Method Detail
-
copy
SolverOptions copy()
Creates a deep copy of this SolverOptions instance. All fields including nested objects are properly cloned.
- Returns:
a deep copy of this options object
-
-
-
-