Common interface for function optimization methods. More...
#include <IOptimizationMethod.h>
Public Member Functions | |
virtual TCode | GetStatus ()=0 |
Get the exit code returned in the last call to the IOptimizationMethod.Maximize() or IOptimizationMethod.Minimize() methods. More... | |
Common interface for function optimization methods.
Hmetal T, 16.03.2017.
Definition at line 136 of file IOptimizationMethod.h.
|
pure virtual |
Get the exit code returned in the last call to the IOptimizationMethod.Maximize() or IOptimizationMethod.Minimize() methods.
Hmetal T, 16.03.2017.