Searched refs:STOP_THRESHOLD (Results 1 - 3 of 3) sorted by relevance

/external/toolchain-utils/bestflags/
H A Dexample_algorithms.py49 STOP_THRESHOLD = 'STOP_THRESHOLD' variable
91 if STOP_THRESHOLD not in meta_data:
94 stop_threshold = meta_data[STOP_THRESHOLD]
H A Dgenetic_algorithm.py149 # point. If STOP_THRESHOLD of generations have not seen any performance
151 STOP_THRESHOLD = None variable in class:GAGeneration
182 GAGeneration.STOP_THRESHOLD = stop_threshold
223 # If STOP_THRESHOLD of generations have no improvement, the algorithm stops.
224 if self._total_stucks >= GAGeneration.STOP_THRESHOLD:
H A Dtesting_batch.py39 STOP_THRESHOLD = 20 variable
398 GAGeneration.InitMetaData(STOP_THRESHOLD, NUM_CHROMOSOMES, NUM_TRIALS,

Completed in 245 milliseconds