PARTONS/NumA++
|
Numerical Analysis C++ routines
|
Public Types | |
enum | Type { UNDEFINED = 0 , BackPropagation = 1 , GeneticAlgorithm = 2 } |
Public Member Functions | |
TrainingAlgorithmType () | |
TrainingAlgorithmType (TrainingAlgorithmType::Type type) | |
TrainingAlgorithmType (const TrainingAlgorithmType &other) | |
virtual | ~TrainingAlgorithmType () |
TrainingAlgorithmType * | clone () const |
std::string | toString () const |
Private Attributes | |
TrainingAlgorithmType::Type | m_type |
NumA::TrainingAlgorithmType::TrainingAlgorithmType | ( | ) |
NumA::TrainingAlgorithmType::TrainingAlgorithmType | ( | TrainingAlgorithmType::Type | type | ) |
NumA::TrainingAlgorithmType::TrainingAlgorithmType | ( | const TrainingAlgorithmType & | other | ) |
|
virtual |
TrainingAlgorithmType * NumA::TrainingAlgorithmType::clone | ( | ) | const |
std::string NumA::TrainingAlgorithmType::toString | ( | ) | const |
|
private |