basf / doe

Python package for flexible generation of D-optimal experimental designs
https://basf.github.io/doe
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Think about merging this package into opti #3

Closed DavidWalz closed 1 year ago

DavidWalz commented 2 years ago

DoE depends on opti and at this point essentially provides a single user-facing function. I propose to merge doe into opti. Since ipopt is not a nicely pip-installable depency, this should be done as an optional submodule.

The advantage would be that generic functionality such as the relaxation problem context and the corner point sampling would profit opti as well, and we have less hassle developing a single package.

bertiqwerty commented 2 years ago

Agreed.

DavidWalz commented 1 year ago

Obsolete with the upcoming transition to bofire.