sam::FrankenbachStrategy::Parameters¶
Public Attributes¶
| Name | |
|---|---|
| std::string | method |
| float | base_hp |
| float | lo_se |
| float | hi_se |
| float | min_se |
| float | max_se |
Public Attributes Documentation¶
variable method¶
std::string method {"FrankenbachStrategy"};
variable base_hp¶
float base_hp {0};
variable lo_se¶
float lo_se {0.4};
variable hi_se¶
float hi_se {0.6};
variable min_se¶
float min_se {0.1};
variable max_se¶
float max_se {0.6};
Updated on 29 June 2021 at 16:13:46 CEST
Last update: 2021-09-18