#include "gmxpre.h"
#include "gromacs/math/neldermead.h"
#include <cmath>
#include <algorithm>
#include <functional>
#include <iterator>
#include <list>
#include <numeric>
#include <vector>
#include "gromacs/math/utilities.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/real.h"
Implements routines in neldermead.h .
- Author
- Christian Blau blau@.nosp@m.kth..nosp@m.se
|
constexpr NelderMeadParameters | gmx::anonymous_namespace{neldermead.cpp}::defaultNelderMeadParameters = { 1, 2, 0.5, 0.5 } |
|