Modified HTML-help

This commit is contained in:
Marcel Kronfeld
2010-08-13 14:20:03 +00:00
parent aa3c903645
commit e708eebd93
4 changed files with 43 additions and 5 deletions

View File

@@ -7,10 +7,13 @@
<center>
</center><br>
The fitness convergence terminator stops the optimization, when there has been hardly
any change in the best population fitness (within percentual or absolute distance) for a certain
time, given in generations or fitness calls.<br>
any change in the best fitness in the population (within percentual or absolute distance) for a certain
time, given in generations or fitness calls. In case of multi-objective optimization, the 2-norm of
the fitness vector is
currently used.<br>
Be aware that, if the optimization is allowed to be non-monotonic, such as for (,)-ES strategies,
and if the optimum is close to zero, it may happen that the fitness fluctuates due to numeric
issues and does not easily converge in a relative measure.
issues and does not easily converge in a relative way.<br>
Check the help for the <a href="PopulationMeasureTerminator.html">PopulationMeasureTerminator</a> for additional information.
</body>
</html>