UIUC-ESDL / SPI2py

MIT License
3 stars 1 forks source link

Replace Scipy minimize with a custom algorithm #15

Open Chad-Peterson opened 1 year ago

Chad-Peterson commented 1 year ago

Existing out-of-the-box solvers for nonlinear programming are useful for simple SPI2 problems, but won't provide the level of flexibility required for future implementations.

More specifically, I am looking at conducting research in hybrid optimization algorithms.

I am tagging this work to the beta release, as it should not hold up the minimum viable product (alpha), but I don't want to lose sight of it.