FREE::ESCMAMutationController Class Reference
[ES component controller]

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

#include <freESCMAMutationController.h>

Inheritance diagram for FREE::ESCMAMutationController:

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

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

List of all members.

Public Types

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

Public Member Functions

 itkTypeMacro (ESCMAMutationController, ESMutationControllerBase)
 ESCMAMutationController ()
 DeclareParameterMacro (Sigma)
 DeclareParameterMacro (Mu_eff)
 DeclareParameterMacro (Mu_cov)
 DeclareParameterMacro (C_c)
 DeclareParameterMacro (C_cov)
 DeclareParameterMacro (C_sigma)
 DeclareParameterMacro (D_sigma)
 DeclareParameterMacro (InitialSeed)
 DeclareParameterMacro (UseInitialSeed)
 DeclareParameterMacro (InitialMu)
 DeclareParameterMacro (InitializeControlValues)
 DeclareParameterMacro (InitialObjectiveCount)

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
virtual void SetStatisticEntryMainComponent (StatisticEntry &rStatisticEntry, ComponentType *pMainComponent, SessionComponentCache *pMainComponentCache, SessionInfo *pSessionInfo, StatisticDictionary &rDictionary) 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 controller evolutionary strategy mutation.

ESCMAMutationController is used in evolutionary strategies (ES) to mutate newly recombined child via CMA.

Definition at line 43 of file freESCMAMutationController.h.


Member Typedef Documentation

typedef ES::CMAMutation<ESIndividualType> FREE::ESCMAMutationController::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 freESCMAMutationController.h.

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

Reimplemented from FREE::ESMutationControllerBase< TMutation >.

Definition at line 49 of file freESCMAMutationController.h.


Constructor & Destructor Documentation

FREE::ESCMAMutationController::ESCMAMutationController (  ) 

Definition at line 52 of file freESCMAMutationController.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::ESCMAMutationController::itkTypeMacro ( ESCMAMutationController  ,
ESMutationControllerBase   
)

FREE::ESCMAMutationController::DeclareParameterMacro ( Sigma   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( Mu_eff   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( Mu_cov   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( C_c   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( C_cov   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( C_sigma   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( D_sigma   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( InitialSeed   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( UseInitialSeed   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( InitialMu   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( InitializeControlValues   ) 

FREE::ESCMAMutationController::DeclareParameterMacro ( InitialObjectiveCount   ) 

void FREE::ESCMAMutationController::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 61 of file freESCMAMutationController.cxx.

References FREE::CtrlProfile::ProfileOption::CheckForInheritance(), FREE::csUndefinedController, FREE::ComponentControllerBase< TMutation >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::Inheritance(), FREE::CtrlProfile::ControllerProfileBase::Parameters(), FREE::Parameter::PVTBool, FREE::Parameter::PVTDouble, FREE::Parameter::PVTInteger, FREE::Parameter::PVTULong, FREE::CtrlProfile::ControllerProfile::Requirements(), and FREE::CtrlProfile::ControllerProfileBase::SubComponents().

Here is the call graph for this function:

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

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

Definition at line 121 of file freESCMAMutationController.cxx.

References FREE::ComponentControllerBase< TMutation >::ActualizeMainComponent(), catchAllNPassMacro, FREE::SessionAccessor::GetParameterValue(), FREE::ES::CMAMutation< TIndividual >::GetRandomGenerator(), FREE::ES::CMAMutation< TIndividual >::InitializeControlValues_Hansen(), FREE::ES::CMAMutation< TIndividual >::InitializeControlValues_Mean(), FREE::ES::CMAMutation< TIndividual >::SetC_c(), FREE::ES::CMAMutation< TIndividual >::SetC_cov(), FREE::ES::CMAMutation< TIndividual >::SetC_sigma(), FREE::ES::CMAMutation< TIndividual >::SetD_sigma(), FREE::ES::CMAMutation< TIndividual >::SetMu_cov(), FREE::ES::CMAMutation< TIndividual >::SetMu_eff(), and FREE::ES::CMAMutation< TIndividual >::SetSigma().

Here is the call graph for this function:

FREE::ComponentControllerBase\< TMutation \>::ActualizeMainComponentFREE::SessionAccessor::GetParameterValueFREE::ES::CMAMutation::GetRandomGeneratorFREE::ES::CMAMutation::InitializeControlValues_HansenFREE::ES::CMAMutation::InitializeControlValues_MeanFREE::ES::CMAMutation::SetC_cFREE::ES::CMAMutation::SetC_covFREE::ES::CMAMutation::SetC_sigmaFREE::ES::CMAMutation::SetD_sigmaFREE::ES::CMAMutation::SetMu_covFREE::ES::CMAMutation::SetMu_effFREE::ES::CMAMutation::SetSigmaFREE::SessionComponentCache::GetIDPathFREE::SessionAccessor::GetParameterFREE::IDPath::ToStrFREE::ComponentSetup::GetIDPathFREE::SessionComponentCache::SetupFREE::ComponentSetup::HasParentComponentFREE::SessionComponentCache::ControllerFREE::SessionComponentCache::ControllerIsAssignedFREE::ComponentControllerInterface::GetParameterFREE::IDPath::Size

void FREE::ESCMAMutationController::SetStatisticEntryMainComponent ( StatisticEntry rStatisticEntry,
ComponentType pMainComponent,
SessionComponentCache pMainComponentCache,
SessionInfo pSessionInfo,
StatisticDictionary rDictionary 
) const [protected, virtual]

Definition at line 189 of file freESCMAMutationController.cxx.

References FREE::StatisticEntry::AddValue(), FREE::StatisticDictionary::AddValueDefinition(), FREE::ES::CMAMutation< TIndividual >::GetCurCentroid(), FREE::ES::CMAMutation< TIndividual >::GetCurMatrix(), FREE::ES::CMAMutation< TIndividual >::GetCurMatrixPath(), FREE::ES::CMAMutation< TIndividual >::GetCurStepLength(), FREE::ES::CMAMutation< TIndividual >::GetCurStepPath(), FREE::SessionComponentCache::GetIDPath(), FREE::StatisticValueDefinition::GetRefID(), FREE::StatisticDictionary::GetValueDefinitionByName(), and FREE::Convert::ToStr().

Here is the call graph for this function:

FREE::StatisticEntry::AddValueFREE::StatisticDictionary::AddValueDefinitionFREE::ES::CMAMutation::GetCurCentroidFREE::ES::CMAMutation::GetCurMatrixFREE::ES::CMAMutation::GetCurMatrixPathFREE::ES::CMAMutation::GetCurStepLengthFREE::ES::CMAMutation::GetCurStepPathFREE::SessionComponentCache::GetIDPathFREE::StatisticValueDefinition::GetRefIDFREE::StatisticDictionary::GetValueDefinitionByNameFREE::Convert::ToStrFREE::SmartCollectionBase::AddElementFREE::SmartCollectionBase::GetElementFREE::CollectionBase::SizeFREE::ComponentSetup::GetIDPathFREE::SessionComponentCache::SetupFREE::ComponentSetup::HasParentComponent

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

Definition at line 99 of file freESCMAMutationController.cxx.

References FREE::ES::CMAMutation< TIndividual >::GetCentroidCombinator(), FREE::ES::CMAMutation< TIndividual >::GetSearchPointSelector(), and FREE::ComponentControllerBase< TMutation >::GetSubComponentCasted().

Here is the call graph for this function:

FREE::ES::CMAMutation::GetCentroidCombinatorFREE::ES::CMAMutation::GetSearchPointSelectorFREE::ComponentControllerBase\< TMutation \>::GetSubComponentCasted

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

Definition at line 109 of file freESCMAMutationController.cxx.

References FREE::ES::CMAMutation< TIndividual >::SetCentroidCombinator(), FREE::ES::CMAMutation< TIndividual >::SetSearchPointSelector(), and FREE::ComponentControllerBase< TMutation >::SetSubComponentCasted().

Here is the call graph for this function:

FREE::ES::CMAMutation::SetCentroidCombinatorFREE::ES::CMAMutation::SetSearchPointSelectorFREE::ComponentControllerBase\< TMutation \>::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