html.GO.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eva2 Show documentation
Show all versions of eva2 Show documentation
Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.
The newest version!
EvA2 Genetic Optimization
The EvA2 Genetic Optimization Module
The Genetic Optimization module allows the application of a variety of
nature-inspired heuristics within one framework. You can combine several
datatypes as representations with specific evolutionary operators and
widely independently choose an optimization strategy. Some strategies,
however, only work with certain datatypes. Most remarkably, DE and PSO
require a real-valued representations for the moment, whereas GA, for example,
is typically run with a binary datatype but also works on real valued individuals
by just accessing the analoguous evolutionary operators.