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 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 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
-
-