simulated_annealing

Crates.iosimulated_annealing
lib.rssimulated_annealing
version0.2.1
sourcesrc
created_at2022-09-13 16:41:36.395133
updated_at2023-04-13 15:36:34.965381
descriptionAn interface for global function optimization using simulated annealing
homepagehttps://github.com/paveloom-r/simulated_annealing
repositoryhttps://github.com/paveloom-r/simulated_annealing
max_upload_size
id664755
size24,323
Pavel Sobolev (paveloom)

documentation

https://docs.rs/simulated_annealing

README

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:

Commit count: 7

cargo fmt