Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed May 23, 2022
1 parent ef8edee commit 0db10f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.4.2] - 2022-05-23
### Added
- sew optimization strategies: dual annealing, greedly ILS, ordered greedy MLS, greedy MLS
- new optimization strategies: dual annealing, greedly ILS, ordered greedy MLS, greedy MLS
- support for constant memory in cupy backend
- constraint solver to cut down time spent in creating search spaces
- support for custom tuning objectives
Expand All @@ -21,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- diff evo, firefly, PSO are initialized using population of all valid configurations
- all strategies except brute_force strictly adhere to max_fevals and time_limit
- simulated annealing adapts annealing schedule to max_fevals if supplied
- minimize, basinhopping, and dual annealing start from a random valid config

## [0.4.1] - 2021-09-10
### Added
Expand Down

0 comments on commit 0db10f6

Please sign in to comment.