#include <freLimitedAxisAmoebaSOOptimizerController.h>


Definition at line 38 of file freLimitedAxisAmoebaSOOptimizerController.h.
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::VnlSetupOptimizationOptimizerControllerBase< TControlledVnlOptimizer >.
Definition at line 43 of file freLimitedAxisAmoebaSOOptimizerController.h.
| typedef VnlSetupOptimizationOptimizerControllerBase<ComponentType> FREE::LimitedAxisAmoebaSOOptimizerController::Superclass |
Reimplemented from FREE::VnlSetupOptimizationOptimizerControllerBase< TControlledVnlOptimizer >.
Definition at line 44 of file freLimitedAxisAmoebaSOOptimizerController.h.
| FREE::LimitedAxisAmoebaSOOptimizerController::LimitedAxisAmoebaSOOptimizerController | ( | ) |
Definition at line 43 of file freLimitedAxisAmoebaSOOptimizerController.cxx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| FREE::LimitedAxisAmoebaSOOptimizerController::itkTypeMacro | ( | LimitedAxisAmoebaSOOptimizerController | , | |
| VnlSetupOptimizationOptimizerControllerBase | ||||
| ) |
| FREE::LimitedAxisAmoebaSOOptimizerController::DeclareParameterMacro | ( | ParameterAxis | ) |
| FREE::LimitedAxisAmoebaSOOptimizerController::DeclareParameterMacro | ( | NumberOfAxis | ) |
| FREE::LimitedAxisAmoebaSOOptimizerController::DeclareParameterMacro | ( | AutoInitialSimplex | ) |
| FREE::LimitedAxisAmoebaSOOptimizerController::DeclareParameterMacro | ( | SimplexDelta | ) |
| FREE::LimitedAxisAmoebaSOOptimizerController::DeclareParameterMacro | ( | ParamConvTolerance | ) |
| FREE::LimitedAxisAmoebaSOOptimizerController::DeclareParameterMacro | ( | FunctConvTolerance | ) |
| long FREE::LimitedAxisAmoebaSOOptimizerController::GetMaxIterationCount | ( | const SessionComponentCache * | pComponentCache, | |
| unsigned int | iResolutionLevel = 0 | |||
| ) | const [virtual] |
Returns the maximum number of iteration steps of the passed resolution level. The return of the function depends on the derived classes. If the return -1 the count is unknown (e.g optimizer has only a threshold value as stopping criterion)
Reimplemented from FREE::OptimizerControllerBase< TControlledVnlOptimizer >.
Definition at line 70 of file freLimitedAxisAmoebaSOOptimizerController.cxx.
References FREE::cParam_Iterations, FREE::SessionAccessor::GetParameterValue(), FREE::SessionComponentCache::SetupIsAssigned(), and throwCtrlExceptionMacro.

| void FREE::LimitedAxisAmoebaSOOptimizerController::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::VnlSetupOptimizationOptimizerControllerBase< TControlledVnlOptimizer >.
Definition at line 52 of file freLimitedAxisAmoebaSOOptimizerController.cxx.
References FREE::cParam_Iterations, FREE::cParamDsc_Iterations, FREE::SetupOptimizationOptimizerControllerBase< TControlledOptimizer >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::Parameters(), FREE::Parameter::PVTBool, FREE::Parameter::PVTDouble, FREE::Parameter::PVTInteger, and FREE::Parameter::PVTLong.

| void FREE::LimitedAxisAmoebaSOOptimizerController::ActualizeMainComponent | ( | ComponentType * | pMainComponent, | |
| SessionComponentCache * | pComponentCache, | |||
| SessionInfo * | pSessionInfo, | |||
| const unsigned int & | iActLevel | |||
| ) | const [protected, virtual] |
Definition at line 83 of file freLimitedAxisAmoebaSOOptimizerController.cxx.
References FREE::SetupOptimizationOptimizerControllerBase< TControlledOptimizer >::ActualizeMainComponent(), catchAllNPassMacro, FREE::cParam_Iterations, FREE::SessionAccessor::GetParameter(), FREE::SessionAccessor::GetParameterValue(), and throwExceptionMacro.

| void FREE::LimitedAxisAmoebaSOOptimizerController::SetStatisticEntryMainComponent | ( | StatisticEntry & | rStatisticEntry, | |
| ComponentType * | pMainComponent, | |||
| SessionComponentCache * | pMainComponentCache, | |||
| SessionInfo * | pSessionInfo, | |||
| StatisticDictionary & | rDictionary | |||
| ) | const [protected, virtual] |
Definition at line 129 of file freLimitedAxisAmoebaSOOptimizerController.cxx.
References FREE::StatisticEntry::AddValue(), FREE::StatisticDictionary::AddValueDefinition(), FREE::SessionComponentCache::GetIDPath(), FREE::StatisticValueDefinition::GetRefID(), FREE::StatisticDictionary::GetValueDefinitionByName(), and FREE::Convert::ToStr().

1.5.3 written by Dimitri van Heesch,
© 1997-2000