stepwise 0.0.2

A library for stepwise algorithms
Documentation
[dependencies]

[dev-dependencies.env_logger]
version = "0.11.7"

[dev-dependencies.log]
features = ["release_max_level_debug"]
version = "0.4"

[dev-dependencies.rand]
version = "0.9.0"

[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"

[[example]]
name = "adaptive"
path = "examples/adaptive.rs"

[[example]]
name = "progress_bar"
path = "examples/progress_bar.rs"

[[example]]
name = "usage"
path = "examples/usage.rs"

[lib]
name = "stepwise"
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 library for stepwise algorithms"
edition = "2021"
homepage = "https://github.com/akanalytics/stepwise"
keywords = ["math", "solver", "optimization", "stochastic", "iterative"]
license = "MIT OR Apache-2.0"
name = "stepwise"
publish = true
readme = "README.md"
repository = "https://github.com/akanalytics/stepwise"
rust-version = "1.76"
version = "0.0.2"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]