Uses of Class
jline.solvers.ldes.LDESOptions
Packages that use LDESOptions
Package
Description
LINE Discrete Event Simulator (LDES) solver using SSJ library.
-
Uses of LDESOptions in jline.solvers.ldes
Methods in jline.solvers.ldes that return LDESOptionsModifier and TypeMethodDescriptionLDESOptions.copy()Creates a deep copy of this LDESOptions object.LDESOptions.setCimethod(String method) Sets the confidence interval computation method.LDESOptions.setCiminbatch(int minSize) Sets the minimum batch size for CI computation.LDESOptions.setCiminobs(int minObs) Sets the minimum observations required for CI computation.LDESOptions.setCnvgbatch(int minBatches) Sets the minimum number of batches before checking convergence.LDESOptions.setCnvgchk(int interval) Sets the number of events between convergence checks.LDESOptions.setCnvgon(boolean enabled) Sets whether convergence-based stopping is enabled.LDESOptions.setCnvgtol(double tolerance) Sets the convergence tolerance.LDESOptions.setMaxSimEvents(int maxEvents) Sets the maximum number of total simulation events.LDESOptions.setMserbatch(int batchSize) Sets the MSER batch size.LDESOptions.setNumThreads(int threads) Sets the number of parallel threads for replication execution.LDESOptions.setObmoverlap(double overlap) Sets the OBM overlap fraction.LDESOptions.setReplications(int numReps) Sets the number of independent replications to run.LDESOptions.setSpectralLowFreqFrac(double fraction) Sets the fraction of lowest frequencies for spectral log-periodogram regression.LDESOptions.setTranfilter(String method) Sets the transient filter method.LDESOptions.setWarmupfrac(double fraction) Sets the warmup fraction for fixed transient filter. -
Uses of LDESOptions in jline.solvers.ldes.analyzers
Methods in jline.solvers.ldes.analyzers with parameters of type LDESOptionsModifier and TypeMethodDescriptionstatic LDESResultSolver_ldes_analyzer_parallel.solver_ldes_analyzer_parallel(NetworkStruct sn, LDESOptions options, SolverLDES solverLDES)