eva2/resources/ESPopulation.html
2007-12-11 16:38:11 +00:00

18 lines
481 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>ESPopulation</title>
</head>
<body> 
<h1 align="center">ESPopulation</h1>
<center>
</center><br>
ESPopulation contains the information describing an Evolution Strategy (ES):
<ul>
<li>A prototype of an individual (contains mutation operator).</li>
<li>The population size of the parents: lambda.</li>
<li>The population size of the children: mu.</li>
<li>A recombination operator.</li>
<li>A fitness based selection operator.</li>
</ul>
</body>
</html>