TaskComparator.compare throws NullPointerException
DKorosec opened this issue · 2 comments
DKorosec commented
When testing the example (from project readme) - MainBenchMarkTest - the program sometimes randomly crashed. This issue can be 100% reproduced if random seed at the beginning of main body is set to 3
( Util.rnd.setSeed(3)
).
matejdro commented
This also happens with seed 20
. And it seems to be specific to TLBOAlgorithm
.