Benezivas / algobattle

Let teams compete by making them create hard instances and fast solvers for problems of your choice. Then pitch these instances and solvers against one another. All language-agnostic.
https://algobattle.org
MIT License
8 stars 3 forks source link

Fix default scoring function if generator's Solution score is 0 #139

Closed ImogenBits closed 12 months ago

ImogenBits commented 12 months ago

When a generator outputs a solution with a score of 0 any solver solution should be seen as 100% accurate. Currently it always is seen as 0%.