Skip to content

Commit

Permalink
Fix/use median parameters from benchmark (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Dec 26, 2023
1 parent 34695bc commit 267e66d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "FSRS-Optimizer"
version = "4.20.2"
version = "4.20.3"
readme = "README.md"
dependencies = [
"matplotlib>=3.7.0",
Expand Down
34 changes: 17 additions & 17 deletions src/fsrs_optimizer/fsrs_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
Relearning = 3

DEFAULT_WEIGHT = [
0.27,
0.74,
1.3,
5.52,
5.1,
1.02,
0.78,
0.06,
1.57,
0.14,
0.94,
2.16,
0.06,
0.31,
1.34,
0.21,
2.69,
0.5614,
1.2546,
3.5878,
7.9731,
5.1043,
1.1303,
0.823,
0.0465,
1.629,
0.135,
1.0045,
2.132,
0.0839,
0.3204,
1.3547,
0.219,
2.7849,
]


Expand Down

0 comments on commit 267e66d

Please sign in to comment.