You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ Version 0.11.0 - 20/09/2023
53
53
===========================
54
54
55
55
* 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>
57
58
* Make mixed-integer sampling methods available in Python by @relf in <https://github.com/relf/egobox/pull/106>
58
59
59
60
Version 0.10.0 - 22/06/2023
@@ -73,7 +74,8 @@ Version 0.9.0 - 02/06/2023
73
74
74
75
*`ego`:
75
76
* 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)
77
79
*`EgorBuilder::min_within_mixed_space()` is now `EgorBuilder::min_within_mixint_space()` (#96)
78
80
*`egobox-ego` library doc updated (#95)
79
81
@@ -202,5 +204,7 @@ Initial release
202
204
203
205
*`doe`: `LHS`, `FullFactorial`, `Random sampling`
204
206
*`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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ When contributing to this repository, please first discuss the change you wish t
13
13
5. Ensure the tests pass. Run `cargo test --release --all`.
14
14
6. Create the pull request.
15
15
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).
0 commit comments