BioDynaMo
v1.05.120-25dc9790
|
A uniform range of logarithmically scaled values (e.g. 1, 10, 100, 1000) More...
#include <log_range_param.h>
Public Member Functions | |
LogRangeParam ()=default | |
LogRangeParam (const std::string &n, real_t base, real_t min, real_t max, real_t stride) | |
void | Validate () const override |
OptimizationParamType * | GetCopy () const override |
real_t | GetValue (int n) const override |
uint32_t | GetNumElements () const override |
BDM_CLASS_DEF_OVERRIDE (LogRangeParam, 1) | |
Public Member Functions inherited from bdm::OptimizationParamType | |
OptimizationParamType ()=default | |
OptimizationParamType (const std::string &name) | |
virtual | ~OptimizationParamType ()=default |
std::string | GetGroupName () |
std::string | GetParamName () |
BDM_CLASS_DEF (OptimizationParamType, 1) | |
Public Attributes | |
real_t | base = 10 |
real_t | lower_bound = 0 |
real_t | upper_bound = 0 |
real_t | stride = 1 |
Public Attributes inherited from bdm::OptimizationParamType | |
std::string | param_name |
A uniform range of logarithmically scaled values (e.g. 1, 10, 100, 1000)
Definition at line 26 of file log_range_param.h.
|
default |
|
inline |
Definition at line 28 of file log_range_param.h.
bdm::LogRangeParam::BDM_CLASS_DEF_OVERRIDE | ( | LogRangeParam | , |
1 | |||
) |
|
inlineoverridevirtual |
Implements bdm::OptimizationParamType.
Definition at line 46 of file log_range_param.h.
|
inlineoverridevirtual |
Implements bdm::OptimizationParamType.
Definition at line 59 of file log_range_param.h.
|
inlineoverridevirtual |
Implements bdm::OptimizationParamType.
Definition at line 51 of file log_range_param.h.
|
inlineoverridevirtual |
Reimplemented from bdm::OptimizationParamType.
Definition at line 38 of file log_range_param.h.
real_t bdm::LogRangeParam::base = 10 |
Definition at line 64 of file log_range_param.h.
real_t bdm::LogRangeParam::lower_bound = 0 |
Definition at line 66 of file log_range_param.h.
real_t bdm::LogRangeParam::stride = 1 |
Definition at line 70 of file log_range_param.h.
real_t bdm::LogRangeParam::upper_bound = 0 |
Definition at line 68 of file log_range_param.h.