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

17 lines
389 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>MAESPara</title>
</head>
<body> 
<h1 align="center">MAESPara</h1>
<center>
</center><br>
MAESPara contains the information describing an Evolution Strategy (ES):
<ul>
<li>The problem to be solved.</li>
<li>A seed value for the random number generator.</li>
<li>A termination criterion for the algorithm.</li>
<li>The MAES population.</li>
</ul>
</body>
</html>