Skip to content

Commit 532e9eb

Browse files
authored
Merge pull request #1423 from pints-team/MichaelClerx-patch-1
Update CHANGELOG.md
2 parents 7111232 + b88ae08 commit 532e9eb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.4.0] - 2021-12-07
5+
## Unreleased
66

77
### Added
88
- [#1420](https://github.com/pints-team/pints/pull/1420) The `Optimisation` objects now distinguish between a best-visited point (`x_best`, with score `f_best`) and a best-guessed point (`x_guessed`, with approximate score `f_guessed`). For most optimisers, the two values are equivalent. As before, the `OptimisationController` now tracks `x_best` and `f_best` by default, but this can be modified using the methods `set_f_guessed_tracking` and `f_guessed_tracking`.
9+
-
10+
### Changed
11+
### Deprecated
12+
### Removed
13+
### Fixed
14+
15+
## [0.4.0] - 2021-12-07
16+
17+
### Added
918
- [#1409](https://github.com/pints-team/pints/pull/1409) The `OptimisationController` now accepts a callback function that will be called at every iteration; this can be used for easier customisation or visualisation of the optimiser trajectory.
1019
- [#1383](https://github.com/pints-team/pints/pull/1383) Added a method `toy.TwistedGaussianDistribution.untwist` that turns samples from this distribution into samples from a multivariate Gaussian.
1120
- [#1322](https://github.com/pints-team/pints/pull/1322) Added a method `sample_initial_points` that allows users to generate random points with finite metrics (either log-probabilities or error measures) to use as starting points for sampling or optimisation.

0 commit comments

Comments
 (0)