![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of the optimization-based M3PP(2, m) fits. More...
#include <line/api/mam/m3pp2m_fitc_approx.h>
Public Attributes | |
| Mmap< T > | mmap |
| the fitted M3PP(2, m) | |
| T | mmpp_objective |
| objective of the underlying MMPP(2) fit (zero when it was given) | |
| T | class_objective |
| sum_i (x_i/target_i - 1)^2, the reference's fit_error | |
| T | class_violation |
| worst constraint violation of the per-class QP | |
| bool | degenerate |
| the underlying process was a Poisson process | |
| bool | feasible |
| mmap_isfeasible_tol of the result at 1e-8 | |
Result of the optimization-based M3PP(2, m) fits.
Definition at line 109 of file m3pp2m_fitc_approx.h.
| T line::mam::M3pp2mFitcApproxResult< T >::class_objective |
sum_i (x_i/target_i - 1)^2, the reference's fit_error
Definition at line 112 of file m3pp2m_fitc_approx.h.
| T line::mam::M3pp2mFitcApproxResult< T >::class_violation |
worst constraint violation of the per-class QP
Definition at line 113 of file m3pp2m_fitc_approx.h.
| bool line::mam::M3pp2mFitcApproxResult< T >::degenerate |
the underlying process was a Poisson process
Definition at line 114 of file m3pp2m_fitc_approx.h.
Referenced by line::mam::m3pp2m_fitc_approx(), and line::mam::m3pp2m_fitc_approx_ag_multiclass().
| bool line::mam::M3pp2mFitcApproxResult< T >::feasible |
mmap_isfeasible_tol of the result at 1e-8
Definition at line 115 of file m3pp2m_fitc_approx.h.
| Mmap<T> line::mam::M3pp2mFitcApproxResult< T >::mmap |
the fitted M3PP(2, m)
Definition at line 110 of file m3pp2m_fitc_approx.h.
| T line::mam::M3pp2mFitcApproxResult< T >::mmpp_objective |
objective of the underlying MMPP(2) fit (zero when it was given)
Definition at line 111 of file m3pp2m_fitc_approx.h.
Referenced by line::mam::m3pp2m_fitc_approx(), line::mam::m3pp2m_fitc_approx_ag(), and line::mam::m3pp2m_fitc_approx_ag_multiclass().