[package]
name = "ghostflow-optim"
version = "1.0.0"
edition = "2021"
description = "Optimizers for GhostFlow ML framework"
license = "MIT OR Apache-2.0"
repository = "https://github.com/choksi2212/ghost-flow"
homepage = "https://github.com/choksi2212/ghost-flow"
documentation = "https://docs.rs/ghostflow-optim"
keywords = ["optimizer", "sgd", "adam", "machine-learning"]
categories = ["science", "algorithms"]
readme = "../README.md"
[dependencies]
ghostflow-core = { version = "1.0.0", path = "../ghostflow-core" }