26 releases (17 breaking)

new 0.19.0 May 15, 2024
0.17.0 Apr 4, 2024
0.16.0 Mar 7, 2024
0.14.0 Dec 13, 2023
0.4.0 Jul 9, 2022

#469 in Machine learning

Download history 14/week @ 2024-01-29 9/week @ 2024-02-05 37/week @ 2024-02-12 173/week @ 2024-02-19 60/week @ 2024-02-26 183/week @ 2024-03-04 73/week @ 2024-03-11 43/week @ 2024-03-18 149/week @ 2024-04-01 299/week @ 2024-04-08 15/week @ 2024-04-15 30/week @ 2024-04-22 9/week @ 2024-04-29 6/week @ 2024-05-06

73 downloads per month
Used in egobox

Apache-2.0

525KB
10K SLoC

Efficient global optimization

crates.io docs

egobox-ego provides a Rust implementation of efficient global optimization algorithm. It is a Rust port of EGO of the SMT Python library.

The big picture

egobox-ego is a library crate in the top-level package egobox.

Current state

egobox-ego currently implements EGO using egobox-moe with the following features:

  • Mixture of gausian processes
  • Infill criteria: EI, WB2, WB2S
  • Basic handling of negative constraints
  • Mixed integer optimization available through continuous relaxation

Examples

There is some usage examples in the examples/ directory. To run, use:

cargo run --release --example ackley

License

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Dependencies

~18–39MB
~581K SLoC