Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen committed Jan 25, 2023
1 parent c088219 commit 41ce617
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ either of these with ``sudo``.

## Version History

* [Release ``3.3.0``](https://github.com/CMA-ES/pycma/releases/tag/r3.3.0)
implements
- diagonal acceleration via diagonal decoding (option
`CMA_diagonal_decoding`, by default still off).
- `fmin_lq_surr2` for running the surrogate assisted
[lq-CMA-ES](https://cma-es.github.io/lq-cma).
- `optimization_tools.ShowInFolder` to facilitate rapid experimentation.
- `verb_disp_overwrite` option starts to overwrite the last line of the
display output instead of continuing adding lines to avoid screen
flooding with longish runs (off by default).
- various smallish improvements, bug fixes and additional features and
functions.

* [Release ``3.2.2``](https://github.com/CMA-ES/pycma/releases/tag/r3.2.2)
fixes some smallish interface and logging bugs in `ConstrainedFitnessAL`
and a bug when printing a warning. Polishing mainly in the plotting
Expand Down
2 changes: 1 addition & 1 deletion cma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

# fcts = ff # historical reasons only, replace cma.fcts with cma.ff first

__version__ = "3.2.2"
__version__ = "3.3.0"
# $Source$ # according to PEP 8 style guides, but what is it good for?
# $Id: __init__.py 4432 2020-05-28 18:39:09Z hansen $
# bash $: svn propset svn:keywords 'Date Revision Id' __init__.py

0 comments on commit 41ce617

Please sign in to comment.