LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::env::CacheBlendResult< T > Struct Template Reference

A mean-field solve, with the compression that produced it. More...

#include <line/solvers/env/solver_env_meanfield.h>

Collaboration diagram for line::env::CacheBlendResult< T >:

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]

Detailed Description

template<class T>
struct line::env::CacheBlendResult< T >

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.

Member Data Documentation

◆ hitprob

template<class T>
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.

◆ missprob

template<class T>
std::vector<std::vector<T> > line::env::CacheBlendResult< T >::missprob

[cache][class]

Definition at line 588 of file solver_env_meanfield.h.

◆ nodes

template<class T>
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.


The documentation for this struct was generated from the following file: