[dependencies.argmin]
optional = true
version = "0.10.0"
[dependencies.rand]
version = "0.9.0"
[dependencies.stepwise]
version = "0.0.3"
[dev-dependencies.anyhow]
version = "1.0.98"
[dev-dependencies.env_logger]
version = "0.11.7"
[dev-dependencies.log]
features = ["release_max_level_debug"]
version = "0.4"
[dev-dependencies.rand_core]
version = "0.9.3"
[dev-dependencies.rand_pcg]
version = "0.9.0"
[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.17"
[features]
default = []
[lib]
name = "stochy"
path = "src/lib.rs"
[lints]
[package]
authors = ["andy watkins <andy@webcalculator.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "algorithms"]
description = "A numeric library of stochastic approximation algorithms"
edition = "2021"
homepage = "https://github.com/akanalytics/stochy"
keywords = ["solver", "optimization", "stochastic", "SPSA", "RSPSA"]
license = "MIT OR Apache-2.0"
name = "stochy"
publish = true
readme = "README.md"
repository = "https://github.com/akanalytics/stochy"
rust-version = "1.75"
version = "0.0.3"
[package.metadata.docs.rs]
features = ["argmin"]
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "argmin"
path = "tests/argmin.rs"
[[test]]
name = "convergence"
path = "tests/convergence.rs"
[[test]]
name = "examples_in_readme"
path = "tests/examples_in_readme.rs"
[[test]]
name = "with_noise"
path = "tests/with_noise.rs"