LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
ag_dispatch.h File Reference

The -s ag entry point: gates, fixed point, mean measures. More...

Include dependency graph for ag_dispatch.h:

Go to the source code of this file.

Namespaces

namespace  line
namespace  line::ag

Functions

template<class T>
mva::AvgResult< T > line::ag::solver_ag_run_analyzer (const qn::NetworkStruct< T > &L, const AgOptions &opt)
 SolverAG.runAnalyzer: the converged agents as mean measures.

Detailed Description

The -s ag entry point: gates, fixed point, mean measures.

The AG twin of solver_mam_run_analyzer. It filters the same metric kinds through the same mask rules, because what a solver reports is a property of the model and not of the algorithm; everything above the filter – which agents exist, how they couple, who evaluates them – is SolverAG's own.

Definition in file ag_dispatch.h.