23.11.2014 Views

CS 478 - Evolutionary Algorithms 1 - Neural Networks and Machine ...

CS 478 - Evolutionary Algorithms 1 - Neural Networks and Machine ...

CS 478 - Evolutionary Algorithms 1 - Neural Networks and Machine ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Procedure EA<br />

t = 0;<br />

Initialize Population P(t);<br />

Evaluate P(t);<br />

Until Done{ /*Sufficiently “good” individuals discovered or many<br />

iterations passed with no improvement, etc.*/<br />

t = t + 1;<br />

Parent_Selection P(t);<br />

Recombine P(t);<br />

Mutate P(t);<br />

Evaluate P(t);<br />

Survive P(t);}<br />

<strong>CS</strong> 312 – Approximation 5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!