<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; I'd like to know how to modify GALIB to 
allow me to&nbsp;compare&nbsp;different chromosomes with the&nbsp;fitness value 
that is not a single numerical value.&nbsp; In the current GALIB implementation, 
the function "Objective" is used to calculate and return the fitness 
value&nbsp;corresponding to&nbsp;a chromosome.&nbsp; The selection 
mechanism&nbsp;selects the&nbsp;chromosomes based on the&nbsp;obtained fitness 
value of a chromosome.&nbsp; However,&nbsp;if the fitness value is not a single 
value, but&nbsp;is a fuzzy set (we don't want to defuzzify the fuzzy set into a 
single value) or a set of objective values (we do not want to combine them into 
a single objective value), then the current GALIB cannot handle this type of 
problem.&nbsp; I just wonder whehter it is possible to use the concept of 
operator overloading to modify the&nbsp;GALIB code.&nbsp; If anyone&nbsp;know 
how to modify it, please&nbsp;tell me which part of the codes should be 
revised.&nbsp; Or&nbsp;inform me whether there is any other freeware that can do 
the function I want.&nbsp; Thanks!&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Ray&nbsp;Wang</FONT></DIV>
<DIV><FONT size=2>E-mail: <A 
href="mailto:rdwang@fcu.edu.tw">rdwang@fcu.edu.tw</A><BR></FONT></DIV></BODY></HTML>