|
BioDynaMo
v1.05.125-2619fe54
|
#include <unordered_map>#include "core/multi_simulation/algorithm/algorithm.h"#include "core/multi_simulation/optimization_param.h"#include "core/param/param.h"Go to the source code of this file.
Classes | |
| struct | bdm::experimental::AlgorithmRegistry |
| Registry of all optimization algorithms. More... | |
Namespaces | |
| bdm | |
| bdm::experimental | |
Macros | |
| #define | BDM_REGISTER_ALGO(op) |
| #define | BDM_ALGO_HEADER() |
Functions | |
| Algorithm * | bdm::experimental::CreateOptimizationAlgorithm (OptimizationParam *opt_params) |
| #define BDM_ALGO_HEADER | ( | ) |
A convenient macro to hide some of the boilerplate code from the user in implementing new algorithms
Definition at line 66 of file algorithm_registry.h.
| #define BDM_REGISTER_ALGO | ( | op | ) |
Definition at line 60 of file algorithm_registry.h.
1.8.17