|
OPTK
0.1.2
Toolkit for global optimisation algorithms
|
#include <optimiser.hpp>
Public Member Functions | |
| optimisers () | |
| void | register_optimiser (optimiser *o) |
| opt_list * | collection () |
Private Attributes | |
| opt_list | m_arr |
This is a class to hold the list of optimisation algorithms known to OPTK.
| optk::optimisers::optimisers | ( | ) |
The constructor
| optk::opt_list * optk::optimisers::collection | ( | ) |
| void optk::optimisers::register_optimiser | ( | optimiser * | o | ) |
The register function allows you to tell the main runner about the existance of a benchmark.
1.8.13