Package jline.solvers.mva.analyzers
Class Solver_mva_cacheqn_retrieval_analyzer
java.lang.Object
jline.solvers.mva.analyzers.Solver_mva_cacheqn_retrieval_analyzer
MVA analyzer for a CLOSED integrated cache-queueing model whose Cache node has a
delayed-hit retrieval system. Delegates to Da_cacheqn_retrieval with a
load-dependent (mvald) network solve so the finite-population coalescing emerges
from the closed AMVA. Returns the true cache hit/miss probabilities (hit=P(cached),
miss=1-hit); the delayed fraction folds into miss (delayed=0). Java port of
matlab/src/solvers/MVA/solver_mva_cacheqn_retrieval_analyzer.m.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solver_mva_cacheqn_retrieval_analyzer
public Solver_mva_cacheqn_retrieval_analyzer()
-
-
Method Details
-
solver_mva_cacheqn_retrieval_analyzer
public static MVAResult solver_mva_cacheqn_retrieval_analyzer(NetworkStruct sn, SolverOptions options)
-