Skip to content

Commit

Permalink
Merge pull request #56 from erik-sth/consider-roommates-in-allocation…
Browse files Browse the repository at this point in the history
…-process

Added prioritizing roomMates in allocation Process.
  • Loading branch information
erik-sth authored Nov 3, 2023
2 parents 7b2f61d + 37534c4 commit 8cbba5a
Show file tree
Hide file tree
Showing 5 changed files with 1,060 additions and 16 deletions.
5 changes: 2 additions & 3 deletions benchmark/timeDistribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ if (numIterations % 2 === 0) {
}

const benchmarkResults: BenchmarkResults = {
algorithm:
'TimeDistribution impproved distribution proccess + small per updates',
version: 'v3.2',
algorithm: 'TimeDistribution prioritize Roommates',
version: 'v3.3',
numIterations,
executionTimes,
middleValue,
Expand Down
Loading

0 comments on commit 8cbba5a

Please sign in to comment.