Killed JavaEvA from comments and ressources, some maths refactored.

This commit is contained in:
Marcel Kronfeld
2008-04-18 14:36:52 +00:00
parent fdbfa5fe85
commit fb20da9657
173 changed files with 918 additions and 2221 deletions

View File

@@ -8,7 +8,7 @@
<img src="images/rastrigintex.jpg" width="500" height="101">
</center>
<p>
Rastrigin's function is symmetric. It is based on the simple <i>parabola function</i> (called f1 in the JavaEvA context), but it is multimodal because a modulation term on the basis of the cosine function is added. This evokes hills and valleys which are misleading local optima.
Rastrigin's function is symmetric. It is based on the simple <i>parabola function</i> (called f1 in the EvA context), but it is multimodal because a modulation term on the basis of the cosine function is added. This evokes hills and valleys which are misleading local optima.
<p>
Values used for the following illustrations: <i>A</i>=10, <i>&#969;</i>=2*&#960;, <i>n</i>=2.

View File

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

View File

@@ -1,6 +1,6 @@
<html>
<head>
<title>JavaEvA Genetic Optimization</title>
<title>EvA Genetic Optimization</title>
</head>
<body>
<h1 align="center">Genetic Optimization Parameters</h1>