Skip to content

Commit

Permalink
update default parameters (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Mar 1, 2024
1 parent 0d2c894 commit 4815e78
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.25.1"
version = "4.25.2"
readme = "README.md"
dependencies = [
"matplotlib>=3.7.0",
Expand Down
26 changes: 13 additions & 13 deletions src/fsrs_optimizer/fsrs_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
Relearning = 3

DEFAULT_WEIGHT = [
0.5614,
1.2546,
3.5878,
7.9731,
5.1043,
1.1303,
0.823,
0.0465,
0.5701,
1.4436,
4.1386,
10.9355,
5.1443,
1.2006,
0.8627,
0.0362,
1.629,
0.135,
1.0045,
2.132,
0.1342,
1.0166,
2.1174,
0.0839,
0.3204,
1.3547,
1.4676,
0.219,
2.7849,
2.8237,
]

S_MIN = 0.01
Expand Down

0 comments on commit 4815e78

Please sign in to comment.