![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A mean-field solve, with the compression that produced it. More...
#include <line/solvers/env/solver_env_meanfield.h>
Public Attributes | |
| std::vector< std::size_t > | nodes |
| 0-based Cache node indices of stage 1 | |
| std::vector< std::vector< T > > | hitprob |
| [cache][class], NaN where no flow | |
| std::vector< std::vector< T > > | missprob |
| [cache][class] | |
A mean-field solve, with the compression that produced it.
aggregateCacheMeanfield_'s output: one hit/miss vector per Cache node.
Definition at line 585 of file solver_env_meanfield.h.
| std::vector<std::vector<T> > line::env::CacheBlendResult< T >::hitprob |
[cache][class], NaN where no flow
Definition at line 587 of file solver_env_meanfield.h.
| std::vector<std::vector<T> > line::env::CacheBlendResult< T >::missprob |
[cache][class]
Definition at line 588 of file solver_env_meanfield.h.
| std::vector<std::size_t> line::env::CacheBlendResult< T >::nodes |
0-based Cache node indices of stage 1
Definition at line 586 of file solver_env_meanfield.h.