#include <freESPlusSelectionController.h>


Public Types | |
| typedef ES::PlusSelection < ESIndividualType > | ComponentType |
| typedef ESSelectionControllerBase < ComponentType > | Superclass |
Public Member Functions | |
| itkTypeMacro (ESPlusSelectionController, ESSelectionControllerBase) | |
| ESPlusSelectionController () | |
ESPlusSelectionController is used in evolutionary strategies (ES) to select the individuals for the next generation by plus selection (strong elitism).
Definition at line 42 of file freESPlusSelectionController.h.
The component class managed by the controller. The component class must be a derivation from itk::LightObject to ensure the ability to use the smartpointer concept of itk
Reimplemented from FREE::ESSelectionControllerBase< TSelection >.
Definition at line 47 of file freESPlusSelectionController.h.
Reimplemented from FREE::ESSelectionControllerBase< TSelection >.
Definition at line 48 of file freESPlusSelectionController.h.
| FREE::ESPlusSelectionController::ESPlusSelectionController | ( | ) |
Implementation of FREE::ESPlusSelectionController //
Definition at line 34 of file freESPlusSelectionController.cxx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| FREE::ESPlusSelectionController::itkTypeMacro | ( | ESPlusSelectionController | , | |
| ESSelectionControllerBase | ||||
| ) |
1.5.3 written by Dimitri van Heesch,
© 1997-2000