Generalise to gradient-descent function which can sample (#13)

This commit is contained in:
Patrick Stevens
2023-04-29 19:18:05 +01:00
committed by GitHub
parent 1b738b200a
commit 41977a726e
7 changed files with 365 additions and 187 deletions

View File

@@ -9,3 +9,4 @@ edition = "2021"
immutable-chunkmap = "1.0.5"
ordered-float = "3.6.0"
little_learner = { path = "../little_learner" }
rand = "0.8.5"