optimization_tools 0.1.0

Playground for experimenting with optimization algorithms.
Documentation

Module :: optimization_tools

experimental rust-status docs.rs Open in Gitpod discord

Playground for experimenting with optimization algorithms.

Basic use-case

To add to your project

cargo add optimization_tools

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd examples/optimization_tools_trivial_sample
cargo run