Class view
class algorithm
Data member
| Name | Type | Utility |
|---|---|---|
m_name |
string |
The string command after AN= |
m_term |
unique_ptr<termination> |
The termination criterion |
m_parameters |
param_map |
Parameters |
Member function
| Name | Utility |
|---|---|
initialize() |
The initialization process |
run_() |
The optimization process |
terminating() |
Return whether the termination criterion has been met |
record() |
Record informations for measurement |