Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Constrained optimization #355

@yangvz

Description

@yangvz

Since EI has an analytical formula, argmax(EI) should easily incorporate constraints. An example is weights, where sum(x's)=1, or points in a circle, where x^2+y^2<1. I've seen papers that use matlab's DIRECT algorithm.

As for python, scipy's COBYLA is a non-linearly constrained optimization algorithm. I'll try to see how it works when I have the time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions