@ -0,0 +1,6 @@
[package]
name = "roptimize"
version = "0.1.0"
edition = "2021"
[dependencies]
@ -0,0 +1,4 @@
# Roptimize
This is a collection of optimization algorithms collected into one crate.
Planning on starting with some gradient descent based algorithms and then adding heuristic approaches.