experimental-design / bofire

Experimental design and (multi-objective) bayesian optimization.
https://experimental-design.github.io/bofire/
BSD 3-Clause "New" or "Revised" License
188 stars 22 forks source link

DoE: Bug if fixed experiments contain columns not in domain #320

Closed dlinzner-bcs closed 8 months ago

dlinzner-bcs commented 8 months ago

This will result in a nonsensical design matrix and validation errors. Solution is to assert that fixed experiments can only contain columns that are also in the domain.