![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
options.config.stochiter_* of SolverOptions.m, with its defaults. More...
#include <line/solvers/ln/solver_ln.h>
Public Attributes | |
| long | burnin = 5 |
| Picard iterations before the step decay starts. | |
| double | a0 = 1.0 |
| Robbins-Monro step immediately after burn-in. | |
| double | alpha = 0.6 |
| step decay exponent, in (0.5, 1] | |
| long | conseq = 3 |
| consecutive sub-tolerance iterations required to stop | |
| double | iter_tol = 5e-3 |
| double | relax_burnin = 1.0 |
| Relaxation in force during burn-in, i.e. | |
options.config.stochiter_* of SolverOptions.m, with its defaults.
Definition at line 444 of file solver_ln.h.
| double line::ln::LnStochConfig::a0 = 1.0 |
Robbins-Monro step immediately after burn-in.
Definition at line 446 of file solver_ln.h.
| double line::ln::LnStochConfig::alpha = 0.6 |
step decay exponent, in (0.5, 1]
Definition at line 447 of file solver_ln.h.
| long line::ln::LnStochConfig::burnin = 5 |
Picard iterations before the step decay starts.
Definition at line 445 of file solver_ln.h.
| long line::ln::LnStochConfig::conseq = 3 |
consecutive sub-tolerance iterations required to stop
Definition at line 448 of file solver_ln.h.
| double line::ln::LnStochConfig::iter_tol = 5e-3 |
Definition at line 449 of file solver_ln.h.
| double line::ln::LnStochConfig::relax_burnin = 1.0 |
Relaxation in force during burn-in, i.e.
whatever init left in place.
Definition at line 451 of file solver_ln.h.