AnimaL |
Tutorial |
Documentation |
#include <powell.h>
Definition at line 129 of file powell.h.
Public Member Functions | |
TooManyIterations (unsigned int n, Real f) | |
Constructor. | |
Member method used to display the exception: | |
void | print (std::ostream &str) const |
Print exception on output stream str. | |
Public Attributes | |
unsigned int | nbIterations |
number of iterations | |
Real | functionValue |
current value of the function |
|
Constructor.
|
|
Print exception on output stream str.
|
|
current value of the function
|
|
number of iterations
|