FREE::ESAsymmetricMutationController Class Reference
[ES component controller]

Derived class of a controller evolutionary strategy mutation. More...

#include <freESAsymmetricMutationController.h>

Inheritance diagram for FREE::ESAsymmetricMutationController:

Inheritance graph
FREE::ESMutationControllerBase\< FREE::ES::AsymmetricMutation\< FREE::ES::Individual \> \>FREE::ComponentControllerBase\< TMutation \>FREE::ComponentControllerInterface
[legend]
Collaboration diagram for FREE::ESAsymmetricMutationController:

Collaboration graph
FREE::ESMutationControllerBase\< FREE::ES::AsymmetricMutation\< FREE::ES::Individual \> \>FREE::ComponentControllerBase\< TMutation \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObject
[legend]

List of all members.

Public Types

typedef
ES::AsymmetricMutation
< ESIndividualType
ComponentType
typedef
ESMutationControllerBase
< ComponentType
Superclass

Public Member Functions

 itkTypeMacro (ESAsymmetricMutationController, ESMutationControllerBase)
 ESAsymmetricMutationController ()
 DeclareParameterMacro (Gamma)
 DeclareParameterMacro (Tau)
 DeclareParameterMacro (TauGlobal)
 DeclareParameterMacro (Tau_Skewness)
 DeclareParameterMacro (TauGlobal_Skewness)
 DeclareParameterMacro (InitialSeed)
 DeclareParameterMacro (UseInitialSeed)

Protected Member Functions

virtual void GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const
virtual void ActualizeMainComponent (ComponentType *pMainComponent, SessionComponentCache *pComponentCache, SessionInfo *pSessionInfo, const unsigned int &iActLevel) const


Detailed Description

Derived class of a controller evolutionary strategy mutation.

ESAsymmetricMutationController is used in evolutionary strategies (ES) to mutate newly recombined child via asymmetric mutation.

Definition at line 43 of file freESAsymmetricMutationController.h.


Member Typedef Documentation

typedef ES::AsymmetricMutation<ESIndividualType> FREE::ESAsymmetricMutationController::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::ESMutationControllerBase< TMutation >.

Definition at line 48 of file freESAsymmetricMutationController.h.

typedef ESMutationControllerBase<ComponentType> FREE::ESAsymmetricMutationController::Superclass

Reimplemented from FREE::ESMutationControllerBase< TMutation >.

Definition at line 49 of file freESAsymmetricMutationController.h.


Constructor & Destructor Documentation

FREE::ESAsymmetricMutationController::ESAsymmetricMutationController (  ) 

Definition at line 42 of file freESAsymmetricMutationController.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::ESAsymmetricMutationController::itkTypeMacro ( ESAsymmetricMutationController  ,
ESMutationControllerBase   
)

FREE::ESAsymmetricMutationController::DeclareParameterMacro ( Gamma   ) 

FREE::ESAsymmetricMutationController::DeclareParameterMacro ( Tau   ) 

FREE::ESAsymmetricMutationController::DeclareParameterMacro ( TauGlobal   ) 

FREE::ESAsymmetricMutationController::DeclareParameterMacro ( Tau_Skewness   ) 

FREE::ESAsymmetricMutationController::DeclareParameterMacro ( TauGlobal_Skewness   ) 

FREE::ESAsymmetricMutationController::DeclareParameterMacro ( InitialSeed   ) 

FREE::ESAsymmetricMutationController::DeclareParameterMacro ( UseInitialSeed   ) 

void FREE::ESAsymmetricMutationController::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< TMutation >.

Definition at line 51 of file freESAsymmetricMutationController.cxx.

References FREE::ComponentControllerBase< TMutation >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::Parameters(), FREE::Parameter::PVTBool, FREE::Parameter::PVTDouble, and FREE::Parameter::PVTInteger.

Here is the call graph for this function:

FREE::ComponentControllerBase\< TMutation \>::GenerateProfileFREE::CtrlProfile::ControllerProfileBase::Parameters

void FREE::ESAsymmetricMutationController::ActualizeMainComponent ( ComponentType pMainComponent,
SessionComponentCache pComponentCache,
SessionInfo pSessionInfo,
const unsigned int &  iActLevel 
) const [protected, virtual]

Definition at line 69 of file freESAsymmetricMutationController.cxx.

References FREE::ComponentControllerBase< TMutation >::ActualizeMainComponent(), catchAllNPassMacro, FREE::SessionAccessor::GetParameterValue(), FREE::ES::AsymmetricMutation< TIndividual >::GetRandomGenerator(), FREE::ES::AsymmetricMutation< TIndividual >::SetGamma(), FREE::ES::AsymmetricMutation< TIndividual >::SetTau(), FREE::ES::AsymmetricMutation< TIndividual >::SetTau_Skewness(), FREE::ES::AsymmetricMutation< TIndividual >::SetTauGlobal(), and FREE::ES::AsymmetricMutation< TIndividual >::SetTauGlobal_Skewness().

Here is the call graph for this function:

FREE::ComponentControllerBase\< TMutation \>::ActualizeMainComponentFREE::SessionAccessor::GetParameterValueFREE::ES::AsymmetricMutation::GetRandomGeneratorFREE::ES::AsymmetricMutation::SetGammaFREE::ES::AsymmetricMutation::SetTauFREE::ES::AsymmetricMutation::SetTau_SkewnessFREE::ES::AsymmetricMutation::SetTauGlobalFREE::ES::AsymmetricMutation::SetTauGlobal_SkewnessFREE::SessionComponentCache::GetIDPathFREE::SessionAccessor::GetParameterFREE::IDPath::ToStrFREE::ComponentSetup::GetIDPathFREE::SessionComponentCache::SetupFREE::ComponentSetup::HasParentComponentFREE::SessionComponentCache::ControllerFREE::SessionComponentCache::ControllerIsAssignedFREE::ComponentControllerInterface::GetParameterFREE::IDPath::Size


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