go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxSimultaneousPerturbation.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright UMC Utrecht and contributors
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18#ifndef __elxSimultaneousPerturbation_h
19#define __elxSimultaneousPerturbation_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
22#include "itkSPSAOptimizer.h"
23
24namespace elastix
25{
26
82template< class TElastix >
84 public
85 itk::SPSAOptimizer,
86 public
87 OptimizerBase< TElastix >
88{
89public:
90
93 typedef SPSAOptimizer Superclass1;
95 typedef itk::SmartPointer< Self > Pointer;
96 typedef itk::SmartPointer< const Self > ConstPointer;
97
99 itkNewMacro( Self );
100
102 itkTypeMacro( SimultaneousPerturbation, SPSAOptimizer );
103
108 elxClassNameMacro( "SimultaneousPerturbation" );
109
111 typedef Superclass1::CostFunctionType CostFunctionType;
112 typedef Superclass1::CostFunctionPointer CostFunctionPointer;
113
122
124 typedef typename Superclass1::ParametersType ParametersType;
125
127 void BeforeRegistration( void ) override;
128
129 void BeforeEachResolution( void ) override;
130
131 void AfterEachResolution( void ) override;
132
133 void AfterEachIteration( void ) override;
134
135 void AfterRegistration( void ) override;
136
141 void SetInitialPosition( const ParametersType & param ) override;
142
143protected:
144
147
149
150private:
151
152 SimultaneousPerturbation( const Self & ); // purposely not implemented
153 void operator=( const Self & ); // purposely not implemented
154
155};
156
157} // end namespace elastix
158
159#ifndef ITK_MANUAL_INSTANTIATION
160#include "elxSimultaneousPerturbation.hxx"
161#endif
162
163#endif // end #ifndef __elxSimultaneousPerturbation_h
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
itk::SmartPointer< const Self > ConstPointer
void BeforeEachResolution(void) override
void AfterRegistration(void) override
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationType RegistrationType
void BeforeRegistration(void) override
Superclass1::CostFunctionType CostFunctionType
void SetInitialPosition(const ParametersType &param) override
void AfterEachResolution(void) override
Superclass2::ConfigurationType ConfigurationType
void AfterEachIteration(void) override
Superclass2::RegistrationPointer RegistrationPointer
elxClassNameMacro("SimultaneousPerturbation")


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo