do.optimization.Mstep: Optimize the expected improvement

View source: R/BoundingCovariateEffects.R

do.optimization.MstepR Documentation

Optimize the expected improvement

Description

This function finds the point for which the expected improvement is optimal, based on a given set of starting values. (M_step.R)

Usage

do.optimization.Mstep(start.vals, EI.Mstep, hyperparams)

Arguments

start.vals

Starting values for optimization.

EI.Mstep

Function to compute expected improvements.

hyperparams

List of hyperparameters.

Value

Maximum of the expected imrpovement function.


depCensoring documentation built on April 4, 2025, 1:52 a.m.