simplers_optimization 0.5.0

A Rust implementation of the Simple(x) black-box optimization algorithm.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "simplers_optimization"
version = "0.5.0"
authors = ["Nestor Demeure"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the Simple(x) black-box optimization algorithm."
documentation = "https://docs.rs/simplers_optimization"
readme = "readme.md"
keywords = [
    "optimization",
    "optimisation",
    "black-box",
    "global-optimization",
    "global-optimisation",
]
categories = [
    "algorithms",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/nestordemeure/Simplers"

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

[[bin]]
name = "simplers_optimization"
path = "src/main.rs"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.ordered-float]
version = "5.3.0"

[dependencies.priority-queue]
version = "2.7.0"