Package jline.solvers.ssa
Class SSAOptions
java.lang.Object
jline.solvers.SolverOptions
jline.solvers.ssa.SSAOptions
Configuration options for Stochastic Simulation Algorithm (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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jline.solvers.SolverOptions
SolverOptions.Config, SolverOptions.ODESolvers -
Field Summary
Fields 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
ConstructorsConstructorDescriptionConstructs a new SSAOptions instance with default SSA solver configuration. -
Method Summary
Methods inherited from class jline.solvers.SolverOptions
confint, copy, cutoff, cutoff, cutoff, force, getCutoffMatrix, keep, method, samples, seed, setLsodaMaxSteps, setODEMaxStep, setODEMinStep, verbose, verbose
-
Constructor Details
-
SSAOptions
public SSAOptions()Constructs a new SSAOptions instance with default SSA solver configuration.
-