bask.acquisition.LCB

class bask.acquisition.LCB[source]

Select the point with the lowest lower confidence bound.

Parameters:
alphapositive float, alpha=1.96

Number of standard errors to substract from the mean estimate.

Methods

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

Call self as a function.

__init__(*args, **kwargs)