numra-optim 0.1.4

Optimization for Numra: BFGS, L-BFGS, L-BFGS-B, Levenberg-Marquardt, Nelder-Mead, CMA-ES, SQP, LP/MILP, augmented Lagrangian, NSGA-II.
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 = "2021"
rust-version = "1.83"
name = "numra-optim"
version = "0.1.4"
authors = ["Moussa <mlablouba@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optimization for Numra: BFGS, L-BFGS, L-BFGS-B, Levenberg-Marquardt, Nelder-Mead, CMA-ES, SQP, LP/MILP, augmented Lagrangian, NSGA-II."
homepage = "https://numra-rs.org"
documentation = "https://docs.rs/numra"
readme = "README.md"
keywords = [
    "optimization",
    "bfgs",
    "levenberg-marquardt",
    "nelder-mead",
    "milp",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "LicenseRef-Numra-Academic-Research-NonCommercial"
repository = "https://github.com/moussaoutlook/numra-rs"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.faer]
version = "0.20"

[dependencies.numra-autodiff]
version = "0.1.4"

[dependencies.numra-core]
version = "0.1.4"

[dependencies.numra-linalg]
version = "0.1.4"

[dependencies.numra-nonlinear]
version = "0.1.4"

[dependencies.rand]
version = "0.8"
features = ["small_rng"]

[dependencies.rand_distr]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.approx]
version = "0.5"