13 lines
273 B
HTML
13 lines
273 B
HTML
<html>
|
||
<head>
|
||
<title>Plus Selection Strategy</title>
|
||
</head>
|
||
<body>
|
||
|
||
<h1 align="center">ES Plus Selection Operator</h1>
|
||
<center>
|
||
</center><br>
|
||
The best mu individuals are selected from the
|
||
aggregation of the lambda offspring individuals and the mu parents.
|
||
</body>
|
||
</html> |