<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3502.4856" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; What does the rank 
selector&nbsp;from the library exactly do?&nbsp;The manual  says: 'picks the 
best individual every time'. This is hard to believe, because&nbsp;it should 
mate with itself (this is waste of computation time)?? Normally the population 
is ranked and every individual is given a probability p[i] in descending order 
(lineair, exponential..) then roulettewheel picks one out of it according to the 
chance p[i]. Does it work that way or deterministic (ex.&nbsp;25 
best)?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Tournament 
selection&nbsp;includes roulettewheel selection (from manual). Is this 
roulettewheel selection based on objective scores or fitness scores? Normally it 
picks a crowd randomly (without roulettewheel), no</FONT><FONT face=Arial 
size=2>?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Piet Kerckhove</FONT></DIV></BODY></HTML>