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