### Description
This crate provides an implementation of the [simulated annealing](https://en.wikipedia.org/wiki/Simulated_annealing) algorithm for approximating the global minimum of a given function.
Read the [documentation](https://docs.rs/simulated_annealing) for more information.
To build the documentation with [KaTeX](https://katex.org) support, run:
```bash
cargo doc
RUSTDOCFLAGS="--html-in-header assets/katex-header.html" cargo doc --no-deps --open
```
Git mirrors:
- [Codeberg](https://codeberg.org/paveloom-r/simulated_annealing)
- [GitHub](https://github.com/paveloom-r/simulated_annealing)
- [GitLab](https://gitlab.com/paveloom-g/rust/simulated_annealing)