Update README

This commit is contained in:
Alex Selimov 2025-01-03 22:58:52 -05:00
parent 164f5a72c4
commit 9e6d750c2d

View File

@ -2,3 +2,5 @@
This is a collection of optimization algorithms collected into one crate. 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. 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.