[package]
edition = "2021"
name = "scir-optimize"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SciR Optimize: Nelder–Mead, BFGS, and L-BFGS with fixture-driven validation on Rosenbrock/Himmelblau."
homepage = "https://github.com/SoftOboros/scir"
documentation = "https://docs.rs/scir-optimize"
readme = "README.md"
keywords = [
"scir",
"scipy",
"optimize",
"bfgs",
"nelder-mead",
]
categories = [
"science",
"mathematics",
]
license = "MIT"
repository = "https://github.com/SoftOboros/scir"
[lib]
name = "scir_optimize"
path = "src/lib.rs"
[dependencies.ndarray]
version = "0.15"
[dependencies.scir-core]
version = "0.3.2"
[dev-dependencies.ndarray-npy]
version = "0.8"