Skip to content

Commit f5790f8

Browse files
committed
refactoring model curves
1 parent 0a4d67a commit f5790f8

34 files changed

Lines changed: 3359 additions & 1250 deletions

Cargo.lock

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ portable-simd = []
1919
argmin = { version = "0.11.0", default-features = false }
2020
argmin-math = { version = "0.5.1", default-features = false, features = [
2121
"vec",
22+
"ndarray_v0_16-nolinalg",
2223
] }
2324
egui_extras = { version = "0.34.1", default-features = false, features = [
2425
"svg_text",
2526
] }
2627
egui_plot = "0.35.0"
28+
ndarray = "0.16.1"
2729
stochastic_optimizers = "0.3.0"
2830

2931
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

0 commit comments

Comments
 (0)