Class SSAOptions

java.lang.Object
jline.solvers.SolverOptions
jline.solvers.ssa.SSAOptions

public class SSAOptions extends SolverOptions
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:
  • Constructor Details

    • SSAOptions

      public SSAOptions()
      Constructs a new SSAOptions instance with default SSA solver configuration.