Skip to content

Commit 4ee2257

Browse files
committed
added gradient descent and Nelder-Mead
1 parent 522cc65 commit 4ee2257

14 files changed

Lines changed: 4815 additions & 3558 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curve-fit"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
authors = ["hexqnt <hexqntlab@gmail.com>"]
66
license = "Apache-2.0 OR MIT"
@@ -36,3 +36,10 @@ web-sys = { version = "0.3.91", features = [
3636
"Navigator",
3737
"Window",
3838
] }
39+
40+
[profile.release]
41+
opt-level = 3
42+
lto = true
43+
codegen-units = 1
44+
strip = true
45+
panic = "abort"

0 commit comments

Comments
 (0)