Home
last modified time | relevance | path

Searched refs:HillClimbingBestBranch (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/bestflags/
Dhill_climb_best_neighbor.py21 class HillClimbingBestBranch(Generation): class
106 return [HillClimbingBestBranch(children_tasks, set([current_task]),
Dtesting_batch.py24 from hill_climb_best_neighbor import HillClimbingBestBranch
363 generations = [HillClimbingBestBranch(generation_tasks, set([]), specs)]
379 generations = [HillClimbingBestBranch(generation_tasks, set([]), specs)]