Skip to content

Commit

Permalink
docs: update changelog with recombination changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tc85324 committed Jul 31, 2024
1 parent 421c74d commit fbe7f2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Added Kernelised Stein Discrepancy divergence in `coreax.metrics.KSD`.

- Added the `coreax.solvers.recombination` module, which provides the following new solvers:
- `RecombinationSolver`: an abstract base class for recombination solvers.
- `CaratheodoryRecombination`: a simple deterministic approach to solving recombination problems.
- `TreeRecombination`: an advanced deterministic approach that utilises `CaratheodoryRecombination`,
but provides superior performance for solving all but the smallest recombination problems.

### Fixed

Expand Down

0 comments on commit fbe7f2b

Please sign in to comment.