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: - "default" or "heur": Heuristic-based selection - "ai": AI-based selection using trained classifier - "nn": Neural network-based selectionFields inherited from class jline.solvers.SolverOptions
cache, config, confint, cutoff, force, hide_immediate, init_sol, iter_max, iter_tol, keep, lang, method, odesolvers, qrfAlpha, remote, remote_endpoint, rewardIterations, samples, seed, stiff, timespan, timestep, tol, 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, force, getCutoffMatrix, keep, method, samples, seed, setLsodaMaxSteps, setODEMaxStep, setODEMinStep, verbose, verbose
-
Field Details
-
selectionMethod
Method for solver selection: - "default" or "heur": Heuristic-based selection - "ai": AI-based selection using trained classifier - "nn": Neural network-based selection -
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
-