/simulated_annealing

An interface for global function optimization using simulated annealing

Primary LanguageRustMIT LicenseMIT

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: