Importing release version 322 from old repos

This commit is contained in:
Marcel Kronfeld
2007-12-11 16:38:11 +00:00
parent 8cecdb016d
commit 7ae15be788
668 changed files with 109288 additions and 0 deletions

17
resources/GO.html Normal file
View File

@@ -0,0 +1,17 @@
<html>
<head>
<title>JavaEvA Genetic Optimization</title>
</head>
<body>
<h1 align="center">The JavaEvA Genetic Optimization Module</h1>
<br>
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.
</body>
</html>