Killed JavaEvA from comments and ressources, some maths refactored.
This commit is contained in:
@@ -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>ω</i>=2*π, <i>n</i>=2.
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user