Home
last modified time | relevance | path

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

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/userguide/java/org/apache/commons/math3/userguide/genetics/
H A DImageEvolutionExample.java76 public static final int POLYGON_LENGTH = 6; field in ImageEvolutionExample
225 popList.add(PolygonChromosome.randomChromosome(POLYGON_LENGTH, POLYGON_COUNT)); in getInitialPopulation()