From bogus@does.not.exist.com Sun Oct 11 21:09:57 2009 From: bogus@does.not.exist.com () Date: Mon, 12 Oct 2009 01:09:57 -0000 Subject: No subject Message-ID: Attachment Virus name Action taken ------------------------------------------------------------------------------ cf786216045.att Exploit.IFrame.FileDownloadRemoved Ppb.pif I-Worm.Klez.h Removed From supern3t at gmail.com Sun Oct 4 03:53:44 2009 From: supern3t at gmail.com (mika) Date: Sun, 4 Oct 2009 09:53:44 +0200 Subject: [galib] Discard solutions Message-ID: <18d93b250910040053h6ef5f9afm888d65d877de03fa@mail.gmail.com> Hello everybody, I'm trying to use galib and genetic algorithms for the first time, so I have a simple question for you! There is a way to reject a solution in the objective function? I'll try to be more understandable: this is the pseudocode describing what I want to do: float objective(GAGenome &g) { GARealGenome genome = (GARealGenome&)g; if(!possibleSolution(genome.gene(0), genome.gene(1)) DISCARD GENOME else return genome.gene(0)+genome.gene(1); } where possibleSolution() is my function that cheks if the solution is admisible or not. So, you could say "why doesn't you give a score=-999 when possibleSolution returns false?". Because I've seen that it produces an early stop of the search returning a solution with score -999!! Thank you in advance From padmakar_jadhav at hotmail.com Tue Oct 6 07:50:48 2009 From: padmakar_jadhav at hotmail.com (padmakar jadhav) Date: Tue, 6 Oct 2009 17:20:48 +0530 Subject: [galib] View my Pics Message-ID: ec269b47146b38f7fd517d1deaa38042 An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091006/1df5f2e0/attachment.htm From jaguilar at dem.ist.utl.pt Thu Oct 15 02:49:53 2009 From: jaguilar at dem.ist.utl.pt (jaguilar_dem) Date: Thu, 15 Oct 2009 07:49:53 +0100 Subject: [galib] Call for Abstracts to the Special Session CST2010-S17:"Non-Gradient Methods in Optimization" Message-ID: <000c01ca4d63$b383a290$1a8ae7b0$@ist.utl.pt> Dear Colleague, We would like to invite you to submit an abstract to the Special Session CST2010-S17 on the topic of "Non-Gradient Methods in Optimization" as part of the Tenth International Conference on Computational Structures Technology. The Tenth International Conference on Computational Structures Technology that will take place in Valencia, Spain from 14-17 September 2010: http://www.civil-comp.com/conf/cst2010.htm Please note that the call for papers for the conference closes on 15th November 2009. Please email this call to anyone you think may be interested. Best regards, The session organizers J.F. Aguilar Madeira, IDMEC/IST, Portugal H. Pina, IDMEC/IST, Portugal --------------------------_________________________________________ J.F. Aguilar Madeira (PhD) IDMEC-IST, Technical University of Lisbon Av. Rovisco Pais, 1040-001 Lisboa, Portugal Tel: +351218417466 Fax:+351218417915 e-mail: jaguilar at dem.ist.utl.pt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091015/d755ae10/attachment.htm From noreply at netlogmail.com Mon Oct 12 03:17:19 2009 From: noreply at netlogmail.com (padmakar jadhav) Date: Mon, 12 Oct 2009 03:17:19 -0400 (EDT) Subject: [galib] Visit my Netlog profile Message-ID: <20091012071719.43FA013A5855@mit.edu> Hey, I have created a Netlog profile with my pictures, videos, blogs and events and I want to add you as a friend so you can see it. You first need to register on Netlog! When you log in, you can create your own profile. Take a look: http://en.netlog.com/go/mailurl/type=invite_1&mailid=538735197&id=1&url=-L2dvL3JlZ2lzdGVyL2lkPTE0OTYzMjcyMTAmaT10OTE_ Cheers, padmakar ---------------------------------------------------------------- Don't want to receive invitations from your friends anymore? http://en.netlog.com/go/mailurl/type=invite_1&mailid=538735197&id=2&url=-L2dvL25vbWFpbHMvaW52aXRlL2VtYWlsPS1aMkZzYVdKQWJXbDBMbVZrZFFfXyZjb2RlPTA1OTIyNTkzJmlkPTE0OTYzMjcyMTAmaT10OTI_ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091012/2ced72ac/attachment-0001.htm From robert.c.green at gmail.com Tue Oct 20 10:53:13 2009 From: robert.c.green at gmail.com (Rob) Date: Tue, 20 Oct 2009 10:53:13 -0400 Subject: [galib] Objective Function inside a class Message-ID: Hello All, I've built a class and I would like to use GALib inside of it, but I keep getting an error. I am trying to do the following: GA2DBinaryStringGenome genome(width,height,(GAGenome::Evaluator)Objective); where Objective is a member function of my class. I keep getting the error : argument of type `float (GA::)(GAGenome&)' does not match `float (*)(GAGenome&)' Any suggestions? Thanks. -- Robert C. Green II (412) 860-4825 http://www.parallelcoding.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091020/5aab61bf/attachment.htm