Searched refs:fitness (Results 1 – 25 of 46) sorted by relevance
12
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | Chromosome.java | 33 private double fitness = Double.MIN_VALUE; field in Chromosome 45 if (this.fitness == Double.MIN_VALUE) { in getFitness() 47 this.fitness = fitness(); in getFitness() 49 return this.fitness; in getFitness() 107 fitness = sameChromosome.getFitness(); in searchForFitnessUpdate()
|
D | Fitness.java | 33 double fitness(); in fitness() method
|
/external/python/google-api-python-client/googleapiclient/ |
D | mimeparse.py | 106 fitness = (type == target_type) and 100 or 0 107 fitness += (subtype == target_subtype) and 10 or 0 108 fitness += param_matches 109 if fitness > best_fitness: 110 best_fitness = fitness
|
/external/ImageMagick/www/Magick++/ |
D | COPYING | 17 merchantability, fitness for a particular purpose and
|
/external/selinux/libselinux/ |
D | LICENSE | 11 warranties of merchantability and fitness for a particular purpose.
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | memory_optimizer.cc | 944 double fitness; member 946 bool operator<(const MemInfo& other) const { return fitness < other.fitness; } in operator <() 1081 mem_info.fitness = in IdentifySwappingCandidates() 1085 mem_info.fitness = -mem_info.fitness; in IdentifySwappingCandidates()
|
/external/mesa3d/docs/ |
D | patents.txt | 20 merchantability, fitness for a particular purpose and noninfringement.
|
/external/lmfit/ |
D | COPYING | 21 implied warranties of merchantability and fitness for a particular purpose
|
D | NOTICE | 21 implied warranties of merchantability and fitness for a particular purpose
|
/external/neon_2_sse/ |
D | LICENSE | 22 warranties of merchantability and fitness for a particular purpose are disclaimed.
|
/external/autotest/test_suites/ |
D | control.bvt-inline | 22 evaluate the build's fitness for release.
|
D | control.bvt-arc | 21 evaluate the build's fitness for release.
|
/external/google-breakpad/ |
D | LICENSE | 37 made as to fitness for any particular purpose. No warranties of any
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | LICENSE.txt | 25 …aws, the contributors exclude the implied warranties of merchantability, fitness for a particular …
|
/external/icu/icu4c/source/data/brkitr/dictionaries/ |
D | cjdict.txt | 132 # fitness, in no event shall NAIST be liable for 159 # performance, merchantability and fitness for a particular purpose of
|
/external/ImageMagick/ |
D | NOTICE | 39 fitness for a particular purpose and noninfringement. In no event shall E. I. 166 implied, including but not limited to the warranties of merchantability,fitness
|
/external/aac/ |
D | NOTICE | 75 fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
/external/libpng/ |
D | LICENSE | 83 fitness for any purpose. The Contributing Authors and Group 42, Inc.
|
/external/webrtc/webrtc/ |
D | LICENSE_THIRD_PARTY | 283 noninfringement of third party intellectual property, or fitness for any 288 kind, including the warranties of design, merchantability, and fitness for a 385 exclude the implied warranties of merchantability, fitness for a particular
|
/external/icu/icu4c/source/data/mappings/ |
D | iso-8859_10-1998.ucm | 16 # No claims are made as to fitness for any particular purpose. No
|
D | iso-8859_11-2001.ucm | 16 # No claims are made as to fitness for any particular purpose. No
|
D | iso-8859_14-1998.ucm | 17 # No claims are made as to fitness for any particular purpose. No
|
/external/libaom/libaom/ |
D | PATENTS | 50 merchantability, non-infringement, fitness for a particular purpose, or
|
/external/icu/icu4c/ |
D | LICENSE | 220 # fitness, in no event shall NAIST be liable for 247 # performance, merchantability and fitness for a particular purpose of
|
/external/icu/ |
D | NOTICE | 220 # fitness, in no event shall NAIST be liable for 247 # performance, merchantability and fitness for a particular purpose of
|
12