<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1258">
<META content="MSHTML 6.00.2900.2149" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dear all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm a student who are studying about solving 
multiobjective job shop scheduling by GA. I use multistage GA for 
evolution.</FONT></DIV>
<DIV><FONT face=Arial size=2>My algorithm is as follows:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 1. Evolve individual objectives 
by using GADemeGA, let say three population with&nbsp;popsize=50 (like standard 
parallel GA, I would like to use DemeGA ith different jobjective functions, each 
population is assigned to objective funtion, migration between them is 
used)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 2. After finish the first step 
(TerminateUponGeneration) I copy all evoled chromosomes to a new population 
(popsize=150) to continue second evolution process with weighted sum objective 
function used GASteadyStateGA. Use TerminateUponGeneration to finish. Another 
terminating condition is used to check. If ok: stop whole algorithm. Otherwise, 
copy evolved chromosomes from second evolution process (GASteadyStateGA for 
combined objective) to three initial populations.(copy best one third for each 
one)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm stuying GALib for that pupose but i'm not so 
experienced with C++. I have been studying GALib for haft of month but can not 
understand the whole library.</FONT></DIV>
<DIV><FONT face=Arial size=2>Could&nbsp;anyone kindly give me some instructions 
what I have to do with that? Do I need to drive new class? (my genome is 
an&nbsp;1D array of integer numbers, fixed length), </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you in advance, your help is highly 
appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>---------------------------------<BR>NGUYEN VAN 
LAM<BR>Email: <A 
href="mailto:nguyenvan.lam@ait.ac.th">nguyenvan.lam@ait.ac.th</A> 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
href="mailto:forest_jobs@yahoo.com.au">forest_jobs@yahoo.com.au</A></FONT></DIV></BODY></HTML>