View source: R/BoundingCovariateEffects.R
do.optimization.Mstep | R Documentation |
This function finds the point for which the expected improvement is optimal, based on a given set of starting values. (M_step.R)
do.optimization.Mstep(start.vals, EI.Mstep, hyperparams)
start.vals |
Starting values for optimization. |
EI.Mstep |
Function to compute expected improvements. |
hyperparams |
List of hyperparameters. |
Maximum of the expected imrpovement function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.