From jeedward at yahoo.com Sat May 2 07:29:01 2009 From: jeedward at yahoo.com (John Edward) Date: Sat, 2 May 2009 04:29:01 -0700 (PDT) Subject: [galib] Extended draft paper submission: AIPR-09 call for papers Message-ID: <539071.53070.qm@web45916.mail.sp1.yahoo.com> Extended draft paper submission: AIPR-09 call for papers ? This Extended Call for Papers is for those who didn't get a chance to submit the papers for the earlier call for papers. The papers received and accepted in response to this extended call for papers will be included in the final version of the respective conference proceedings. These proceedings will be either ready by the time of the conference (i.e., they will be available during the conference) or soon after the conference (before the end of August 2009), based how fast the proceedings can be prepared. Note: If you have already submitted a paper (whether accepted or rejected or currently under review) for MULTICONF-09, please DO NOT submit that paper again to this extended call for papers. IMPORTANT DATES: Draft paper submission date: May 11, 2009 Acceptance/rejection decision: May 21, 2009 Camera ready paper and copyright and pre-registration due: May 28, 2009 Conference dates: July 13-16, 2009 ? The 2009 International Conference on Artificial Intelligence and Pattern Recognition (AIPR-09) (website: http://www.PromoteResearch.org) will be held during July 13-16 2009 in Orlando, FL, USA. We invite draft paper submissions. The conference will take place at the same time and venue where several other international conferences are taking place. The other conferences include: ????????? International Conference on Automation, Robotics and Control Systems (ARCS-09) ????????? International Conference on Bioinformatics, Computational Biology, Genomics and Chemoinformatics (BCBGC-09) ????????? International Conference on Enterprise Information Systems and Web Technologies (EISWT-09) ????????? International Conference on High Performance Computing, Networking and Communication Systems (HPCNCS-09) ????????? International Conference on Information Security and Privacy (ISP-09) ????????? International Conference on Recent Advances in Information Technology and Applications (RAITA-09) ????????? International Conference on Software Engineering Theory and Practice (SETP-09) ????????? International Conference on Theory and Applications of Computational Science (TACS-09) ????????? International Conference on Theoretical and Mathematical Foundations of Computer Science (TMFCS-09) ? The website http://www.PromoteResearch.org contains more details. ? Sincerely John Edward Publicity committee ? ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20090502/114439f9/attachment.htm From phhht at earthlink.net Mon May 18 12:32:29 2009 From: phhht at earthlink.net (philip tucker) Date: Mon, 18 May 2009 09:32:29 -0700 Subject: [galib] refactored GAPopulation Message-ID: <08A78356-8282-4ADA-BA45-3E1D81F544E7@earthlink.net> I'm a retired C++ programmer. For fun, I've refactored GAPopulation, using iterators instead of loops. It's a bit faster than the orig on my old G4 cube, g++4. I'm working from the latest sources. Is anyone interested? From fr.teodoro at gmail.com Mon May 18 13:15:50 2009 From: fr.teodoro at gmail.com (=?UTF-8?Q?F=C3=A1bio_Roberto_Teodoro?=) Date: Mon, 18 May 2009 14:15:50 -0300 Subject: [galib] refactored GAPopulation In-Reply-To: <08A78356-8282-4ADA-BA45-3E1D81F544E7@earthlink.net> References: <08A78356-8282-4ADA-BA45-3E1D81F544E7@earthlink.net> Message-ID: I'm interested. Where could I get the code? 2009/5/18 philip tucker : > I'm a retired C++ programmer. ?For fun, I've refactored GAPopulation, > using iterators instead of loops. ?It's a bit faster than the orig on > my old G4 cube, g++4. ?I'm working from the latest sources. > > Is anyone interested? > > > _______________________________________________ > galib mailing list > galib at mit.edu > http://mailman.mit.edu/mailman/listinfo/galib > -- F?bio Roberto Teodoro From bgaal at ginf.hu Tue May 19 20:48:37 2009 From: bgaal at ginf.hu (GAAL, Balazs) Date: Wed, 20 May 2009 02:48:37 +0200 Subject: [galib] multi-objective extension to GALib Message-ID: <4A135365.8090606@ginf.hu> We have created an extension which sits on top of GALib and provides multi-objective optimization functionality. Three popular algorithms (NSGA2, SPEA2 and MicroGA) have been implemented. Drop me a mail if you are intrested in the source code. We intend to make a website for this extension and some documentation too. At the moment, all I can provide you is the code with minimal documentation. Kind regards! Balazs