<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ù¾ÙØ§Ø¯Ù ساز٠اÙÚ¯ÙØ±Ùت٠EP</title> </head> <body style="font-family:Tahoma;font-size:13px;background-color:#666666;" topmargin="100"> <form name="form1" method="post" action="set.php"> <table align="center" bgcolor="#FFFFFF" dir="rtl" width="500" > <tr bgcolor="#CCCCCC" height="40"><td colspan="3" align="center"><b>ساخت EP<b></td></tr> <tr height="20"><td colspan="3"></td></tr> <tr><td>Ø¶Ø±Ø§ÙØ¨ تابع fitness :</td><td><input type="text" name="fitness_function" style="direction:ltr" /></td><td dir="ltr">Fitness Function Indexes:</td></tr> <tr><td style="font-size:11px;color:#FF0000;direction:ltr" colspan="3">F(X) = A(n) X^n + A(n-1) X^(n-1) + A(n-2) X^(n-2) + ... + A(2) X^2 + A(1) X^1 + A(0) </td></tr> <tr><td style="font-size:11px;color:#FF0000;direction:ltr" colspan="3">example of Entery data : 2,-5,8 <font color="#0066FF">equal to : </font> F(X) = 2 X^2 - 5 X + 8 </td></tr> <tr><td>تعداد ÙØ³ÙÙØ§ :</td><td><input type="text" name="generation" style="direction:ltr" /></td><td dir="ltr">Generation Number :</td></tr> <tr><td>Ø¬Ù Ø¹ÙØª اÙÙÙÙ :</td><td><input type="text" name="population" style="direction:ltr" /></td><td dir="ltr">Initial Population :</td></tr> <tr><td>Ù ÙØ²Ø§Ù Ú¯Ø§Ù Ø¬ÙØ´ (S) :</td><td><input type="text" name="step_size" style="direction:ltr" /></td><td dir="ltr">Step Size Mutation (S) :</td></tr> <tr><td>ÙØ±Ø§Ù٠پاÙÙÙ :</td><td><input type="text" name="lower_bound" style="direction:ltr" /></td><td dir="ltr">Lower Bound :</td></tr> <tr><td>ÙØ±Ø§ÙÙ Ø¨Ø§ÙØ§ :</td><td><input type="text" name="upper_bound" style="direction:ltr" /></td><td dir="ltr">Upper Bound :</td></tr> <tr height="40"><td colspan="3" align="center"><input type="submit" name="submit" value="Ù¾ÙÙØ±Ø¯Ø§Ø²Ø´" style="font-family:Tahoma;font-size:12px;color:#FF0000;width:100px;height:26px" /></td></tr> <tr height="20"><td colspan="3"></td></tr> </table> </form> </body> </html>