From 2457722b7adf0b09d54f57ca2c788e3a831080b6 Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Tue, 21 May 2024 17:28:18 +0200 Subject: [PATCH] Clean up CHANGELOG.md --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982dc92798..af331109a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `mypy` for search space and objectives - Class hierarchy for objectives -- Deserialization is now also possible from optional class name abbreviations -- `AdditiveKernel`, `LinearKernel`, `MaternKernel`, `PeriodicKernel`, +- Possibility to deserialize classes from optional class name abbreviations +- Basic deserialization tests using different class type specifiers +- - `AdditiveKernel`, `LinearKernel`, `MaternKernel`, `PeriodicKernel`, `PiecewisePolynomialKernel`, `PolynomialKernel`, `ProductKernel`, `RBFKernel`, - `RFFKernel`, `RQKernel`, `ScaleKernel` classes for specifying kernels -- `GammaPrior`, `HalfCauchyPrior`, `NormalPrior`, `HalfNormalPrior`, `LogNormalPrior` - and `SmoothedBoxPrior` classes for specifying priors + `RFFKernel`, `RQKernel`, `ScaleKernel` classes - `KernelFactory` protocol enabling context-dependent construction of kernels - Preset mechanism for `GaussianProcessSurrogate` - `hypothesis` strategies and roundtrip test for kernels, constraints, objectives, priors and acquisition functions - New acquisition functions: `qSR`, `qNEI`, `LogEI`, `qLogEI`, `qLogNEI` +- `GammaPrior`, `HalfCauchyPrior`, `NormalPrior`, `HalfNormalPrior`, `LogNormalPrior` + and `SmoothedBoxPrior` classes - Serialization user guide -- Basic deserialization tests using different class type specifiers - Environment variables user guide - Utility for estimating memory requirements of discrete product search space