Move gradient descent to lib (#20)

This commit is contained in:
Patrick Stevens
2023-05-07 21:49:25 +01:00
committed by GitHub
parent 87f191e479
commit e42cfa22db
8 changed files with 422 additions and 450 deletions

1
Cargo.lock generated
View File

@@ -72,6 +72,7 @@ version = "0.1.0"
dependencies = [
"immutable-chunkmap",
"ordered-float",
"rand",
]
[[package]]