Initial commit and adding README

master
Alex Selimov 1 week ago
commit d998a034a3

@ -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.
Loading…
Cancel
Save