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

@@ -6,10 +6,11 @@
<h1 align="center">Phenotype Convergence Terminator</h1>
<center>
</center><br>
The phenotype convergence terminator stops the optimization, when there has been hardly
The phenotype convergence terminator stops the optimization when there has been hardly
any change in the best population individual (within percentual or absolute distance) for a certain
time span, given in generations or fitness calls.<br>
Be aware that, if the optimum individual is close to zero, it may happen that its phenotype values
fluctuate due to numeric issues and do not easily converge in a relative measure.
fluctuate due to numeric issues and do not easily converge in a relative measure.<br>
Additional information is given for the superclass <a href="PopulationMeasureTerminator.html">PopulationMeasureTerminator</a>.
</body>
</html>