#include <optim_driver.h>
Public Member Functions | |
| optim_driver (algorithm_type &oat, obj_funct *oF) | |
| constructor | |
| void | run (long calls_limit) |
| optimization cycle | |
| ~optim_driver (void) | |
| destructor | |
Private Attributes | |
| algorithm_type | at |
| Type of algorithm. | |
| grade * | Grade |
| sade * | Sade |
| Individual optimization algorithms. | |
Definition at line 23 of file optim_driver.h.
| optim_driver | ( | algorithm_type & | oat, | |
| obj_funct * | oF | |||
| ) |
| ~optim_driver | ( | void | ) |
destructor
Destructor
created
,
Definition at line 91 of file optim_driver.cpp.
| void run | ( | long | calls_limit | ) |
algorithm_type at [private] |
Type of algorithm.
Definition at line 34 of file optim_driver.h.
Referenced by optim_driver(), and run().
grade* Grade [private] |
Definition at line 37 of file optim_driver.h.
Referenced by optim_driver(), run(), and ~optim_driver().
sade* Sade [private] |
Individual optimization algorithms.
Definition at line 36 of file optim_driver.h.
Referenced by optim_driver(), run(), and ~optim_driver().
1.6.2