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

#471 in Machine learning

Download history 21/week @ 2024-01-31 21/week @ 2024-02-07 31/week @ 2024-02-14 189/week @ 2024-02-21 33/week @ 2024-02-28 199/week @ 2024-03-06 72/week @ 2024-03-13 26/week @ 2024-03-20 24/week @ 2024-03-27 242/week @ 2024-04-03 191/week @ 2024-04-10 16/week @ 2024-04-17 24/week @ 2024-04-24 8/week @ 2024-05-01 5/week @ 2024-05-08

55 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–38MB
~579K SLoC