kGradSmooth: First order approximation

Description Usage Arguments Value Author(s)

View source: R/getMaxNumOpt.R

Description

Compute first order approximation of function from evaluations and gradient

Usage

1
kGradSmooth(newPoints, profPoints, profEvals, profGradient)

Arguments

newPoints

vector of points where to approximate the function

profPoints

locations where the function was evaluated

profEvals

value of the evaluation at profPoints

profGradient

value of the gradient at profPoints

Value

approximated values of the function at newPoints

Author(s)

Dario Azzimonti


profExtrema documentation built on March 22, 2020, 1:07 a.m.