ANIMA
4.0
src
Anima
math-tools
optimizers
animaBoostBisectionRootFindingAlgorithm.h
Go to the documentation of this file.
1
#pragma once
2
#include "AnimaOptimizersExport.h"
3
4
#include <
animaBaseRootFindingAlgorithm.h
>
5
6
namespace
anima
7
{
8
9
class
ANIMAOPTIMIZERS_EXPORT
BoostBisectionRootFindingAlgorithm
:
public
BaseRootFindingAlgorithm
10
{
11
public
:
12
using
Superclass
=
BaseRootFindingAlgorithm
;
13
using
ParametersType
=
Superclass::ParametersType
;
14
double
Optimize() ITK_OVERRIDE;
15
};
16
17
}
// end namespace anima
animaBaseRootFindingAlgorithm.h
anima::BaseRootFindingAlgorithm
Definition:
animaBaseRootFindingAlgorithm.h:47
anima::BaseRootFindingAlgorithm::ParametersType
BaseCostFunctionType::ParametersType ParametersType
Definition:
animaBaseRootFindingAlgorithm.h:52
anima
Definition:
animaDTIEstimationImageFilter.h:7
anima::BoostBisectionRootFindingAlgorithm
Definition:
animaBoostBisectionRootFindingAlgorithm.h:9
Generated by
1.8.13