| Crates.io | egobox-doe |
| lib.rs | egobox-doe |
| version | 0.32.0 |
| created_at | 2022-04-12 13:33:33.888987+00 |
| updated_at | 2025-08-22 13:48:09.117627+00 |
| description | A library for design of experiments |
| homepage | https://github.com/relf/egobox |
| repository | https://github.com/relf/egobox/crates/doe |
| max_upload_size | |
| id | 566430 |
| size | 57,040 |
egobox-doe provides a Rust implementation of some design of experiments building methods.
It is a Rust port of sampling methods of the SMT Python library.
egobox-doe is a library crate in the top-level package egobox.
egobox-doe currently provides an implementation of the following methods:
There is an usage example in the examples/ directory. To run, use:
$ cargo run --release --example samplings
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0