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 StringselectionMethodpublic StringforceSolverpublic booleancachepublic Matrixcutoffpublic SolverOptions.Configconfigpublic booleanforcepublic booleanhide_immediatepublic Matrixinit_solpublic intiter_maxpublic doubleiter_tolpublic doubletolpublic booleankeeppublic Stringlangpublic Stringmethodpublic booleanremotepublic Stringremote_endpointpublic SolverOptions.ODESolversodesolverspublic intsamplespublic intseedpublic booleanstiffpublic Array<double>timespanpublic Doubletimesteppublic VerboseLevelverbose
-
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 SolverOptionscopy()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
-
-
-
-