Class RMFAnalyzer

java.lang.Object
jline.solvers.fluid.analyzers.RMFAnalyzer
All Implemented Interfaces:
FluidAnalyzer

public class RMFAnalyzer extends Object implements FluidAnalyzer
Integrated cache-queueing network analyzer using fluid approximation.

Iterates between isolated cache analysis and fluid ODE solution of the surrounding queueing network until arrival rates converge. This matches the MATLAB solver_fld_cacheqn_analyzer implementation.

See Also:
  • Field Details

    • lastMinNormal

      public MinNormalAnalyzer lastMinNormal
      The moment closure of the LAST network step, when the requested method is "minnormal". SolverFluid reads its covariance and class blocks off this, exactly as it does for a cache-free model.
  • Constructor Details

    • RMFAnalyzer

      public RMFAnalyzer()
  • Method Details