Package jline.solvers.fluid.analyzers
Class RMFAnalyzer
-
- All Implemented Interfaces:
-
jline.solvers.fluid.analyzers.FluidAnalyzer
public class RMFAnalyzer 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.
-
-
Constructor Summary
Constructors Constructor Description RMFAnalyzer()
-
Method Summary
Modifier and Type Method Description voidanalyze(NetworkStruct sn, SolverOptions options, SolverResult result)MatrixgetXVecIt()-
-
Method Detail
-
analyze
void analyze(NetworkStruct sn, SolverOptions options, SolverResult result)
-
-
-
-