minimization

Functions

calc_update(a, b)

rtype:

typing.Tuple[numpy.ndarray, numpy.ndarray]

coordinate_descent(func, x_min, x_max[, ...])

rtype:

numpy.ndarray

golden_section_search(func, a, b[, tolerance])

rtype:

numpy.ndarray