![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Procedure constants shared by sim_fquest and sim_firquest. More...
#include <line/api/sim/sim_quest_options.h>
Public Attributes | |
| long | b0 = 50 |
| Initial batch count for the warmup stage. | |
| long | m0 = 500 |
| Initial batch size for the warmup stage. | |
| std::vector< long > | s {32, 24, 16, 10} |
| Descending batch counts for the test stages. | |
| double | beta = 0.30 |
| Significance level of the stage tests. | |
| double | eta = 0.2 |
| Decay coefficient of the warmup significance. | |
| double | theta = 2.3 |
| Decay exponent of the warmup significance. | |
| double | weight = std::sqrt(12.0) |
| Constant STS weight function. | |
| bool | force = true |
| Deliver a heuristic interval when a test fails. | |
Procedure constants shared by sim_fquest and sim_firquest.
Definition at line 40 of file sim_quest_options.h.
| long line::sim::QuestOptions::b0 = 50 |
Initial batch count for the warmup stage.
Definition at line 41 of file sim_quest_options.h.
| double line::sim::QuestOptions::beta = 0.30 |
Significance level of the stage tests.
Definition at line 44 of file sim_quest_options.h.
| double line::sim::QuestOptions::eta = 0.2 |
Decay coefficient of the warmup significance.
Definition at line 45 of file sim_quest_options.h.
| bool line::sim::QuestOptions::force = true |
Deliver a heuristic interval when a test fails.
Definition at line 48 of file sim_quest_options.h.
| long line::sim::QuestOptions::m0 = 500 |
Initial batch size for the warmup stage.
Definition at line 42 of file sim_quest_options.h.
| std::vector<long> line::sim::QuestOptions::s {32, 24, 16, 10} |
Descending batch counts for the test stages.
Definition at line 43 of file sim_quest_options.h.
| double line::sim::QuestOptions::theta = 2.3 |
Decay exponent of the warmup significance.
Definition at line 46 of file sim_quest_options.h.
| double line::sim::QuestOptions::weight = std::sqrt(12.0) |
Constant STS weight function.
Definition at line 47 of file sim_quest_options.h.