Processor thread now has a name.
Fix several html files.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<body>
|
||||
<h1 align="center">Schwefel's (sine root) function</h1>
|
||||
<center>
|
||||
<img src="../images/f13-tex-500.jpg" width="650" height="64" aling="center">
|
||||
<img src="../images/f13-tex-500.jpg" width="650" height="64" align="center">
|
||||
</center>
|
||||
<p>
|
||||
Schwefel's (sine root) function is highly multimodal and has no global basin of attraction. The optimum at a fitness of f(x*)=0 lies at x*=420.9687. Schwefel's sine root is a tough challenge for any global optimizer due to the multiple distinct optima. Especially, there is a deceptive nearly optimal solution close to x=(-420.9687)<SUP>n</SUP>.
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<body>
|
||||
<h1 align="center">The Step Function</h1>
|
||||
<center>
|
||||
<img src="../images/steptex.jpg" width="350" height="120" aling="center">
|
||||
<img src="../images/steptex.jpg" width="350" height="120" align="center">
|
||||
</center>
|
||||
<p>
|
||||
The idea of this function is the implementation of a flat plateau (slope 0)in an underlying continuous function. It's harder for optimization algortihms to find optima because minor changes of the object variables don't affect the fitness. Therefore no conclusions about the search direction can be made.
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<body>
|
||||
<h1 align="center">Ackley's function</h1>
|
||||
<center>
|
||||
<img src="../images/ackleytex.jpg" width="500" height="58" aling="center">
|
||||
<img src="../images/ackleytex.jpg" width="500" height="58" align="center">
|
||||
</center>
|
||||
<p>
|
||||
Ackley's function is multimodal and symmetrical. It is based on an exponential function and modulated by a cosine function.
|
||||
|
@@ -1,11 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Generic Constraints</title>
|
||||
<title>Generic Constraints</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 align="center">Generic Constraints</h1>
|
||||
<br>
|
||||
|
||||
<p>To represent generic constraints on real-valued functions, this class can parse
|
||||
String expressions in prefix notation of the form:
|
||||
<blockquote>
|
||||
|
Reference in New Issue
Block a user