Skip to content

Draft: Random order match generation

kfachikov requested to merge match-generation-random into main

TODO

  • Candidate pairs random generation
  • Candidate pairs random generation exploration (example on sample dataset and usage)
  • Adjust to allow toggling whether the pairs should be only between movies with different star-ratings, with identical star-ratings, or mixed. This depends on !4 (merged)

Results

The following image shows an example of how candidate pairs will be generated when having 100 movies and k = 3. The green lines indicate movies with exactly 3 comparisons at the end, and the red lines indicate the case when a movie does not have enough comparisons (usually just one below). As the example below doesn't have a red line, I attach another image, with 99 movies and k = 3. In this case, there will be at least a single movie compared with fewer others.

image

image

Edited by kfachikov

Merge request reports

Loading