| Crates.io | egobox-ego |
| lib.rs | egobox-ego |
| version | 0.32.0 |
| created_at | 2022-04-12 13:53:12.93305+00 |
| updated_at | 2025-08-22 13:49:58.229424+00 |
| description | A library for efficient global optimization |
| homepage | https://github.com/relf/egobox |
| repository | https://github.com/relf/egobox/crates/ego |
| max_upload_size | |
| id | 566443 |
| size | 388,571 |
egobox-ego provides a Rust implementation of efficient global optimization algorithm.
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