Go to the source code of this file.
#define BEGIN_TIMING |
( |
|
name | ) |
now = boost::chrono::high_resolution_clock::now(); |
#define END_TIMING |
( |
|
name | ) |
|
Value:then = boost::chrono::high_resolution_clock::now(); \
maquis::cout << "Time elapsed in " << name << ": " << boost::chrono::duration<double>(then-now).count() << std::endl;
Definition at line 70 of file optimize.h.
Enumerator |
---|
Both |
|
LeftOnly |
|
RightOnly |
|
Definition at line 84 of file optimize.h.
double log_interpolate |
( |
double |
y0, |
|
|
double |
y1, |
|
|
int |
N, |
|
|
int |
i |
|
) |
| |
|
inline |
Definition at line 74 of file optimize.h.
80 double x =
log(y1/y0)/(N-1);
Logger< storage::archive > log