Skip to content
Snippets Groups Projects

change the simplex_queue to a SortedKeyList

Merged Bas Nijholt requested to merge fix_learnerND_scaling into stable-0.7

I suddenly realized the reason why the test_learner_performance_is_invariant_under_scaling was failing for the LearnerND sometimes.

We were saving the rounded loss and then when a subsimplex was created from an existing simplex, we divided the rounded loss instead of dividing the unrounded loss and then rounding it again.

Using a SortedKeyList will make sure this doesn't happen.

Edited by Bas Nijholt

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading