From bondry at gmail.com Mon Dec 1 07:21:52 2008 From: bondry at gmail.com (Handri Santoso) Date: Mon, 1 Dec 2008 19:21:52 +0700 Subject: [galib] compile GALib in VS2008 Express Edition Message-ID: Dear all, I just downloaded GALib247 and extracted the files to the GALib247 folder, there 3 main folder inside that folder, i.e., .doc, examples, ga I have tried to run GALib in VS2008 express edition as described at http://www.hyperdrifter.com/ai/software/compiling_galib_using_microsoft_visual_cpp.html I used the example file ex1.C which I rename to ex1.cpp, But I still got error message as below 2>------ Build started: Project: HaarGA, Configuration: Release Win32 ------ 2>Compiling... 2>ex1.cpp 2>.\ex1.cpp(28) : error C2065: 'STD_COUT' : undeclared identifier 2>.\ex1.cpp(29) : error C2065: 'STD_COUT' : undeclared identifier 2>.\ex1.cpp(30) : error C2065: 'STD_COUT' : undeclared identifier 2>.\ex1.cpp(30) : error C2065: 'STD_COUT' : undeclared identifier 2>.\ex1.cpp(30) : error C2228: left of '.flush' must have class/struct/union 2> type is ''unknown-type'' 2>.\ex1.cpp(70) : error C2065: 'STD_COUT' : undeclared identifier 2>Build log was saved at "file://d:\VS2008\Projects\vcpp2008\HaarGA\Release\BuildLog.htm" 2>HaarGA - 6 error(s), 0 warning(s) ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Could you help me solving the problems ? Did I miss some procedure that I should made ? Thank you for your attention Regards Handri From jeedward at yahoo.com Thu Dec 4 06:47:42 2008 From: jeedward at yahoo.com (John Edward) Date: Thu, 4 Dec 2008 03:47:42 -0800 (PST) Subject: [galib] Special Session on Genetic Algorithms Message-ID: <837418.41776.qm@web45903.mail.sp1.yahoo.com> Special Session on Genetic Algorithms at AIPR-09: call for papers ? There is a Special Session on Genetic Algorithms at the 2009 International Conference on Artificial Intelligence and Pattern Recognition (AIPR-09) (website: http://www.PromoteResearch.org) that 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/20081204/d727d26f/attachment.htm From jeedward at yahoo.com Sun Dec 28 08:53:20 2008 From: jeedward at yahoo.com (John Edward) Date: Sun, 28 Dec 2008 05:53:20 -0800 (PST) Subject: [galib] Special session on Genetic Algorithms Message-ID: <528251.86515.qm@web45910.mail.sp1.yahoo.com> Special Session on Genetic Algorithms at AIPR-09: call for papers ? There is a special session on Genetic Algorithms at the 2009 International Conference on Artificial Intelligence and Pattern Recognition (AIPR-09) (website: http://www.PromoteResearch.org) that 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/20081228/2ca6448b/attachment.htm From haidi_badr2 at hotmail.com Tue Dec 30 07:16:45 2008 From: haidi_badr2 at hotmail.com (haidi emade el dean) Date: Tue, 30 Dec 2008 12:16:45 +0000 Subject: [galib] new user needs help Message-ID: hello, Please i'm a new user to GALIB, i downloaded galib247 under suse 10.3 i created a c++ project and rename ex1.c to ex1.cpp add add it as a file in this project but when i tried to compile it i received this msg: --------------------------------------------------------------------------------------------------------------------------------------------- ex1.o: In function `main': /home/haidi/GAlib1/src/ex1.cpp:55: undefined reference to `GA2DBinaryStringGenome::GA2DBinaryStringGenome(unsigned int, unsigned int, float (*)(GAGenome&), void*)' /home/haidi/GAlib1/src/ex1.cpp:62: undefined reference to `GASimpleGA::GASimpleGA(GAGenome const&)' /home/haidi/GAlib1/src/ex1.cpp:63: undefined reference to `GASimpleGA::populationSize(unsigned int)' /home/haidi/GAlib1/src/ex1.cpp:71: undefined reference to `GAStatistics::bestIndividual(unsigned int) const' /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GASimpleGA::~GASimpleGA()' /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GASimpleGA::~GASimpleGA()' /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GA2DBinaryStringGenome::~GA2DBinaryStringGenome()' /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GA2DBinaryStringGenome::~GA2DBinaryStringGenome()' ex1.o: In function `GAParameterList::set(char const*, unsigned int)': /home/haidi/GAlib1/src/ga/GAParameter.h:78: undefined referen ce to `GAParameterList::set(char const*, void const*)' ex1.o: In function `GAGeneticAlgorithm::pMutation(float)': /home/haidi/GAlib1/src/ga/GABaseGA.h:186: undefined reference to `GAParameterList::set(char const*, double)' ex1.o: In function `GAGeneticAlgorithm::pCrossover(float)': /home/haidi/GAlib1/src/ga/GABaseGA.h:183: undefined reference to `GAParameterList::set(char const*, double)' ex1.o: In function `GAGeneticAlgorithm::evolve(unsigned int)': /home/haidi/GAlib1/src/ga/GABaseGA.h:138: undefined reference to `GAStatistics::flushScores()' ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- i will be thankful for any help please thank you for your time _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/galib/attachments/20081230/ef8739ea/attachment.htm From fr.teodoro at gmail.com Wed Dec 31 06:10:16 2008 From: fr.teodoro at gmail.com (fr.teodoro@gmail.com) Date: Wed, 31 Dec 2008 09:10:16 -0200 Subject: [galib] new user needs help In-Reply-To: References: Message-ID: <20081231111016.GA6073@lucy.pallas> Maybe you need to add the libga.a to your project. On Tue, Dec 30, 2008 at 12:16:45PM +0000, haidi emade el dean wrote: > > hello, > Please i'm a new user to GALIB, i downloaded galib247 under suse 10.3 > i created a c++ project and rename ex1.c to ex1.cpp add add it as a file in this project but when i tried to compile it i received this msg: > --------------------------------------------------------------------------------------------------------------------------------------------- > ex1.o: In function `main': > /home/haidi/GAlib1/src/ex1.cpp:55: undefined reference to `GA2DBinaryStringGenome::GA2DBinaryStringGenome(unsigned int, unsigned int, float (*)(GAGenome&), void*)' > /home/haidi/GAlib1/src/ex1.cpp:62: undefined reference to `GASimpleGA::GASimpleGA(GAGenome const&)' > /home/haidi/GAlib1/src/ex1.cpp:63: undefined reference to `GASimpleGA::populationSize(unsigned int)' > /home/haidi/GAlib1/src/ex1.cpp:71: undefined reference to `GAStatistics::bestIndividual(unsigned int) const' > /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GASimpleGA::~GASimpleGA()' > /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GASimpleGA::~GASimpleGA()' > /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GA2DBinaryStringGenome::~GA2DBinaryStringGenome()' > /home/haidi/GAlib1/src/ex1.cpp:74: undefined reference to `GA2DBinaryStringGenome::~GA2DBinaryStringGenome()' > ex1.o: In function `GAParameterList::set(char const*, unsigned int)': > /home/haidi/GAlib1/src/ga/GAParameter.h:78: undefined referen > ce to `GAParameterList::set(char const*, void const*)' > ex1.o: In function `GAGeneticAlgorithm::pMutation(float)': > /home/haidi/GAlib1/src/ga/GABaseGA.h:186: undefined reference to `GAParameterList::set(char const*, double)' > ex1.o: In function `GAGeneticAlgorithm::pCrossover(float)': > /home/haidi/GAlib1/src/ga/GABaseGA.h:183: undefined reference to `GAParameterList::set(char const*, double)' > ex1.o: In function `GAGeneticAlgorithm::evolve(unsigned int)': > /home/haidi/GAlib1/src/ga/GABaseGA.h:138: undefined reference to `GAStatistics::flushScores()' > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > i will be thankful for any help please > thank you for your time > > > > _________________________________________________________________ > News, entertainment and everything you care about at Live.com. Get it now! > http://www.live.com/getstarted.aspx > _______________________________________________ > galib mailing list > galib at mit.edu > http://mailman.mit.edu/mailman/listinfo/galib -- FRT