Skip to content

Commit

Permalink
Merge pull request #32 from 0X0StradSong/main
Browse files Browse the repository at this point in the history
add p247
  • Loading branch information
ctlllll authored Jul 15, 2024
2 parents c0c6b99 + 2322cd0 commit 50ce10a
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 1,197 deletions.
8 changes: 4 additions & 4 deletions constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ class CompetitionParameters:
COMPETITION_SCHEDULE: List[CompetitionParameters] = [
CompetitionParameters(
reward_percentage=1.0,
competition_id="p241",
competition_id="p247",
),
]
ORIGINAL_COMPETITION_ID = "p241"
CONSTANT_ALPHA = 0.1 # prev: 0.2
timestamp_epsilon = 0.01 # enhance vtrust
ORIGINAL_COMPETITION_ID = "p247"
CONSTANT_ALPHA = 0.2 # prev: 0.2
timestamp_epsilon = 0.02 # enhance vtrust

assert math.isclose(sum(x.reward_percentage for x in COMPETITION_SCHEDULE), 1.0)

Expand Down
Loading

0 comments on commit 50ce10a

Please sign in to comment.