This function allows the user to compute the value, gradients and the Hessian matrix of the target function \(f(\boldsymbol{\theta})\) at a given point \(\boldsymbol{\theta}^*\).
Function_evaluation(Function_obj, input)An R list recording the value, gradients and the Hessian matrix of the target function \(f(\boldsymbol{\theta})\) at a given point \(\boldsymbol{\theta}^*\).
An R list depicting the target function.
The value \(\boldsymbol{\theta}^*\) at which the target function is evaluated.