Skip to content

Conversation

@cowwoc
Copy link
Contributor

@cowwoc cowwoc commented Sep 30, 2011

No description provided.

Gili Tzabari added 4 commits September 30, 2011 16:08
EvolutionObserver.populationUpdate() redefined as: "public <S extends T> void populationUpdate(PopulationData<S> data)".
Added PopulationData.getPopulation().
…xtends T> void populationUpdate(int islandIndex, PopulationData<S> data)".
\-> Use opaque colours to improve rendering performance
\-> Prevent the creation of self-intersecting polygons across all mutations (these never yield the results we want)
\-> Favor small mutations
  \-> New polygons are added with a size of 1
  \-> New vertices are assigned the position of an existing vertex
  \-> Vertices are moved a small distance at a time
  \-> Only one colour is modified at a time
  \-> ImageEvaluator should evaluate what the user sees. If the image is scaled down before being evaluated, it allows "noisy lines" to escape detection of the evaluation function.
  \-> Damping mutation amount over time (not the probability of mutation)
  \-> Disabled cross-over or move vertex mutation as they seem to do more harm than good.
  \-> Fitness function counts the number of polygons in order to discourage the existence of hidden polygons
  \-> Increased maximum polygons from 50 to 255
\-> Added "Population Candidates" to EvolutionMonitor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant