-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BasinHopping -> wraps scipy.optimize.basinhopping (#177)
* `parameter` now can set `value` etc per parameter * Added BasinHopping object * Overwrite minimize method for the weird ones * Added BasinHopping to the smart Fit-object * Added tests for BasinHopping * Added tests for bounds and constraints * Kick up bounds to the local minimizer of BasinHopping * Made `parameters` new interface iterable friendly. * Updated docstrings and comments, in accordance with review * cached_property object added, cache decorator removed. Test have also been provided for this new decorator. * Replaced @cache by @cached_property * Fixed typo * Use `method_name` upon .execute * Updated docstrings. * Improved cached_property tests We check an internal counter to make sure the cached function is called only when no cache is present. * Updated docs to include BasinHopping as a global minimizer * Added BasinHopping section to the docs * Fixed indentation error * Processed review, should now be finished!
- Loading branch information
Showing
7 changed files
with
532 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.