Finds the nearest local extreme position in ND's.
More...
List of all members.
Detailed Description
Finds the nearest local extreme position in ND's.
Implementation of Powell's Quadratically Convergent Method
- Note:
- The implementation is not tested (yet) 030512.
Constructor & Destructor Documentation
- Parameters:
-
| func | The function to be searched |
| max | Specifies wether a min or max should be searched for |
| itermax | The maximum number of iterations |
| virtual ExtremeFinderND::~ExtremeFinderND |
( |
|
) |
[virtual] |
Member Function Documentation
| const float* ExtremeFinderND::extremePos |
( |
|
) |
[inline] |
- Returns:
- A pointer to the extreme positions
template<class IDXABL >
| void ExtremeFinderND::extremePos |
( |
IDXABL & |
sp |
) |
const [inline] |
Sets the sp variable to the extreme position.
| float ExtremeFinderND::extremeVal |
( |
|
) |
[inline] |
- Returns:
- The extreme value
| float ExtremeFinderND::linExtreme |
( |
float * |
|
) |
[private] |
| int ExtremeFinderND::nextStep |
( |
|
) |
[virtual] |
| int ExtremeFinderND::nrIter |
( |
|
) |
const |
- Returns:
- The number of iterations
template<class IDXABL >
| void ExtremeFinderND::setStartPos |
( |
const IDXABL & |
sp |
) |
[inline] |
Member Data Documentation