BioDynaMo
v1.05.120-25dc9790
|
Go to the documentation of this file.
15 #ifndef CORE_MULTI_SIMULATION_OPTIMIZATION_PARAM_TYPE_SET_PARAM_H_
16 #define CORE_MULTI_SIMULATION_OPTIMIZATION_PARAM_TYPE_SET_PARAM_H_
29 SetParam(
const std::string& name,
const std::vector<real_t> v)
48 #endif // CORE_MULTI_SIMULATION_OPTIMIZATION_PARAM_TYPE_SET_PARAM_H_
real_t GetValue(int n) const override
uint32_t GetNumElements() const override
OptimizationParamType * GetCopy() const override
An interface for creating different types of optimization parameters.
real_t at(size_t n) const
SetParam(const std::string &name, const std::vector< real_t > v)
std::vector< real_t > values
BDM_CLASS_DEF_OVERRIDE(SetParam, 1)