-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make 2D default subspace method * version bump * add additional hybrid methods * version bump * fix flake * increase tolerances for fletcher test * fixup * fix broyden methods * fixups * doc update * fixup * fixup * add more tests * fix flake * fixup * add/fix pragmas * refactor broyden/bfgs/dfp, add references * fix error * fix nan values in hessian * version bump * add reference, fixes #36 * fix flake * update for 3.10 * fix 3.10 * update readme * wait with 3.10 until scipy gets it shit together * don't bump requirement just yet * better nan guard in bfgs * fix initialization * fix test * fix structured methods * fix tssm * fix GNSBFGS * fix SSM, TSSM, GNSBFGS * fix hybridfixed approach * fixups * fix hybrid schemes * use citeall zenodo doi * Update hessian_approximation.py * fix and simplify structured methods * fixups * Update test_hessian_approximation.py * Update test_minimize.py * remove PSB * Update test_hessian_approximation.py * Update test_hessian_approximation.py * simplify
- Loading branch information
1 parent
099164f
commit f481387
Showing
7 changed files
with
48 additions
and
130 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.6.2" | ||
__version__ = "0.6.3" |
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
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