frostfire 0.1.0

A modular, mathematically rigorous, performant, reusable simulated annealing optimization engine
Documentation
[dependencies.log]
version = "0.4.17"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.proptest]
version = "1.0.0"

[lib]
name = "frostfire"
path = "src/lib.rs"

[package]
authors = ["Frostfire Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science", "mathematics"]
description = "A modular, mathematically rigorous, performant, reusable simulated annealing optimization engine"
edition = "2021"
keywords = ["optimization", "simulated-annealing", "metaheuristic", "stochastic"]
license = "MIT OR Apache-2.0"
name = "frostfire"
readme = "README.md"
repository = "https://github.com/frostfire/frostfire"
version = "0.1.0"