realea::SSGA Class Reference
Implements the Steady-by-State Genetic Algorithm (SSGA).
More...
#include <ssga.h>
List of all members.
Detailed Description
Implements the Steady-by-State Genetic Algorithm (SSGA).
Definition at line 20 of file ssga.h.
Constructor & Destructor Documentation
SSGA::SSGA |
( |
Random * |
random |
) |
|
Constructor.
- Parameters:
-
| random | random number generator |
Definition at line 25 of file ssga.cc.
Member Function Documentation
void SSGA::setMutation |
( |
IMutation * |
mutation |
) |
|
Set the mutation criterion
- Parameters:
-
Definition at line 40 of file ssga.cc.
void SSGA::setReplacement |
( |
IReplace * |
replace |
) |
|
Set the Replacement Strategy
- Parameters:
-
| replace | Replacement Strategy |
Definition at line 35 of file ssga.cc.
void SSGA::setSelect |
( |
ISelect * |
sel |
) |
|
Set the parents selection method
- Parameters:
-
Definition at line 29 of file ssga.cc.
The documentation for this class was generated from the following files: