egobox-doe

Crates.ioegobox-doe
lib.rsegobox-doe
version0.21.0
sourcesrc
created_at2022-04-12 13:33:33.888987
updated_at2024-07-09 15:39:03.316331
descriptionA library for design of experiments
homepage
repositoryhttps://github.com/relf/egobox
max_upload_size
id566430
size55,973
RĂ©mi Lafage (relf)

documentation

README

Design of experiments

crates.io docs

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.

The big picture

egobox-doe is a library crate in the top-level package egobox.

Current state

egobox-doe currently provides an implementation of the following methods:

  • Random sampling
  • Full-factorial sampling
  • Latin hypercube sampling: classic, centered, optimized

Examples

There is an usage example in the examples/ directory. To run, use:

$ cargo run --release --example samplings

License

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Commit count: 498

cargo fmt