Initial commit and adding README

This commit is contained in:
Alex Selimov 2024-12-12 23:01:42 -05:00
commit d998a034a3
2 changed files with 10 additions and 0 deletions

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "roptimize"
version = "0.1.0"
edition = "2021"
[dependencies]

4
README.md Normal file
View File

@ -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.