From shreejith at in.com Wed Nov 4 01:04:25 2009 From: shreejith at in.com (SHREEJITH T V) Date: Wed, 04 Nov 2009 11:34:25 +0530 Subject: [galib] =?utf-8?q?diffficulty_in_writing_the_simulation__module?= Message-ID: <1257314665.2be8328f41144106f7144802f2367487@mail.in.com> hello i am right now doing my P G thesis on "a resource constrained project scheduling problem solution using genetic algorithm"...it's a practical case study... i have used primavera p3 to get the initial results.....that obtained successfully....now the ga part is remaining....i failed to write a programme for the simulation module....the objective function is the generalized version for rcpsp...the chromosome design is based on the priority given to activities.....there are 33 activites.....priority has given on a 133 scale basis....so can u please help to generatea simulation module...can u please gve or suggest any idea...please SHREEJITH T VDear galib! Get Yourself a cool, short @in.com Email ID now! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091104/9da477df/attachment.htm From jeedward at yahoo.com Sun Nov 8 12:12:35 2009 From: jeedward at yahoo.com (John Edward) Date: Sun, 8 Nov 2009 09:12:35 -0800 (PST) Subject: [galib] AIPR-10 Call for papers Message-ID: <497445.92288.qm@web45901.mail.sp1.yahoo.com> AIPR-10 Call for papers ? The 2010 International Conference on Artificial Intelligence and Pattern Recognition (AIPR-10) will be held during 12-14 of July 2010 in Orlando, FL, USA. AIPR is an important event in the areas of Artificial Intelligence (AI) as well as Pattern Recognition (PR) and focuses on all areas of AI, PR and related topics. The conference will be held at the same time and location where several other major international conferences will be taking place. The conference will be held as part of 2010 multi-conference (MULTICONF-10). ? MULTICONF-10 (website: http://www.promoteresearch.org) will be held during July 12-14, 2010 in Orlando, Florida, USA. The primary goal of MULTICONF is to promote research and developmental activities in computer science, information technology, control engineering, and related fields. Another goal is to promote the dissemination of research to a multidisciplinary audience and to facilitate communication among researchers, developers, practitioners in different fields. The following conferences are planned to be organized as part of MULTICONF-10. ? International Conference on Artificial Intelligence and Pattern Recognition (AIPR-10) ?International Conference on Automation, Robotics and Control Systems (ARCS-10) International Conference on Bioinformatics, Computational Biology, Genomics and Chemoinformatics (BCBGC-10) International Conference on Computer Networks (CN-10) International Conference on Enterprise Information Systems and Web Technologies (EISWT-10) International Conference on High Performance Computing Systems (HPCS-10) International Conference on Information Security and Privacy (ISP-10) International Conference on Image and Video Processing and Computer Vision (IVPCV-10) International Conference on Software Engineering Theory and Practice (SETP-10) International Conference on Theoretical and Mathematical Foundations of Computer Science (TMFCS-10) ? We invite draft paper submissions. Please see the website http://www.promoteresearch.org for more details. ? Sincerely John Edward Publicity committee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091108/1c85a2f8/attachment.htm From cvcaldwe at yahoo.com Mon Nov 9 09:12:02 2009 From: cvcaldwe at yahoo.com (Charmane Caldwell) Date: Mon, 9 Nov 2009 06:12:02 -0800 (PST) Subject: [galib] Constraints Message-ID: <897635.18065.qm@web39701.mail.mud.yahoo.com> Hi, This is my first time using galib and I had a questions about constraints. Does galib have any genetic algorithm objects that allows the user to have linear, nonlinear and/or bounded constraints. If so, which one? Is there an example in the one of the folders that shows how to set this up? cc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091109/a258f946/attachment.htm From fr.teodoro at gmail.com Mon Nov 9 09:36:26 2009 From: fr.teodoro at gmail.com (fr.teodoro@gmail.com) Date: Mon, 9 Nov 2009 12:36:26 -0200 Subject: [galib] Constraints In-Reply-To: <897635.18065.qm@web39701.mail.mud.yahoo.com> References: <897635.18065.qm@web39701.mail.mud.yahoo.com> Message-ID: <20091109143625.GD2826@lucy.pallas> On Mon, Nov 09, 2009 at 06:12:02AM -0800, Charmane Caldwell wrote: > ... > Does galib have any genetic algorithm objects that allows the user to have linear, nonlinear and/or bounded constraints. If so, which one? Is there an example in the one of the folders that shows how to set this up? Usually constraints are implemented in terms of penalties to the fitness in genetic algorithms. Try doing this in your objective function. HTH -- happiness is a bash prompt F?bio Roberto Teodoro http://identi.ca/frt From blazefirst at freemail.hu Mon Nov 9 10:21:04 2009 From: blazefirst at freemail.hu (Blazefirst) Date: Mon, 09 Nov 2009 16:21:04 +0100 Subject: [galib] Constraints In-Reply-To: <897635.18065.qm@web39701.mail.mud.yahoo.com> References: <897635.18065.qm@web39701.mail.mud.yahoo.com> Message-ID: <4AF83360.2070101@freemail.hu> You can start here: http://www.lania.mx/~ccoello/constraint.html http://www.lania.mx/~ccoello/techreports/constraintreport.ps.gz Charmane Caldwell ?rta: > Hi, > > This is my first time using galib and I had a questions about > constraints. Does galib have any genetic algorithm objects that allows > the user to have linear, nonlinear and/or bounded constraints. If so, > which one? Is there an example in the one of the folders that shows > how to set this up? > > cc > > ------------------------------------------------------------------------ > > _______________________________________________ > galib mailing list > galib at mit.edu > http://mailman.mit.edu/mailman/listinfo/galib > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20091109/8e13fa0f/attachment.htm