Skip to content

Commit

Permalink
Add the feature description to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Sep 13, 2022
1 parent a340be4 commit 0b5b531
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ in development

* implemented a wrapper for cashocs-convert, so that this can be used from inside python too. Simply call cashocs.convert(inputfile).

* BFGS methods can now be used in a restarted fashion, if desired

* New configuration file parameters

* Section AlgoLBFGS

* ``bfgs_periodic_restart`` is an integer parameter. If this is 0 (the default), no restarting is done. If this is >0, then the BFGS method is restarted after as many iterations, as given in the parameter

1.8.0 (July 6, 2022)
--------------------
Expand Down

0 comments on commit 0b5b531

Please sign in to comment.