Importing release version 322 from old repos
This commit is contained in:
23
resources/MAESPopulation.html
Normal file
23
resources/MAESPopulation.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>MAESPopulation</title>
|
||||
</head>
|
||||
<body><EFBFBD>
|
||||
<h1 align="center">Model Assisted Population</h1>
|
||||
<center>
|
||||
</center><br>
|
||||
The MAESPopulation panel contains the information describing the Model Assisted Evolution Strategy (MAES):
|
||||
<ul>
|
||||
<li>A prototype of an individual (contains mutation operator).</li>
|
||||
<li>The size of the model pre-selected individuals: lambdaPlus>=lambda.
|
||||
For lambdaPlus=lambda you have no model impact.</li>
|
||||
<li>The regression model for fitness prediction.</li>
|
||||
<li>The model size is given by the number of last evaluated individuals,
|
||||
which are used to train the model.</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