Uses of Class
jline.solvers.SolverOptions
Package
Description
Procedural algorithms for solving stochastic models
Classes that model the state of a network and its individual nodes
Solver superclasses and related data structures.
Solution approaches based on Continuous-Time Markov Chain solution
Solution approaches for stochastic models in random environments.
Solution approaches based on mean-field and fluid approximations.
Classes that embody different fluid ODE analysis algorithms
Classes that generate the ordinary differential equations (ODEs) used in the Fluid solver
Wrapper for the Java Modelling Tools (JMT) suite solvers
LINE's native Layered Network (LN) solver
Wrapper for University of Carleton RADS group's Layered Queueing Network Solver (LQNS)
Analysis approaches based on matrix-analytic methods
Analysis approaches based on Mean-Value Analysis (MVA)
Classes that embody different mean-value analysis methods
Classes for coordinate the execution and performance metric estimation in MVA-based algorithms
Analysis approaches based on Normalizing Costant (NC) methods
Classes that embody different normalizing constant analysis methods
Analysis approaches based on the Stochastic Simulation Algorithm (SSA) for Markov chains
-
Uses of SolverOptions in jline.api
Modifier and TypeMethodDescriptionstatic Ret.pfqnNcXQ
PFQN.compute_norm_const
(Matrix L, Matrix N, Matrix Z, SolverOptions options) Run a normalizing constant solution method in a load-independent modelstatic Ret.pfqnNc
PFQN.compute_norm_const_ld
(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options) Run a normalizing constant solution method in a load-dependent modelstatic MatrixCell
MAM.mmap_compress
(MatrixCell MMAP, SolverOptions config) Compresses a Markovian Arrival Process with marked arrivals (MMAP) based on the provided configuration options.static Ret.pfqnComomrmLd
PFQN.pfqn_comomrm_ld
(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options) Run the COMOM normalizing constant solution method on a repairman modelstatic Ret.pfqnNc
PFQN.pfqn_gld
(Matrix L, Matrix N, Matrix mu, SolverOptions options) Compute the normalizing constant of a single-class load-dependent closed queueing network modelstatic Ret.pfqnNcComplex
PFQN.pfqn_gld_complex
(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options) Compute the normalizing constant of a single-class load-dependent closed queueing network model with complex demands.static Ret.pfqnNc
PFQN.pfqn_gldsingle
(Matrix L, Matrix N, Matrix mu, SolverOptions options) Auxiliary function used by pfqn_gld to computer the normalizing constant in a single-class load-dependent model.static Ret.pfqnNcComplex
PFQN.pfqn_gldsingle_complex
(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options) Auxiliary function used by pfqn_gld to computer the normalizing constant in a single-class load-dependent model with complex demands.static Ret.pfqnNcXQ
Main method to compute the normalizing constant of a load-independent modelstatic Ret.pfqnNc
Main method to compute the normalizing constant of a load-dependent modelstatic double
static double
static Ret.pfqnNc
PFQN.pfqn_panacea
(Matrix L, Matrix N, Matrix Z, SolverOptions options) Compute the PANACEA approximationstatic Ret.pfqnRd
static double
PFQN.pfqn_xia
(Matrix L, int N, Matrix s, SolverOptions options) -
Uses of SolverOptions in jline.lang.state
Modifier and TypeMethodDescriptionstatic Matrix
State.fromMarginalBounds
(NetworkStruct sn, int ind, Matrix ub, double cap, SolverOptions options) State.spaceGenerator
(NetworkStruct sn, double Cutoff, SolverOptions options) State.spaceGeneratorNodes
(NetworkStruct sn, Matrix cutoff, SolverOptions options) -
Uses of SolverOptions in jline.solvers
Modifier and TypeMethodDescriptionSolverOptions.clone()
SolverOptions.cutoff
(int s) static SolverOptions
EnsembleSolver.defaultOptions()
static SolverOptions
Solver.defaultOptions()
Solver.getOptions()
SolverOptions.keep
(boolean s) static SolverOptions
Solver.parseOptions
(Object... varargin) static SolverOptions
Solver.parseOptions
(SolverOptions options, Object... varargin) SolverOptions.samples
(int s) SolverOptions.seed
(int s) SolverOptions.verbose
(boolean s) SolverOptions.verbose
(VerboseLevel s) Modifier and TypeMethodDescriptionstatic SolverOptions
Solver.parseOptions
(SolverOptions options, Object... varargin) void
LayeredNetworkAvgTable.print
(SolverOptions options) void
NetworkAvgChainTable.print
(SolverOptions options) void
NetworkAvgNodeChainTable.print
(SolverOptions options) void
NetworkAvgNodeTable.print
(SolverOptions options) void
NetworkAvgSysTable.print
(SolverOptions options) void
NetworkAvgTable.print
(SolverOptions options) void
LayeredNetworkAvgTable.printTable
(SolverOptions options) void
NetworkAvgChainTable.printTable
(SolverOptions options) void
NetworkAvgNodeChainTable.printTable
(SolverOptions options) void
NetworkAvgNodeTable.printTable
(SolverOptions options) void
NetworkAvgSysTable.printTable
(SolverOptions options) void
NetworkAvgTable.printTable
(SolverOptions options) void
Solver.runAnalyzerChecks
(SolverOptions options) void
AvgTable.setOptions
(SolverOptions options) void
LayeredNetworkAvgTable.setOptions
(SolverOptions options) void
NetworkAvgChainTable.setOptions
(SolverOptions options) void
NetworkAvgNodeChainTable.setOptions
(SolverOptions options) void
NetworkAvgNodeTable.setOptions
(SolverOptions options) void
NetworkAvgSysTable.setOptions
(SolverOptions options) void
NetworkAvgTable.setOptions
(SolverOptions options) void
Solver.setOptions
(SolverOptions options) ModifierConstructorDescriptionprotected
EnsembleSolver
(Ensemble ensModel, String name, SolverOptions options) NetworkAvgSysTable
(List<Double> SysRespTval, List<Double> SysTputval, SolverOptions options) protected
NetworkSolver
(Network model, String name, SolverOptions options) protected
Solver
(String name, SolverOptions options) protected
Solver
(Model model, String name, SolverOptions options) -
Uses of SolverOptions in jline.solvers.ctmc
Modifier and TypeMethodDescriptionSolverCTMC.getGenerator
(SolverOptions options) SolverCTMC.getStateSpace
(SolverOptions options) void
SolverCTMC.runAnalyzerChecks
(SolverOptions options) -
Uses of SolverOptions in jline.solvers.env
ModifierConstructorDescriptionSolverEnv
(Env renv, NetworkSolver[] solvers, SolverOptions options) -
Uses of SolverOptions in jline.solvers.fluid
-
Uses of SolverOptions in jline.solvers.fluid.analyzers
Modifier and TypeMethodDescriptionvoid
ClosingAndStateDepMethodsAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverResult result) void
MatrixMethodAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverResult result) void
MethodAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverResult result) -
Uses of SolverOptions in jline.solvers.fluid.odes
ModifierConstructorDescriptionClosingAndStateDepMethodsODE
(NetworkStruct sn, Map<Station, Map<JobClass, Matrix>> mu, Map<Station, Map<JobClass, Matrix>> phi, Map<Station, Map<JobClass, MatrixCell>> proc, Matrix rt, Matrix S, SolverOptions options) ClosingAndStateDepMethodsODE
(NetworkStruct sn, Map<Station, Map<JobClass, Matrix>> mu, Map<Station, Map<JobClass, Matrix>> phi, Map<Station, Map<JobClass, MatrixCell>> proc, Matrix rt, Matrix S, SolverOptions options, int numDimensions) -
Uses of SolverOptions in jline.solvers.jmt
Modifier and TypeMethodDescriptionvoid
SolverJMT.jsimgView
(String jmtPath, SolverOptions options) void
SolverJMT.jsimgView
(SolverOptions options) void
SolverJMT.jsimwView
(String jmtPath, SolverOptions options) static String
SolverJMT.writeJMVA
(NetworkStruct sn, String outputFileName, SolverOptions options) ModifierConstructorDescriptionSolverJMT
(Network model, SolverOptions options) SolverJMT
(Network model, SolverOptions options, String jmtPath) -
Uses of SolverOptions in jline.solvers.ln
ModifierConstructorDescriptionSolverLN
(LayeredNetwork lqnmodel, SolverFactory solverFactory, SolverOptions options) SolverLN
(LayeredNetwork lqnmodel, SolverOptions options) -
Uses of SolverOptions in jline.solvers.lqns
-
Uses of SolverOptions in jline.solvers.mam
-
Uses of SolverOptions in jline.solvers.mva
-
Uses of SolverOptions in jline.solvers.mva.analyzers
Modifier and TypeMethodDescriptionvoid
MVAAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVAAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVABoundAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVACacheAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVACacheQNAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVALDAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVAQsysAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) -
Uses of SolverOptions in jline.solvers.mva.handlers
Modifier and TypeMethodDescriptionAMVAHandler.solve
(NetworkStruct sn, SolverOptions options) AMVALDHandler.solve
(NetworkStruct sn, SolverOptions options) MVAHandler.solve
(NetworkStruct sn, SolverOptions options) MVALDHandler.solve
(NetworkStruct sn, SolverOptions options) MVASolverHandler.solve
(NetworkStruct sn, SolverOptions options) QNAHandler.solve
(NetworkStruct sn, SolverOptions options) AMVALDHandler.solver_amvald_forward
(List<Matrix> gamma, Matrix tau, Matrix Qchain_in, Matrix Xchain_in, Matrix Uchain_in, Matrix STchain_in, Matrix Vchain_in, Matrix Nchain_in, Matrix SCVchain_in, double Nt, double delta, Matrix deltaclass, List<Integer> ocl, List<Integer> ccl, List<Integer> nnzclasses, Map<Integer, List<Integer>> nnzclasses_eprio, Map<Integer, List<Integer>> nnzclasses_hprio, Map<Integer, List<Integer>> nnzclasses_ehprio, NetworkStruct sn, SolverOptions options) -
Uses of SolverOptions in jline.solvers.nc
Modifier and TypeMethodDescriptionstatic SolverNC.SolverNCReturn
SolverNC.solver_nc
(NetworkStruct sn, SolverOptions options) static SolverNC.SolverNCJointReturn
SolverNC.solver_nc_joint
(NetworkStruct sn, SolverOptions options) static SolverNC.SolverNCMargReturn
SolverNC.solver_nc_marg
(NetworkStruct sn, SolverOptions options, Double lG) static SolverNC.SolverNCLDReturn
SolverNC.solver_ncld
(NetworkStruct sn, SolverOptions options) -
Uses of SolverOptions in jline.solvers.nc.analyzers
Modifier and TypeMethodDescriptionvoid
NCAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverNCResult res) void
SolverNCAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverNCResult res) void
SolverNCCacheAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverNCResult res) void
SolverNCCacheQNAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverNCResult res) void
SolverNCLDAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverNCResult res) -
Uses of SolverOptions in jline.solvers.ssa