FREE::EvolutionaryStrategyOptimizerController Class Reference
[Optimizer controllerES component controller]

Derived class of a controller objects for evolutionary strategy optimizers. More...

#include <freEvolutionaryStrategyOptimizerController.h>

Inheritance diagram for FREE::EvolutionaryStrategyOptimizerController:

Inheritance graph
FREE::EvolutionaryStrategyOptimizerControllerBase\< FREE::ES::EvolutionaryStrategyOptimizer\< FREE::ES::Individual \> \>FREE::SVNonLinearOptimizerControllerBase\< TOptimizer \>FREE::OptimizerControllerBase\< TOptimizer \>FREE::ComponentControllerBase\< TOptimizer \>FREE::ComponentControllerInterfaceFREE::OptimizerControllerInterface
[legend]
Collaboration diagram for FREE::EvolutionaryStrategyOptimizerController:

Collaboration graph
FREE::EvolutionaryStrategyOptimizerControllerBase\< FREE::ES::EvolutionaryStrategyOptimizer\< FREE::ES::Individual \> \>FREE::SVNonLinearOptimizerControllerBase\< TOptimizer \>FREE::OptimizerControllerBase\< TOptimizer \>FREE::ComponentControllerBase\< TOptimizer \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObjectFREE::OptimizerControllerInterface
[legend]

List of all members.

Public Types

typedef ESIndividualType IndividualType
typedef
ES::EvolutionaryStrategyOptimizer
< IndividualType
ComponentType
typedef
EvolutionaryStrategyOptimizerControllerBase
< ComponentType
Superclass

Public Member Functions

 itkTypeMacro (EvolutionaryStrategyOptimizerController, EvolutionaryStrategyOptimizerControllerBase)
 DeclareParameterMacro (MutateIntitialPopulation)
 DeclareParameterMacro (IntitialPopulation)
 DeclareParameterMacro (NumberOfParents)
 DeclareParameterMacro (NumberOfChildren)
 DeclareParameterMacro (Threshold)
virtual MeasuresType GetCurrentValue (ComponentType *pOptimizer) const
 EvolutionaryStrategyOptimizerController ()

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
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


Detailed Description

Derived class of a controller objects for evolutionary strategy optimizers.

EvolutionaryStrategyOptimizerController is derived from EvolutionaryStrategyOptimizerControllerBase. This optimizer version uses Individuals<double,double,double>.

Definition at line 44 of file freEvolutionaryStrategyOptimizerController.h.


Member Typedef Documentation

typedef ESIndividualType FREE::EvolutionaryStrategyOptimizerController::IndividualType

Definition at line 49 of file freEvolutionaryStrategyOptimizerController.h.

typedef ES::EvolutionaryStrategyOptimizer<IndividualType> FREE::EvolutionaryStrategyOptimizerController::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::EvolutionaryStrategyOptimizerControllerBase< TOptimizer >.

Definition at line 50 of file freEvolutionaryStrategyOptimizerController.h.

typedef EvolutionaryStrategyOptimizerControllerBase<ComponentType> FREE::EvolutionaryStrategyOptimizerController::Superclass

Reimplemented from FREE::EvolutionaryStrategyOptimizerControllerBase< TOptimizer >.

Definition at line 51 of file freEvolutionaryStrategyOptimizerController.h.


Constructor & Destructor Documentation

FREE::EvolutionaryStrategyOptimizerController::EvolutionaryStrategyOptimizerController (  ) 

Definition at line 45 of file freEvolutionaryStrategyOptimizerController.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::EvolutionaryStrategyOptimizerController::itkTypeMacro ( EvolutionaryStrategyOptimizerController  ,
EvolutionaryStrategyOptimizerControllerBase   
)

FREE::EvolutionaryStrategyOptimizerController::DeclareParameterMacro ( MutateIntitialPopulation   ) 

FREE::EvolutionaryStrategyOptimizerController::DeclareParameterMacro ( IntitialPopulation   ) 

FREE::EvolutionaryStrategyOptimizerController::DeclareParameterMacro ( NumberOfParents   ) 

FREE::EvolutionaryStrategyOptimizerController::DeclareParameterMacro ( NumberOfChildren   ) 

FREE::EvolutionaryStrategyOptimizerController::DeclareParameterMacro ( Threshold   ) 

EvolutionaryStrategyOptimizerController::MeasuresType FREE::EvolutionaryStrategyOptimizerController::GetCurrentValue ( ComponentType pOptimizer  )  const [virtual]

Definition at line 354 of file freEvolutionaryStrategyOptimizerController.cxx.

References FREE::ES::EvolutionaryStrategyOptimizerBase::GetValue().

Here is the call graph for this function:

FREE::ES::EvolutionaryStrategyOptimizerBase::GetValue

void FREE::EvolutionaryStrategyOptimizerController::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::EvolutionaryStrategyOptimizerControllerBase< TOptimizer >.

Definition at line 54 of file freEvolutionaryStrategyOptimizerController.cxx.

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

Here is the call graph for this function:

FREE::CtrlProfile::ProfileOption::CheckForInheritanceFREE::EvolutionaryStrategyOptimizerControllerBase::GenerateProfileFREE::CtrlProfile::ControllerProfileBase::InheritanceFREE::CtrlProfile::ControllerProfile::RequirementsFREE::CtrlProfile::ControllerProfileBase::ParametersFREE::CtrlProfile::ControllerProfileBase::SubComponentsFREE::SVNonLinearOptimizerControllerBase::GenerateProfileFREE::ComponentControllerBase\< TControlledOptimizer \>::GenerateProfile

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

Definition at line 99 of file freEvolutionaryStrategyOptimizerController.cxx.

References FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetMutation(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetParentSelector(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetRecombinator(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetSelection(), and FREE::ComponentControllerBase< TOptimizer >::GetSubComponentCasted().

Here is the call graph for this function:

FREE::ES::EvolutionaryStrategyOptimizer::GetMutationFREE::ES::EvolutionaryStrategyOptimizer::GetParentSelectorFREE::ES::EvolutionaryStrategyOptimizer::GetRecombinatorFREE::ES::EvolutionaryStrategyOptimizer::GetSelectionFREE::ComponentControllerBase\< TOptimizer \>::GetSubComponentCasted

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

Definition at line 111 of file freEvolutionaryStrategyOptimizerController.cxx.

References FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetMutation(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetParentSelector(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetRecombinator(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetSelection(), and FREE::ComponentControllerBase< TOptimizer >::SetSubComponentCasted().

Here is the call graph for this function:

FREE::ES::EvolutionaryStrategyOptimizer::SetMutationFREE::ES::EvolutionaryStrategyOptimizer::SetParentSelectorFREE::ES::EvolutionaryStrategyOptimizer::SetRecombinatorFREE::ES::EvolutionaryStrategyOptimizer::SetSelectionFREE::ComponentControllerBase\< TOptimizer \>::SetSubComponentCasted

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

Definition at line 125 of file freEvolutionaryStrategyOptimizerController.cxx.

References FREE::EvolutionaryStrategyOptimizerControllerBase< TOptimizer >::ActualizeMainComponent(), catchAllNPassMacro, FREE::SessionComponentCache::Controller(), FREE::ComponentControllerInterface::GetParameter(), FREE::SessionAccessor::GetParameter(), FREE::SessionAccessor::GetParameterValue(), FREE::SessionComponentCache::GetParentCache(), FREE::XMLValueSet::GetValue(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::Initialize(), FREE::ES::Population< TIndividual >::New(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetMutateIntitialPopulation(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetNumberOfChildren(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetNumberOfParents(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::SetThreshold(), FREE::XMLValueSet::Size(), and throwCtrlExceptionMacro.

Here is the call graph for this function:

FREE::EvolutionaryStrategyOptimizerControllerBase::ActualizeMainComponentFREE::SessionAccessor::GetParameterValueFREE::SessionAccessor::GetParameterFREE::SessionComponentCache::ControllerFREE::ComponentControllerInterface::GetParameterFREE::SessionComponentCache::GetParentCacheFREE::XMLValueSet::GetValueFREE::ES::EvolutionaryStrategyOptimizer::InitializeFREE::ES::Population::NewFREE::ES::EvolutionaryStrategyOptimizer::SetMutateIntitialPopulationFREE::ES::EvolutionaryStrategyOptimizer::SetNumberOfChildrenFREE::ES::EvolutionaryStrategyOptimizer::SetNumberOfParentsFREE::ES::EvolutionaryStrategyOptimizer::SetThresholdFREE::XMLValueSet::SizeFREE::OptimizerControllerBase\< TOptimizer \>::GetTransformScalesFREE::SessionComponentCache::GetIDPathFREE::IDPath::ToStrFREE::ComponentSetup::GetIDPathFREE::SessionComponentCache::SetupFREE::ComponentSetup::HasParentComponentFREE::SessionComponentCache::ControllerIsAssignedFREE::IDPath::SizeFREE::Convert::ToBoolFREE::ES::Population::Clone

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

Definition at line 197 of file freEvolutionaryStrategyOptimizerController.cxx.

References FREE::StatisticDictionary::AddEntryDefinition(), FREE::StatisticEntry::AddValue(), FREE::StatisticDictionary::AddValueDefinition(), FREE::StatisticEntry::CloseEntry(), FREE::StatisticEntry::CreateChildEntry(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetBestIndividual(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetBestIndividualEver(), FREE::SessionComponentCache::GetControllerID(), FREE::StatisticDictionary::GetEntryDefinitionByName(), FREE::SessionComponentCache::GetIDPath(), FREE::ES::Individual< TOPValueType, TSPValueType, TOValueType >::GetIndividualID(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetNewChildren(), FREE::ES::Individual< TOPValueType, TSPValueType, TOValueType >::GetObjectiveValue(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetPopulation(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetRecentParentSelections(), FREE::ES::EvolutionaryStrategyOptimizer< TIndividual >::GetRecentPopulationSelections(), FREE::StatisticValueDefinition::GetRefID(), FREE::StatisticEntryDefinition::GetRefID(), FREE::StatisticDictionary::GetValueDefinitionByName(), FREE::StatisticEntry::SetRefID(), FREE::OptimizerControllerBase< TOptimizer >::SetStatisticEntryMainComponent(), throwCtrlExceptionMacro, and FREE::Convert::ToStr().

Here is the call graph for this function:

FREE::StatisticDictionary::AddEntryDefinitionFREE::StatisticEntry::AddValueFREE::StatisticDictionary::AddValueDefinitionFREE::StatisticEntry::CloseEntryFREE::StatisticEntry::CreateChildEntryFREE::ES::EvolutionaryStrategyOptimizer::GetBestIndividualFREE::ES::EvolutionaryStrategyOptimizer::GetBestIndividualEverFREE::SessionComponentCache::GetControllerIDFREE::StatisticDictionary::GetEntryDefinitionByNameFREE::SessionComponentCache::GetIDPathFREE::ES::Individual::GetIndividualIDFREE::ES::EvolutionaryStrategyOptimizer::GetNewChildrenFREE::ES::Individual::GetObjectiveValueFREE::ES::EvolutionaryStrategyOptimizer::GetPopulationFREE::ES::EvolutionaryStrategyOptimizer::GetRecentParentSelectionsFREE::ES::EvolutionaryStrategyOptimizer::GetRecentPopulationSelectionsFREE::StatisticValueDefinition::GetRefIDFREE::StatisticEntryDefinition::GetRefIDFREE::StatisticDictionary::GetValueDefinitionByNameFREE::StatisticEntry::SetRefIDFREE::OptimizerControllerBase\< TOptimizer \>::SetStatisticEntryMainComponentFREE::Convert::ToStrFREE::SmartCollectionBase::AddElementFREE::SmartCollectionBase::GetElementFREE::CollectionBase::SizeFREE::StatisticData::CloseEntryFREE::TimeStampedObject::IsClosedFREE::TimeStampedObject::SetClosingTimeStampFREE::TimeStampedObject::StampFREE::StatisticData::CreateEntryFREE::StatisticData::OpenEntryFREE::StatisticEntry::PostCreateChildEntryFREE::StatisticEntry::NewFREE::StatisticEntry::StatisticEntryFREE::SessionComponentCache::ControllerFREE::ComponentControllerInterface::ControllerIDFREE::ComponentSetup::GetIDPathFREE::SessionComponentCache::SetupFREE::ComponentSetup::HasParentComponent


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