Added even more missing files

Fri, 18 Oct 2024 13:51:51 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 18 Oct 2024 13:51:51 -0500
changeset 2
86e0228f38f8
parent 1
29738fae471e
child 3
ff4656da04af

Added even more missing files

Cargo.toml file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Cargo.toml	Fri Oct 18 13:51:51 2024 -0500
@@ -0,0 +1,21 @@
+[package]
+name = "non-riemannian-opt"
+version = "0.1.0"
+edition = "2021"
+authors = ["Tuomo Valkonen <tuomov@iki.fi>", "Heikki von Koch <heikki.vonkoch@helsinki.fi>"]
+description = "Simple optimisation experiments on non-Riemannian manifolds"
+#homepage = ""
+#repository = ""
+#license-file = "LICENSE"
+keywords = [
+    "optimization",
+    "manifold",
+    "non-Riemannian",
+    "forward-backward",
+]
+categories = ["mathematics", "science", "computer-vision"]
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+alg_tools = { version = "~0.2.0-dev", path = "../alg_tools", default-features = false }

mercurial