simonwarchol / simulated_annealing

An interface for global function optimization using simulated annealing

Home Page:https://docs.rs/simulated_annealing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This crate provides an implementation of the simulated annealing algorithm for approximating the global minimum of a given function.

Read the documentation for more information.

To build the documentation with KaTeX support, run:

cargo doc
RUSTDOCFLAGS="--html-in-header assets/katex-header.html" cargo doc --no-deps --open

Git mirrors:

About

An interface for global function optimization using simulated annealing

https://docs.rs/simulated_annealing

License:MIT License


Languages

Language:Rust 90.8%Language:HTML 6.2%Language:Nix 3.0%