18#ifndef __elxRegularStepGradientDescent_h
19#define __elxRegularStepGradientDescent_h
22#include "itkRegularStepGradientDescentOptimizer.h"
64template<
class TElastix >
67 itk::RegularStepGradientDescentOptimizer,
77 typedef itk::SmartPointer< Self >
Pointer;
140#ifndef ITK_MANUAL_INSTANTIATION
141#include "elxRegularStepGradientDescent.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 gradient descent...
void AfterEachIteration(void) override
RegularStepGradientDescent()
elxClassNameMacro("RegularStepGradientDescent")
Superclass2::ConfigurationPointer ConfigurationPointer
void BeforeEachResolution(void) override
RegularStepGradientDescentOptimizer Superclass1
Superclass2::ITKBaseType ITKBaseType
itk::SmartPointer< const Self > ConstPointer
Superclass1::CostFunctionType CostFunctionType
OptimizerBase< TElastix > Superclass2
void BeforeRegistration(void) override
Superclass2::RegistrationType RegistrationType
void operator=(const Self &)
RegularStepGradientDescent Self
itk::SmartPointer< Self > Pointer
void SetInitialPosition(const ParametersType ¶m) override
void AfterEachResolution(void) override
Superclass2::RegistrationPointer RegistrationPointer
RegularStepGradientDescent(const Self &)
Superclass1::CostFunctionPointer CostFunctionPointer
Superclass2::ElastixType ElastixType
Superclass2::ElastixPointer ElastixPointer
void AfterRegistration(void) override
Superclass2::ConfigurationType ConfigurationType
Superclass1::ParametersType ParametersType
~RegularStepGradientDescent() override