Home
last modified time | relevance | path

Searched refs:y_beta (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp367 double y_beta = tryNewPoint(p, coord_sum, ihi, beta, buf, fcount); in innerDownhillSimplex() local
368 dprintf(("\ny_beta=%g, p_beta:\n", y_beta)); in innerDownhillSimplex()
370 if( y_beta < y_alpha ) in innerDownhillSimplex()
373 y_alpha = y_beta; in innerDownhillSimplex()