Crates.io | egobox-doe |
lib.rs | egobox-doe |
version | 0.24.0 |
source | src |
created_at | 2022-04-12 13:33:33.888987 |
updated_at | 2024-11-12 16:05:06.186896 |
description | A library for design of experiments |
homepage | |
repository | https://github.com/relf/egobox |
max_upload_size | |
id | 566430 |
size | 57,238 |
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