Package jline.solvers.auto
Class AUTOptions
java.lang.Object
jline.solvers.SolverOptions
jline.solvers.auto.AUTOptions
Options specific to the AUTO solver
-
Nested Class Summary
Nested classes/interfaces inherited from class jline.solvers.SolverOptions
SolverOptions.Config, SolverOptions.ODESolvers -
Field Summary
FieldsModifier and TypeFieldDescriptionForce a specific solver (overrides automatic selection) Valid values: "mva", "nc", "mam", "fluid", "jmt", "ssa", "ctmc"Method for solver selection.Fields inherited from class jline.solvers.SolverOptions
cache, config, confint, container, cutoff, events, force, hide_immediate, init_sol, iter_max, iter_tol, keep, lang, level, method, odesolvers, qrfAlpha, qrfParams, remote, remote_endpoint, restUrl, rewardIterations, samples, seed, sojourn, stiff, timeout, timespan, timestep, tol, tranpoints, verbose -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorAUTOptions(String selectionMethod) Constructor with methodAUTOptions(SolverOptions options) Copy constructor from base options -
Method Summary
Methods inherited from class jline.solvers.SolverOptions
confint, cutoff, cutoff, cutoff, events, force, getCutoffMatrix, keep, method, samples, seed, setLsodaMaxSteps, setODEMaxStep, setODEMinStep, verbose, verbose
-
Field Details
-
selectionMethod
Method for solver selection. Either a SELECTION INTENT -- "default" or "heur" (heuristic), "sim", "exact", "fast", "accurate", "bound" -- or a method FAMILY that pins the delegate outright ("nc", "mva", ..., optionally qualified as "nc.comom")."ai" and "nn" are NOT among them. Both were documented here while
SolverAUTO.METHOD_AIsat commented out as "not yet available", so this javadoc invited a caller to ask for a classifier that does not exist;SolverAUTO.resolveMethodTokennow rejects an unknown token by name and lists what it will take. -
forceSolver
Force a specific solver (overrides automatic selection) Valid values: "mva", "nc", "mam", "fluid", "jmt", "ssa", "ctmc"
-
-
Constructor Details
-
AUTOptions
public AUTOptions()Default constructor -
AUTOptions
Constructor with method -
AUTOptions
Copy constructor from base options
-
-
Method Details
-
copy
Description copied from class:SolverOptionsCreates a deep copy of this SolverOptions instance. All fields including nested objects are properly cloned.- Overrides:
copyin classSolverOptions- Returns:
- a deep copy of this options object
-