From 9e6d750c2da5bb1bd783bcd9945e88ec883bea17 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 3 Jan 2025 22:58:52 -0500 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d52b385..5c19f72 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ 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. + +This is hopefully to support a future rust molecular statics solver.