Skip to content

MultipointExpectedImprovement returns negated acquisition value and gradient #405

Description

@BrunoKM

Contrary to the interface of the other acquisitions, the evaluate and evaluate_with_gradients methods of MultipointExpectedImprovement acquisition return the negated acquisition value and gradient.

Example in evaluate:

return -self._get_acquisition(mean.flatten(), variance, y_minimum)[0]

and in evaluate_with_gradients:

Making an issue to summarize this aspect of the discussion in: #303 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions