#include "lsearch.h"
#include <math.h>
#include <stdint.h>
Functions | |
NPS_LSEARCH_LKG double | nps_lsearch_zoom (nps_lsearch_phi_t objective, double phi_zero, double phi_prime_zero, double alphaLow, double alphaHigh) |
NPS_LSEARCH_LKG double | nps_lsearch (nps_lsearch_phi_t objective, double aMax) |
NPS_LSEARCH_LKG double nps_lsearch | ( | nps_lsearch_phi_t | objective, | |
double | aMax | |||
) |
NPS_LSEARCH_LKG double nps_lsearch_zoom | ( | nps_lsearch_phi_t | objective, | |
double | phi_zero, | |||
double | phi_prime_zero, | |||
double | alphaLow, | |||
double | alphaHigh | |||
) |
Implementation of Line Search