#include <freEvolutionaryStrategyOptimizerController.h>


EvolutionaryStrategyOptimizerController is derived from EvolutionaryStrategyOptimizerControllerBase. This optimizer version uses Individuals<double,double,double>.
Definition at line 44 of file freEvolutionaryStrategyOptimizerController.h.
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.
| FREE::EvolutionaryStrategyOptimizerController::EvolutionaryStrategyOptimizerController | ( | ) |
Definition at line 45 of file freEvolutionaryStrategyOptimizerController.cxx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| 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().

| 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.
| [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().

| 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().

| 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().

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

| 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().

1.5.3 written by Dimitri van Heesch,
© 1997-2000