Skip to content

Commit

Permalink
Prep for release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello committed Sep 16, 2021
1 parent 2492665 commit e96bb4c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2021-9-16

### Added
* The Self-Tuning Lam annealing schedule (class SelfTuningLam), as described by the
paper: Vincent A. Cicirello. 2021. Self-Tuning Lam Annealing: Learning Hyperparameters
While Problem Solving. Preprint, under review (September 2021).
* Implementation of Forrester et al (2008) continuous function optimization problem.
* Implementation of Gramacy and Lee (2012) continuous function optimization problem.

### Changed

Expand All @@ -23,6 +18,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### CI/CD

### Other


## [2.13.0] - 2021-09-16

### Added
* The Self-Tuning Lam annealing schedule (class SelfTuningLam), as described by the
paper: Vincent A. Cicirello. 2021. Self-Tuning Lam Annealing: Learning Hyperparameters
While Problem Solving. Preprint, under review (September 2021).
* Implementation of Forrester et al (2008) continuous function optimization problem.
* Implementation of Gramacy and Lee (2012) continuous function optimization problem.

### Other
* Added CITATION.cff file to configure GitHub's citation link.
* Edited Zenodo metadata.
Expand Down

0 comments on commit e96bb4c

Please sign in to comment.