bask.acquisition.TopTwoEI

class bask.acquisition.TopTwoEI[source]

Select the point with the highest expected improvement over the point with the maximum expected improvement overall.

Parameters:
y_optfloat, default=None

The value of the current optimum. If it is None, it will use the minimum y value of the evaluated points.

Methods

__call__(mu, std, *args[, y_opt])

Call self as a function.

__init__(*args, **kwargs)