22#include "itkPowellOptimizer.h"
40template<
class TElastix >
53 typedef itk::SmartPointer< Self >
Pointer;
60 itkTypeMacro(
Powell, PowellOptimizer );
116#ifndef ITK_MANUAL_INSTANTIATION
117#include "elxPowell.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Optimizers.
Superclass::ConfigurationPointer ConfigurationPointer
itk::Optimizer ITKBaseType
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::RegistrationType RegistrationType
An optimizer based on Powell...
Superclass2::ElastixPointer ElastixPointer
void BeforeEachResolution(void) override
Superclass2::RegistrationType RegistrationType
Superclass1::CostFunctionPointer CostFunctionPointer
Superclass1::ParametersType ParametersType
void BeforeRegistration(void) override
PowellOptimizer Superclass1
void operator=(const Self &)
void AfterRegistration(void) override
itk::SmartPointer< Self > Pointer
Superclass2::ElastixType ElastixType
Superclass2::RegistrationPointer RegistrationPointer
itk::SmartPointer< const Self > ConstPointer
Superclass2::ITKBaseType ITKBaseType
Superclass2::ConfigurationType ConfigurationType
OptimizerBase< TElastix > Superclass2
void SetInitialPosition(const ParametersType ¶m) override
elxClassNameMacro("Powell")
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::CostFunctionType CostFunctionType
void AfterEachIteration(void) override
void AfterEachResolution(void) override