Skip to content

Version 3.1.3

Compare
Choose a tag to compare
@dportik dportik released this 27 Dec 21:58
· 37 commits to master since this release

Added optional optimizer argument to Optimize_Routine functions. Includes use of the following functions from the Inferenence.py module in dadi: optimize_log (BFGS method), optimize_log_lbfgsb (L-BFGS-B method), optimize_log_fmin (Nelder-Mead method), and optimize_log_powell (Powell's method).