UM-LPM/EARS

TaskComparator.compare throws NullPointerException

DKorosec opened this issue · 2 comments

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) ).

This also happens with seed 20. And it seems to be specific to TLBOAlgorithm.

Ravby commented

Fixed problem when stop criteria reached in the initialization of TLBO. 537dba3