Skip to content

Commit c8506e3

Browse files
committed
Fix md lints
1 parent ba8676a commit c8506e3

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Version 0.11.0 - 20/09/2023
5353
===========================
5454

5555
* Automate Python package build and upload on Pypi from Github CI by @relf in <https://github.com/relf/egobox/pull/104>
56-
* Fix FullFactorial when asked nb iof samples is small wrt x dimension by @relf in <https://github.com/relf/egobox/pull/105>
56+
* Fix FullFactorial when asked nb iof samples is small wrt x dimension
57+
by @relf in <https://github.com/relf/egobox/pull/105>
5758
* Make mixed-integer sampling methods available in Python by @relf in <https://github.com/relf/egobox/pull/106>
5859

5960
Version 0.10.0 - 22/06/2023
@@ -73,7 +74,8 @@ Version 0.9.0 - 02/06/2023
7374

7475
* `ego`:
7576
* Infill criterion is now a trait object in `EgorSolver` structure (#92)
76-
* `Egor` and `EgorSolver` API: methods taking argument of type Option\<T\> now take argument of type T (#94)
77+
* `Egor` and `EgorSolver` API: methods taking argument of type Option\<T\>
78+
now take argument of type T (#94)
7779
* `EgorBuilder::min_within_mixed_space()` is now `EgorBuilder::min_within_mixint_space()` (#96)
7880
* `egobox-ego` library doc updated (#95)
7981

@@ -202,5 +204,7 @@ Initial release
202204

203205
* `doe`: `LHS`, `FullFactorial`, `Random sampling`
204206
* `gp`: Gaussian Process models with 3 regression models (constant, linear quadratic) and 4 correlation models (squared exponential, absolute exponential, matern32, matern52)
205-
* `moe`: Mixture of Experts: find the bests mix of gps given a number of clusters regarding smooth or hard recombination
206-
* `ego`: Contains egor optimizer which is a super EGO algorithm implemented on top of the previous elements. It implements several infill strategy: EI, WB2, WB2S and use either COBYLA or SLSQP for internal optimization.
207+
* `moe`: Mixture of Experts: find the bests mix of gps given a number of clusters
208+
regarding smooth or hard recombination
209+
* `ego`: Contains egor optimizer which is a super EGO algorithm implemented on top of the previous elements.
210+
It implements several infill strategy: EI, WB2, WB2S and use either COBYLA or SLSQP for internal optimization.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When contributing to this repository, please first discuss the change you wish t
1313
5. Ensure the tests pass. Run `cargo test --release --all`.
1414
6. Create the pull request.
1515

16-
More information in [GitHub docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
16+
More information in [GitHub docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
1717

1818
## Code of Conduct
1919

0 commit comments

Comments
 (0)