Package jline.solvers.mam
Class MAMResult
java.lang.Object
jline.solvers.SolverResult
jline.solvers.mam.MAMResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionintdoubleOrbit-level internals of the matrix-analytic retrial engine, when the model was solved as a retrial station. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jline.solvers.SolverResult
deepCopy, reset
-
Field Details
-
iter
public int iter -
lG
public double lG -
actionRates
-
equilibrium
-
generators
-
retrialInternals
Orbit-level internals of the matrix-analytic retrial engine, when the model was solved as a retrial station. Exposed through SolverMAM.getMAMResult so that the orbit-level stationary distribution, the truncation level and its residual can be inspected rather than only the mean measures.
-
-
Constructor Details
-
MAMResult
public MAMResult()
-