Package jline.solvers.des.analyzers
Class Solver_des_analyzer_parallelKt
-
- All Implemented Interfaces:
public final class Solver_des_analyzer_parallelKt
-
-
Method Summary
Modifier and Type Method Description final static DESResultsolver_des_analyzer_parallel(NetworkStruct sn, DESOptions options, SolverDES solverDES)Parallel replication analyzer for DES solver. -
-
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 structureoptions- DES solver options (including replications and numThreads)solverDES- DES solver instance with thread pool- Returns:
Aggregated DESResult with cross-replication confidence intervals
-
-
-
-