Skip to content

Commit

Permalink
Enable (in)equality constraints for use with local and global scipy m…
Browse files Browse the repository at this point in the history
…inimizers (#841)

* enable (in)equality constraints for use with scipy.optimize.minimize interface; support a few more minimisers; redefine _minimizer_callback signature to support trust-constr; add quick minimiser tests; minor touchups

* rename nested functions so they're not attempted to be tested individually

* fix scipy global solvers' configurations with or without constraints as much as possible

* add example global min. (DE) config file with theta23 inequality constraint

* add commented-out example DE scipy min. test configured from file

* superficial
  • Loading branch information
thehrh authored Jan 9, 2025
1 parent f821e18 commit 1969a31
Show file tree
Hide file tree
Showing 2 changed files with 674 additions and 130 deletions.
Loading

0 comments on commit 1969a31

Please sign in to comment.