Lines Matching full:best
8 Test the best branching hill climbing algorithms, genetic algorithm and
278 """Test the best result the algorithm should return.
288 best_result: The expected best result of the algorithm. If best_result is
289 -1, the algorithm may or may not return the best value. Therefore, no
302 # The best result of the algorithm so far.
318 # If the mock result of the current task is the best so far, set this
319 # result to be the best result.
349 """Test the best hill climb algorithm.
351 Test whether it finds the best results as expected.
366 # of all the flags. Therefore, the best value is supposed to be 0, i.e.,
371 # function. Therefore, the best result should be found in task with all the
382 # the values of all the flags. Therefore, the best value is supposed to be
413 Test whether it finds the best results as expected.
428 # of all the flags. Therefore, the best value is supposed to be 0, i.e.,
433 # function. Therefore, the best result should be found in task with all the
442 # the values of all the flags. Therefore, the best value is supposed to be