Importing release version 322 from old repos
This commit is contained in:
18
resources/ESPopulation.html
Normal file
18
resources/ESPopulation.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>ESPopulation</title>
|
||||
</head>
|
||||
<body><EFBFBD>
|
||||
<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>
|
Reference in New Issue
Block a user