Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfjl committed Jul 2, 2024
1 parent 6031f96 commit 36f3485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipt/update_schemes/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ class es_approx(esMixIn, enkf_approx):
pass


class es_full(esMixIn, enkf_approx):
class es_full(esMixIn, enkf_full):
"""
mixin of ES class and approx update.
mixin of ES class and full update.
Note that since we do not iterate there is no difference between is full and approx.
"""
pass
Expand Down
1 change: 1 addition & 0 deletions popt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Currently, the following methods are implemented:
- EnOpt: The standard ensemble optimization method
- GenOpt: Generalized ensemble optimization (using non-Gaussian distributions)
- SmcOpt: Gradient-free optimization based on sequential Monte Carlo
- LineSearch: Gradient based method satisfying the strong Wolfie conditions

The gradient and Hessian methods are compatible with SciPy, and can be used as input to scipy.optimize.minimize.
A POPT tutorial is found [here](https://github.com/Python-Ensemble-Toolbox/PET/blob/main/docs/tutorials/popt/tutorial_popt.ipynb).

0 comments on commit 36f3485

Please sign in to comment.