HomeSort by relevance Sort by last modified time
    Searched refs:SPECS (Results 1 - 2 of 2) sorted by null

  /external/curl/packages/Linux/RPM/
make_curl_rpm 7 specs_dir=$top_dir/SPECS
  /external/toolchain-utils/bestflags/
genetic_algorithm.py 38 def RandomMutate(specs, flag_set, mutation_rate):
42 specs: A list of spec from which the flag set is created.
52 for spec in specs:
93 def ReproduceWith(self, other, specs, mutation_rate):
98 specs: A list of spec from which the flag set is created.
140 return RandomMutate(specs, FlagSet(output_flags), mutation_rate)
162 SPECS = None
168 def InitMetaData(stop_threshold, num_chromosomes, num_trials, specs,
178 specs: The flags that can be used to generate new tasks.
185 GAGeneration.SPECS = spec
    [all...]

Completed in 160 milliseconds