18#ifndef __elxSimultaneousPerturbation_h
19#define __elxSimultaneousPerturbation_h
22#include "itkSPSAOptimizer.h"
82template<
class TElastix >
95 typedef itk::SmartPointer< Self >
Pointer;
159#ifndef ITK_MANUAL_INSTANTIATION
160#include "elxSimultaneousPerturbation.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 the itk::SPSAOptimizer.
Superclass1::CostFunctionPointer CostFunctionPointer
Superclass1::ParametersType ParametersType
itk::SmartPointer< Self > Pointer
SimultaneousPerturbation Self
itk::SmartPointer< const Self > ConstPointer
SPSAOptimizer Superclass1
void BeforeEachResolution(void) override
void AfterRegistration(void) override
Superclass2::ConfigurationPointer ConfigurationPointer
SimultaneousPerturbation(const Self &)
Superclass2::ElastixPointer ElastixPointer
~SimultaneousPerturbation() override
Superclass2::RegistrationType RegistrationType
void BeforeRegistration(void) override
SimultaneousPerturbation()
Superclass1::CostFunctionType CostFunctionType
void SetInitialPosition(const ParametersType ¶m) override
void AfterEachResolution(void) override
Superclass2::ElastixType ElastixType
Superclass2::ConfigurationType ConfigurationType
void AfterEachIteration(void) override
Superclass2::ITKBaseType ITKBaseType
Superclass2::RegistrationPointer RegistrationPointer
void operator=(const Self &)
OptimizerBase< TElastix > Superclass2
elxClassNameMacro("SimultaneousPerturbation")