galib digest, Vol 1 #41 - 2 msgs

Edmanuel Eduardo Torres Amaris edmanuel.torres at ecopetrol.com.co
Thu May 30 10:19:53 EDT 2002


Hi pcheung

I didn't need to use <iostream.h> head file so that run the examples in
MSVC&. I just needed to configure well the compiler. Looking for my sent
email into the thread: VC++ 6.0 LINKING PROBLEM

>Regards,
>_________________________________________
>Edmanuel E. Torres Amaris
edmanuel.torres at ecopetrol.com.co <mailto:edmanuel.torres at ecopetrol.com.co> 
eetorres at lycos.com <mailto:eetorres at lycos.com> 
>Tel 6356765 - of. 6740406
OSTG - Optics and Signals Treatment Group
>Universidad Industrial de Santander
>UIS - www.uis.edu.co <http://www.uis.edu.co>  
>Oilfield - ICP - ECOPETROL
www.ecopetrol.com.com <http://www.ecopetrol.com.com> 
>Bucaramanga
Colombia

	-----Original Message-----
	From:	pcheung [mailto:pcheung at bol.com.br]
	Sent:	Wednesday, May 29, 2002 1:04 PM
	To:	galib at mit.edu
	Subject:	Re:galib digest, Vol 1 #41 - 2 msgs

	Hi, 
	You should include some library files <iostream.h>
	peter 


	Send galib mailing list submissions to
	> 	galib at mit.edu
	> 
	> To subscribe or unsubscribe via the World Wide Web, 
	visit
	> 	http://lancet.mit.edu/mailman/listinfo/galib
	> or, via email, send a message with subject or 
	body 'help' to
	> 	galib-request at mit.edu
	> 
	> You can reach the person managing the list at
	> 	galib-admin at mit.edu
	> 
	> When replying, please edit your Subject line so it is 
	more specific
	> than "Re: Contents of galib digest..."
	> 
	> 
	> Today's Topics:
	> 
	>    1. FW: compile errors... (Edmanuel Eduardo Torres 
	Amaris)
	>    2. rank and tournament selection question (Piet 
	Kerckhove)
	> 
	> --__--__--
	> 
	> Message: 1
	> From: Edmanuel Eduardo Torres Amaris 
	<edmanuel.torres at ecopetrol.com.co>
	> To: "'galib at mit.edu'" <galib at mit.edu>
	> Subject: FW: compile errors...
	> Date: Tue, 28 May 2002 10:02:14 -0500
	> Reply-To: galib at mit.edu
	> 
	> Hi
	> 
	> I can resolve the problem, I just only needed to 
	change settings, I added
	> libc into ignore libraries
	> (i.e. Ignore libraries: libc)
	> 
	> 
	> >Regards,
	> >_________________________________________
	> >Edmanuel E. Torres Amaris
	> edmanuel.torres at ecopetrol.com.co
	> eetorres at lycos.com
	> >Tel 6356765 - of. 6740406
	> OSTG> - Optics and Signals Treatment Group
	> >Universidad Industrial de Santander
	> >UIS - www.uis.edu.co <http://www.uis.edu.co> 
	> >Oilfield - ICP - ECOPETROL
	> www.ecopetrol.com.com
	> >Bucaramanga
	> Colombia
	> 
	> -----Original Message-----
	> From:	Edmanuel Eduardo Torres Amaris 
	> Sent:	Tuesday, May 28, 2002 9:19 AM
	> To:	Galib
	> Subject:	compile errors...
	> 
	> Hi Galib
	> 
	> I am a new user, I achieve compile the ga.lib with 
	msv6 but I am treating to
	> compile an example without success. The example is 
	randtest.c, I changed its
	> name for randtest.cpp.
	> 
	> When I treat compile the file, I just only get the 
	following errors:
	> 
	> randtest.cpp(24) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(25) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(26) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(27) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(28) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(29) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(30) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(31) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(32) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(33) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(34) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(35) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(36) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(37) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(38) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(39) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(40) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(41) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(42) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(43) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(44) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(45) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(57) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(92) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(93) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(97) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(101) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(109) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(110) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(111) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(112) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(120) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(121) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(122) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(122) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(131) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(132) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(133) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(135) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(138) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(139) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(140) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(140) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(150) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(151) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(152) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(154) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(157) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(158) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(159) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(159) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(169) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(170) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(171) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(173) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(176) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(177) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(178) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(178) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(188) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(189) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(190) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(192) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(198) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(199) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(200) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(205) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(209) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(211) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(212) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(214) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(217) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(221) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(223) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(224) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(226) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(229) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(233) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(235) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(236) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(238) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(241) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(245) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(247) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(248) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(250) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(253) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(257) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(259) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(260) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(262) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(265) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(269) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(271) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(272) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(274) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(280) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(281) : error C2872: 'cerr' : ambiguous 
	symbol
	> randtest.cpp(282) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(288) : error C2872: 'cout' : ambiguous 
	symbol
	> randtest.cpp(291) : error C2872: 'cout' : ambiguous 
	symbol
	> 
	> What I want to do in order to do a work around to this 
	problem? 
	> 
	> >Regards,
	> >_________________________________________
	> >Edmanuel E. Torres Amaris
	> >edmanuel.torres at ecopetrol.com.co
	> ><http://be205-
	mail.mail.lycos.com:80/60351556283813131054072/ab_mailto_
	from
	> a
	> >b.femail?wholemailimnuel%2etorres at ecopetrol.com.co>
	> >eetorres at lycos.com
	> >Tel 6356765 - of. 6740406
	> >GOTS - Grupo de Optica y Tratamiento de Senales
	> >Universidad Industrial de Santander
	> >UIS - www.uis.edu.co <http://www.uis.edu.co> 
	> >Yacimientos - ICP - ECOPETROL
	> >www.ecopetrol.com.com
	> >Bucaramanga Colombia
	> 
	> --__--__--
	> 
	> Message: 2
	> From: "Piet Kerckhove" <piet.kerckhove at rug.ac.be>
	> To: <galib at mit.edu>
	> Subject: rank and tournament selection question
	> Date: Wed, 29 May 2002 15:34:39 +0200
	> Reply-To: galib at mit.edu
	> 
	> This is a multi-part message in MIME format.
	> 
	> ------=_NextPart_000_0126_01C20726.58C45A10
	> Content-Type: text/plain;
	> 	charset="iso-8859-1"
	> Content-Transfer-Encoding: quoted-printable
	> 
	> Hello,
	> 
	>     What does the rank selector from the library 
	exactly do? The manual  =
	> says: 'picks the best individual every time'. This is 
	hard to believe, =
	> because 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. 25 best)?
	> 
	>     Tournament selection 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?
	> 
	> Thank you,
	> 
	> Piet Kerckhove
	> 
	> ------=_NextPart_000_0126_01C20726.58C45A10
	> Content-Type: text/html;
	> 	charset="iso-8859-1"
	> Content-Transfer-Encoding: quoted-printable
	> 
	> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 
	Transitional//EN">
	> <HTML><HEAD>
	> <META content=3D"text/html; charset=3Diso-8859-1" =
	> http-equiv=3DContent-Type>
	> <META content=3D"MSHTML 5.00.3502.4856" 
	name=3DGENERATOR>
	> <STYLE></STYLE>
	> </HEAD>
	> <BODY bgColor=3D#ffffff>
	> <DIV><FONT face=3DArial size=3D2>Hello,</FONT></DIV>
	> <DIV> </DIV>
	> <DIV><FONT face=3DArial size=3D2>    What does the 
	rank=20
	> selector from the library exactly do? The manual  
	says: 'picks =
	> the=20
	> best individual every time'. This is hard to believe, 
	because it =
	> should=20
	> mate with itself (this is waste of computation time)?? 
	Normally the =
	> population=20
	> is ranked and every individual is given a probability p
	[i] in descending =
	> order=20
	> (lineair, exponential..) then roulettewheel picks one 
	out of it =
	> according to the=20
	> chance p[i]. Does it work that way or deterministic 
	(ex. 25=20
	> best)?</FONT></DIV>
	> <DIV> </DIV>
	> <DIV><FONT face=3DArial size=3D2>    Tournament=20
	> selection includes roulettewheel selection (from 
	manual). Is this=20
	> roulettewheel selection based on objective scores or 
	fitness scores? =
	> Normally it=20
	> picks a crowd randomly (without roulettewheel), 
	no</FONT><FONT =
	> face=3DArial=20
	> size=3D2>?</FONT></DIV>
	> <DIV> </DIV>
	> <DIV><FONT face=3DArial size=3D2>Thank 
	you,</FONT></DIV>
	> <DIV> </DIV>
	> <DIV><FONT face=3DArial size=3D2>Piet =
	> Kerckhove</FONT></DIV></BODY></HTML>
	> 
	> ------=_NextPart_000_0126_01C20726.58C45A10--
	> 
	> 
	> --__--__--
	> 
	> _______________________________________________
	> galib mailing list
	> galib at mit.edu
	> http://lancet.mit.edu/mailman/listinfo/galib
	> 
	> 
	> End of galib Digest
	> 

	 
	
__________________________________________________________________________
	Quer ter seu proprio endereco na Internet?
	Garanta ja o seu e ainda ganhe cinco e-mails personalizados.
	DominiosBOL - http://dominios.bol.com.br


	_______________________________________________
	galib mailing list
	galib at mit.edu
	http://lancet.mit.edu/mailman/listinfo/galib



More information about the galib mailing list