Skip to content

Return value of EI when variance is zero #22

@ngiann

Description

@ngiann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions