Package-level declarations
Types
Link copied to clipboard
class ExperimentOrchestrator
Orchestrates a designed-experiment run from a pre-built DesignedExperimentIfc — either a ParallelDesignedExperiment (concurrent) or a DesignedExperiment (sequential). Branches on the concrete type to call the right simulateAll entry point.
Link copied to clipboard
class OptimizationOrchestrator
Orchestrates a simulation-optimization run driven by a pre-configured Solver.
Link copied to clipboard
class ScenarioOrchestrator
Orchestrates a scenario-sweep run from a RunConfiguration whose RunConfiguration.scenarios list is non-empty.
Link copied to clipboard
object SingleRunOrchestrator
Thin facade over Runner for the single-model GUI use case.