MS-RCPSP
All Classes Functions Variables
Public Member Functions | List of all members
EvolutionaryAlgorithm::Algorithm< T > Class Template Referenceabstract

Base abstract class for all optimization algorithms. More...

#include <Algorithm.h>

Inheritance diagram for EvolutionaryAlgorithm::Algorithm< T >:
Inheritance graph
[legend]

Public Member Functions

virtual std::shared_ptr< T > optimize ()=0
 

Detailed Description

template<class T>
class EvolutionaryAlgorithm::Algorithm< T >

Base abstract class for all optimization algorithms.

Parameters
TClass of optimized parameter.

Definition at line 12 of file Algorithm.h.


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