FREE::ESDiscriminativeRecombinatorController Class Reference
[ES component controller]

Derived class of a dominant parent recombinator. More...

#include <freESDiscriminativeRecombinatorController.h>

Inheritance diagram for FREE::ESDiscriminativeRecombinatorController:

Inheritance graph
FREE::ESRecombinatorControllerBase\< FREE::ES::DiscriminativeRecombinator\< FREE::ES::Individual \> \>FREE::ComponentControllerBase\< TRecombinator \>FREE::ComponentControllerInterface
[legend]
Collaboration diagram for FREE::ESDiscriminativeRecombinatorController:

Collaboration graph
FREE::ESRecombinatorControllerBase\< FREE::ES::DiscriminativeRecombinator\< FREE::ES::Individual \> \>FREE::ComponentControllerBase\< TRecombinator \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObject
[legend]

List of all members.

Public Types

typedef
ES::DiscriminativeRecombinator
< ESIndividualType
ComponentType
typedef
ESRecombinatorControllerBase
< ComponentType
Superclass

Public Member Functions

 itkTypeMacro (ESDiscriminativeRecombinatorController, ESRecombinatorControllerBase)
 ESDiscriminativeRecombinatorController ()

Protected Member Functions

virtual void GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const
virtual
GenericComponentType
GetSubComponentCasted (ComponentType *pMainComponent, const ComponentID &compID, SessionComponentCache *pMainComponentCache) const
virtual void SetSubComponentCasted (GenericComponentType *pSubComponent, ComponentType *pMainComponent, const ComponentID compID, SessionComponentCache *pMainComponentCache) const


Detailed Description

Derived class of a dominant parent recombinator.

ESDiscriminativeRecombinatorController is used in evolutionary strategies (ES) to recombine parents for a new child.

Definition at line 43 of file freESDiscriminativeRecombinatorController.h.


Member Typedef Documentation

typedef ES::DiscriminativeRecombinator<ESIndividualType> FREE::ESDiscriminativeRecombinatorController::ComponentType

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::ESRecombinatorControllerBase< TRecombinator >.

Definition at line 48 of file freESDiscriminativeRecombinatorController.h.

typedef ESRecombinatorControllerBase<ComponentType> FREE::ESDiscriminativeRecombinatorController::Superclass

Reimplemented from FREE::ESRecombinatorControllerBase< TRecombinator >.

Definition at line 49 of file freESDiscriminativeRecombinatorController.h.


Constructor & Destructor Documentation

FREE::ESDiscriminativeRecombinatorController::ESDiscriminativeRecombinatorController (  ) 

Implementation of FREE::ESDiscriminativeRecombinatorController //

Definition at line 39 of file freESDiscriminativeRecombinatorController.cxx.

References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

Here is the call graph for this function:

FREE::ComponentControllerInterface::UpdateControllerIDFREE::CtrlProfile::ProfileInheritance::AddAncestorFREE::XMLStringMultiMap::AddElementFREE::CtrlProfile::ProfileInheritance::IndexOfAncestorFREE::XMLStringMultiMap::SetElementDataFREE::XMLStringMultiMap::GetElementDataFREE::XMLStringMultiMap::Size


Member Function Documentation

FREE::ESDiscriminativeRecombinatorController::itkTypeMacro ( ESDiscriminativeRecombinatorController  ,
ESRecombinatorControllerBase   
)

void FREE::ESDiscriminativeRecombinatorController::GenerateProfile ( CtrlProfile::ControllerProfile profile,
const SessionComponentCache pComponentCache,
bool  bRegardOldSetup 
) const [protected, virtual]

Adjusts the current profile according to the definitions of the controller.
Method should call the superclass variant to regard demands of basic controllers.

Parameters:
[in,out] profile Reference of the current profile.
[in] pComponentCache Pointer to the cache indicating the location of the component that should be profiled. This pointer can be null. In this case only a default profile that isn't context sensitive is wanted (others aren't possible anyway)
[in] bRegardOldSetup If true, the setup of pComponentCache is valid and should be regarded when the profile is generated. Otherwise just use defaults if setup information is needed.

Reimplemented from FREE::ComponentControllerBase< TRecombinator >.

Definition at line 48 of file freESDiscriminativeRecombinatorController.cxx.

References FREE::CtrlProfile::ProfileOption::CheckForInheritance(), FREE::ComponentControllerBase< TRecombinator >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::Inheritance(), FREE::CtrlProfile::ControllerProfile::Requirements(), and FREE::CtrlProfile::ControllerProfileBase::SubComponents().

Here is the call graph for this function:

FREE::CtrlProfile::ProfileOption::CheckForInheritanceFREE::ComponentControllerBase\< TRecombinator \>::GenerateProfileFREE::CtrlProfile::ControllerProfileBase::InheritanceFREE::CtrlProfile::ControllerProfile::RequirementsFREE::CtrlProfile::ControllerProfileBase::SubComponents

GenericComponentType * FREE::ESDiscriminativeRecombinatorController::GetSubComponentCasted ( ComponentType pMainComponent,
const ComponentID compID,
SessionComponentCache pMainComponentCache 
) const [protected, virtual]

Definition at line 73 of file freESDiscriminativeRecombinatorController.cxx.

References FREE::ES::DiscriminativeRecombinator< TIndividual >::GetObjectiveRecombinator(), FREE::ES::DiscriminativeRecombinator< TIndividual >::GetStrategicRecombinator(), and FREE::ComponentControllerBase< TRecombinator >::GetSubComponentCasted().

Here is the call graph for this function:

FREE::ES::DiscriminativeRecombinator::GetObjectiveRecombinatorFREE::ES::DiscriminativeRecombinator::GetStrategicRecombinatorFREE::ComponentControllerBase\< TRecombinator \>::GetSubComponentCasted

void FREE::ESDiscriminativeRecombinatorController::SetSubComponentCasted ( GenericComponentType pSubComponent,
ComponentType pMainComponent,
const ComponentID  compID,
SessionComponentCache pMainComponentCache 
) const [protected, virtual]

Definition at line 83 of file freESDiscriminativeRecombinatorController.cxx.

References FREE::ES::DiscriminativeRecombinator< TIndividual >::SetObjectiveRecombinator(), FREE::ES::DiscriminativeRecombinator< TIndividual >::SetStrategicRecombinator(), and FREE::ComponentControllerBase< TRecombinator >::SetSubComponentCasted().

Here is the call graph for this function:

FREE::ES::DiscriminativeRecombinator::SetObjectiveRecombinatorFREE::ES::DiscriminativeRecombinator::SetStrategicRecombinatorFREE::ComponentControllerBase\< TRecombinator \>::SetSubComponentCasted


The documentation for this class was generated from the following files:
Generated at Sat Oct 13 18:17:56 2007 for f.r.e.e. - Flexible Registration and Evaluation Engine by doxygen 1.5.3 written by Dimitri van Heesch, © 1997-2000