Package jline.solvers.mva
Class MVAOptions
-
- All Implemented Interfaces:
public class MVAOptions extends SolverOptions
Configuration options for Mean Value Analysis (MVA) solver.
MVAOptions extends the base solver options to provide MVA-specific configuration parameters. MVA is an exact analytical method for computing steady-state performance measures of closed queueing networks with product-form solutions.
Key MVA characteristics:
- Exact results for product-form networks
- Efficient for moderate network sizes
- Supports multi-class closed networks
- Handles load-independent and load-dependent servers
- Since:
1.0
-
-
Field Summary
Fields Modifier and Type Field Description public boolean
cache
public Matrix
cutoff
public SolverOptions.Config
config
public boolean
force
public boolean
hide_immediate
public Matrix
init_sol
public int
iter_max
public double
iter_tol
public double
tol
public boolean
keep
public String
lang
public String
method
public boolean
remote
public String
remote_endpoint
public SolverOptions.ODESolvers
odesolvers
public int
samples
public int
seed
public boolean
stiff
public Array<double>
timespan
public Double
timestep
public VerboseLevel
verbose
-
Constructor Summary
Constructors Constructor Description MVAOptions()
Constructs a new MVAOptions instance with default MVA solver configuration.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.solvers.SolverOptions
copy, cutoff, cutoff, cutoff, force, getCutoffMatrix, keep, method, samples, seed, setODEMaxStep, setODEMinStep, verbose, verbose
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-