Base abstract class for all optimization algorithms. More...
#include <Algorithm.h>
Public Member Functions | |
virtual std::shared_ptr< T > | optimize ()=0 |
Base abstract class for all optimization algorithms.
T | Class of optimized parameter. |
Definition at line 12 of file Algorithm.h.