Crates.io | egobox-ego |
lib.rs | egobox-ego |
version | 0.23.0 |
source | src |
created_at | 2022-04-12 13:53:12.93305 |
updated_at | 2024-10-01 08:49:30.535514 |
description | A library for efficient global optimization |
homepage | |
repository | https://github.com/relf/egobox |
max_upload_size | |
id | 566443 |
size | 306,412 |
egobox-ego
provides a Rust implementation of efficient global optimization algorithm.
It is a Rust port of EGO of the SMT Python library.
egobox-ego
is a library crate in the top-level package egobox.
egobox-ego
currently implements EGO using egobox-moe
with the following features:
There is some usage examples in the examples/ directory. To run, use:
cargo run --release --example ackley
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0