xopt-org / Xopt

Flexible high-level optimization in Python
Apache License 2.0
71 stars 24 forks source link

Mobo enhancement #248

Closed roussel-ryan closed 1 month ago

roussel-ryan commented 2 months ago
nikitakuklev commented 1 month ago

A general comment is that I'd suggest we do a more complete implementation with more randomization as a followup PR. There is also a question of how to compute feasibility - just drop infeasible points like is done now, or sample each candidate to determine things probabilistically, potentially getting more accurate borderline candidates.

More specifically:

roussel-ryan commented 1 month ago

@nikitakuklev for the record here, I'll reiterate that we are happy to incorporate your suggested improvements to this process in a future PR