MAST
|
#include "optimization/nlopt_optimization_interface.h"
#include "optimization/function_evaluation.h"
#include "base/mast_config.h"
Go to the source code of this file.
Functions | |
double | _mast_nlopt_objective_function (unsigned n, const double *x, double *grad, void *f_data) |
void | _mast_nlopt_ineq_constr_mfunc (unsigned m, double *result, unsigned n, const double *x, double *gradient, void *func_data) |
void _mast_nlopt_ineq_constr_mfunc | ( | unsigned | m, |
double * | result, | ||
unsigned | n, | ||
const double * | x, | ||
double * | gradient, | ||
void * | func_data | ||
) |
Definition at line 40 of file nlopt_optimization_interface.cpp.
double _mast_nlopt_objective_function | ( | unsigned | n, |
const double * | x, | ||
double * | grad, | ||
void * | f_data | ||
) |
Definition at line 26 of file nlopt_optimization_interface.cpp.