Package jline.solvers.ssa
Class SSAOptions
-
- All Implemented Interfaces:
public class SSAOptions extends SolverOptions
Configuration options for Stochastic State-space Analysis (SSA) solver.
SSAOptions extends the base solver options to provide SSA-specific configuration parameters. SSA is a discrete-event simulation method that generates sample paths of the queueing network state evolution over time.
Key SSA characteristics:
- Stochastic simulation approach
- Handles general service and arrival processes
- Supports both transient and steady-state analysis
- Can analyze complex networks beyond product-form
- Provides statistical estimates with confidence intervals
- Since:
1.0
-
-
Field Summary
Fields Modifier and Type Field Description 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 SSAOptions()
Constructs a new SSAOptions instance with default SSA solver configuration.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.solvers.SolverOptions
copy, 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
-
-