[dependencies.ghostflow-core]
version = "0.1.0"
[lib]
name = "ghostflow_optim"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "Optimizers for GhostFlow ML framework"
documentation = "https://docs.rs/ghostflow-optim"
edition = "2021"
homepage = "https://github.com/choksi2212/ghost-flow"
keywords = ["optimizer", "sgd", "adam", "machine-learning"]
license = "MIT OR Apache-2.0"
name = "ghostflow-optim"
readme = "README.md"
repository = "https://github.com/choksi2212/ghost-flow"
version = "0.1.0"