Class Solver_mva_cacheqn_retrieval_analyzer

java.lang.Object
jline.solvers.mva.analyzers.Solver_mva_cacheqn_retrieval_analyzer

public class Solver_mva_cacheqn_retrieval_analyzer extends Object
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 Details

    • Solver_mva_cacheqn_retrieval_analyzer

      public Solver_mva_cacheqn_retrieval_analyzer()
  • Method Details