dfogn
dfogn copied to clipboard
DFO-GN: Derivative-Free Optimization using Gauss-Newton
For Python 3.11, setuptools 68.0.0 and numpy 1.25.1: - `python setup.py test` - completely fails; - `pytest` - 1 failed, 25 passed, 1 warning: ``` ________________________________ TestSumsq.runTest _________________________________ self =...
See #3
Installation using pip - don't work - installs an uncorrected version that is incompatible with numpy 1.20 and higher Commit #1 don't increase version in `version.py` and `setup.py` (download_url). Workaround:...