LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::sim::QuestOptions Struct Reference

Procedure constants shared by sim_fquest and sim_firquest. More...

#include <line/api/sim/sim_quest_options.h>

Collaboration diagram for line::sim::QuestOptions:

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.

Detailed Description

Procedure constants shared by sim_fquest and sim_firquest.

Definition at line 40 of file sim_quest_options.h.

Member Data Documentation

◆ b0

long line::sim::QuestOptions::b0 = 50

Initial batch count for the warmup stage.

Definition at line 41 of file sim_quest_options.h.

◆ beta

double line::sim::QuestOptions::beta = 0.30

Significance level of the stage tests.

Definition at line 44 of file sim_quest_options.h.

◆ eta

double line::sim::QuestOptions::eta = 0.2

Decay coefficient of the warmup significance.

Definition at line 45 of file sim_quest_options.h.

◆ force

bool line::sim::QuestOptions::force = true

Deliver a heuristic interval when a test fails.

Definition at line 48 of file sim_quest_options.h.

◆ m0

long line::sim::QuestOptions::m0 = 500

Initial batch size for the warmup stage.

Definition at line 42 of file sim_quest_options.h.

◆ s

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.

◆ theta

double line::sim::QuestOptions::theta = 2.3

Decay exponent of the warmup significance.

Definition at line 46 of file sim_quest_options.h.

◆ weight

double line::sim::QuestOptions::weight = std::sqrt(12.0)

Constant STS weight function.

Definition at line 47 of file sim_quest_options.h.


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