BioDynaMo
v1.05.120-25dc9790
|
#include <range_param.h>
Public Member Functions | |
RangeParam ()=default | |
RangeParam (const std::string &name, 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 (RangeParam, 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 | 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 values (e.g. [1,2,3,4,5]) All values are interpreted as real_t precision floating point types
Definition at line 27 of file range_param.h.
|
default |
|
inline |
Definition at line 29 of file range_param.h.
bdm::RangeParam::BDM_CLASS_DEF_OVERRIDE | ( | RangeParam | , |
1 | |||
) |
|
inlineoverridevirtual |
Implements bdm::OptimizationParamType.
Definition at line 45 of file range_param.h.
|
inlineoverridevirtual |
Implements bdm::OptimizationParamType.
Definition at line 57 of file range_param.h.
|
inlineoverridevirtual |
Implements bdm::OptimizationParamType.
Definition at line 50 of file range_param.h.
|
inlineoverridevirtual |
Reimplemented from bdm::OptimizationParamType.
Definition at line 37 of file range_param.h.
real_t bdm::RangeParam::lower_bound = 0 |
Definition at line 62 of file range_param.h.
real_t bdm::RangeParam::stride = 1 |
Definition at line 66 of file range_param.h.
real_t bdm::RangeParam::upper_bound = 0 |
Definition at line 64 of file range_param.h.