13 lines
359 B
HTML
13 lines
359 B
HTML
<html>
|
|
<head>
|
|
<title>Convergence Terminator</title>
|
|
</head>
|
|
<body>
|
|
<h1 align="center">Convergence Terminator</h1>
|
|
<center>
|
|
</center><br>
|
|
The convergence terminator stops the optimization, when there has been hardly
|
|
any change in the best population fitness (within percentual range) for a certain
|
|
time, given in generations or fitness calls.
|
|
</body>
|
|
</html> |