OPTK  0.1.2
Toolkit for global optimisation algorithms
Public Member Functions | Private Attributes | List of all members
optk::optimisers Class Reference

#include <optimiser.hpp>

Public Member Functions

 optimisers ()
 
void register_optimiser (optimiser *o)
 
opt_list * collection ()
 

Private Attributes

opt_list m_arr
 

Detailed Description

This is a class to hold the list of optimisation algorithms known to OPTK.

Constructor & Destructor Documentation

◆ optimisers()

optk::optimisers::optimisers ( )

The constructor

Member Function Documentation

◆ collection()

optk::opt_list * optk::optimisers::collection ( )
Returns
The collection of optimisation algorithms held by this class

◆ register_optimiser()

void optk::optimisers::register_optimiser ( optimiser o)

The register function allows you to tell the main runner about the existance of a benchmark.


The documentation for this class was generated from the following files: