#include <aims/optimization/optimizer.h>
#include <aims/optimization/objective.h>
#include <aims/vector/vector.h>
#include <algorithm>
#include <list>
#include <math.h>
Go to the source code of this file.
|
#define | GOLD 1.618034 |
|
#define | GLIMIT 100.0 |
|
#define | TINY 1.0e-20 |
|
#define | SIGN(a, b) ( (b) >= 0.0 ? fabs( a ) : -fabs( a ) ) |
|
#define | ITMAX 100 |
|
#define | TOL 2.0e-4 |
|
#define | ZEPS 1.0e-10 |
|
#define | CGOLD 0.3819660 |
|
#define | SQR(a) ( ( a ) * ( a ) ) |
|
◆ CGOLD
◆ GLIMIT
◆ GOLD
◆ ITMAX
◆ SIGN
#define SIGN |
( |
|
a, |
|
|
|
b |
|
) |
| ( (b) >= 0.0 ? fabs( a ) : -fabs( a ) ) |
◆ SQR
#define SQR |
( |
|
a | ) |
( ( a ) * ( a ) ) |
◆ TINY
◆ TOL
◆ ZEPS