Gaussian processes

crates.io docs

egobox-gp provides a Rust implementation of gaussian process regression. It is a Rust port of some kriging algorithms of the SMT Python library.

The big picture

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

Current state

egobox-gp currently provides a Gaussian Process implementation with the following features:

Examples

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

$ cargo run --release --example kriging --features linfa/intel-mkl-static

License

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