-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Similarly to a previous issue #21
| σ² == 0 && return μ > a.τ ? μ - a.τ : 0. |
I noticed that given that the variance is 0 you may return `μ - a.τ`` if this difference is positive and otherwise 0.
However, I see that equation (4) in "A Tutorial on Bayesian Optimization of..." the return value of EI is always zero if the variance is zero.
Cheers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels