-
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.
* add hdf5 history writing * bump version, remove history init * simplify history * allow restriction of iterative update schemes * apply restriction to structured updates * expand steps * simplify & fix hdf5 export * allow disabling curvature condition * fix flake * fixes update restriction * Update test_hessian_approximation.py * Update requirements.txt * remove hess approx restriction * implement hybridfraction method * fixup * fix neg eigenvalue handling * fixup * remove scaled gradient step, fix handling negative EV * fixup * fixup * fix doc? * Update hessian_approximation.py * fix doc? * fixup * use eigenvalues from lstsq * fix: lstsq only returns absolute ev values * add more errors, less verbose default logging * fix eigvals * fix flake * refactor refine to only be performed in subspace * fix flake * fix test * fix flake * fix refine step * reduce logging output * allow user to set start_id
- Loading branch information
1 parent
f481387
commit 31aba66
Showing
11 changed files
with
523 additions
and
276 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
sphinx>=1.4 | ||
numpy>=1.19.2 | ||
scipy>=1.5.2 | ||
h5py>=3.5.0 | ||
numpydoc>=0.6 | ||
nbsphinx>=0.5.1 | ||
recommonmark>=0.6.0 | ||
|
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
Oops, something went wrong.