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

    • Constructor Detail

      • SSAOptions

        SSAOptions()
        Constructs a new SSAOptions instance with default SSA solver configuration.
    • Method Detail