18 lines
552 B
HTML
18 lines
552 B
HTML
<html>
|
||
<head>
|
||
<title>MAESRecombination</title>
|
||
</head>
|
||
<body>
|
||
|
||
<h1 align="center">MAESRecombination</h1>
|
||
<center>
|
||
</center><br>
|
||
The recombination operator has the following editable properties:
|
||
<ul>
|
||
<li>strategy for recombination of the strategy parameters of the mutation operators..</li>
|
||
<li>strategy for recombination of the objectives of an individual..</li>
|
||
<li>rho = number of parents, which recombinate to one offspring individual..</li>
|
||
<li>strategy for selecting the input individuals for one recombination.</li>
|
||
</ul>
|
||
</body>
|
||
</html> |