nonDerivativeMinimizer.hpp
Go to the documentation of this file.
50 std::vector<double> nonDerivativeMinimizer(F f,std::vector<double> x_init, NonDerivativeMinimizer t, double abs = 1e-3, int number_of_iterations = 100) {
Random Nelder-Mead Simplex.
Definition: cadHoliday.cpp:3
Class implements adapter for gsl_multimin_function.
Definition: GslMultiminFunctionAdapter.hpp:23
Nelder-Mead Simplex.
std::vector< double > nonDerivativeMinimizer(F f, std::vector< double > x_init, NonDerivativeMinimizer t, double abs=1e-3, int number_of_iterations=100)
Multi-dimension minimizer that does not require derivative of function.
Definition: nonDerivativeMinimizer.hpp:50
File contains adapter of GSL Function.
NonDerivativeMinimizer
Types of multi-dimension minimizer that does not require derivative of function.
Definition: nonDerivativeMinimizer.hpp:33