Class Solver_des_analyzer_parallelKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static DESResult solver_des_analyzer_parallel(NetworkStruct sn, DESOptions options, SolverDES solverDES) Parallel replication analyzer for DES solver.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • solver_des_analyzer_parallel

         final static DESResult solver_des_analyzer_parallel(NetworkStruct sn, DESOptions options, SolverDES solverDES)

        Parallel replication analyzer for DES solver.

        Runs multiple independent simulation replications in parallel and aggregates results using cross-replication statistics for confidence intervals.

        Parameters:
        sn - Network structure
        options - DES solver options (including replications and numThreads)
        solverDES - DES solver instance with thread pool
        Returns:

        Aggregated DESResult with cross-replication confidence intervals