Class JMTResult

java.lang.Object
jline.solvers.SolverResult
jline.solvers.jmt.JMTResult

public class JMTResult extends SolverResult
  • Field Details

    • metrics

      public List<Metric> metrics
    • logNormConstAggr

      public double logNormConstAggr
    • cacheTN

      public Matrix cacheTN
      Cache node throughputs [nnodes x nclasses]. Stores the throughput values for cache nodes directly from simulation results. Non-cache nodes will have 0 values. This is used to override the computed values in getAvgNode() since cache throughputs from simulation are more accurate.
    • cacheAN

      public Matrix cacheAN
      Cache node arrival rates [nnodes x nclasses]. Stores the arrival rate values for cache nodes directly from simulation results.
    • cacheNodeIndices

      public List<Integer> cacheNodeIndices
      List of cache node indices in the network.
  • Constructor Details

    • JMTResult

      public JMTResult()