Cargo.toml

Sat, 19 Oct 2024 10:46:13 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sat, 19 Oct 2024 10:46:13 -0500
changeset 5
f248e1434c3b
parent 4
e09437844ad9
child 7
8979a6638424
permissions
-rw-r--r--

Some distance functions etc.

[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]
serde = { version = "1.0", features = ["derive"] }
alg_tools = { version = "~0.3.0-dev", path = "../alg_tools", default-features = false }

mercurial