galib

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:511KB
下载次数:47
上传日期:2006-02-10 17:47:56
上 传 者xiaofcen
说明:  遗传算法库,由MIT的人用C++语言编写。从网上下载的免费软件,还不错!
(genetic algorithm library, from MIT with the C language. From the Internet to download free software, but also good!)

文件列表:
galib246 (0, 2005-01-31)
galib246\ChangeLog (822, 2005-01-12)
galib246\COPYRIGHT (1706, 2005-01-31)
galib246\doc (0, 2005-01-31)
galib246\doc\API.html (174648, 1999-12-15)
galib246\doc\ClassHierarchy.html (4713, 1999-12-15)
galib246\doc\Copyright.html (2058, 2005-01-31)
galib246\doc\Extensions.html (26425, 1999-12-15)
galib246\doc\FeatureList.html (4787, 1999-12-15)
galib246\doc\GAlib.html (2838, 2005-01-12)
galib246\doc\images (0, 2005-01-31)
galib246\doc\images\ArraySinglePointCrossover.gif (297, 1999-11-11)
galib246\doc\images\ArraySinglePointCrossover1.gif (308, 1999-11-11)
galib246\doc\images\ArrayUniformCrossover.gif (421, 1999-11-11)
galib246\doc\images\GAArray.gif (825, 1999-11-11)
galib246\doc\images\GAHierarchy.gif (1293, 1999-11-11)
galib246\doc\images\GAList.gif (526, 1999-11-11)
galib246\doc\images\GATree.gif (1220, 1999-11-11)
galib246\doc\images\Generational.gif (1207, 1999-11-11)
galib246\doc\images\GenomeHierarchy.gif (7015, 1999-11-11)
galib246\doc\images\ListDestructiveMutation.gif (176, 1999-11-11)
galib246\doc\images\ListGenerativeMutation.gif (341, 1999-11-11)
galib246\doc\images\ListOrderCrossover.gif (787, 1999-11-11)
galib246\doc\images\ListSinglePointCrossover.gif (599, 1999-11-11)
galib246\doc\images\ListSwapNodeMutation.gif (297, 1999-11-11)
galib246\doc\images\ListSwapSequenceMutation.gif (404, 1999-11-11)
galib246\doc\images\NCubeMigration.gif (454, 1999-11-11)
galib246\doc\images\ScalingHierarchy.gif (1773, 1999-11-11)
galib246\doc\images\SelectionHierarchy.gif (2183, 1999-11-11)
galib246\doc\images\SteadyState.gif (878, 1999-11-11)
galib246\doc\images\SteppingStoneMigration.gif (297, 1999-11-11)
galib246\doc\images\TreeDestructiveMutation.gif (395, 1999-11-11)
galib246\doc\images\TreeSinglePointCrossover.gif (998, 1999-11-11)
galib246\doc\images\TreeSwapNodeMutation.gif (247, 1999-11-11)
galib246\doc\images\TreeSwapTreeMutation.gif (528, 1999-11-11)
galib246\doc\Installation.html (14228, 2005-01-12)
galib246\doc\OtherSites.html (1592, 2000-02-03)
galib246\doc\Overview.html (29645, 1999-12-15)
galib246\doc\References.html (2143, 1999-12-15)
galib246\examples (0, 2005-01-31)
... ...

GAlib: A C++ Genetic Algorithm Library Copyright (c) 1994-1996 MIT, 1996-2005 Matthew Wall GAlib is a C++ library of genetic algorithm objects. With GAlib you can add evolutionary algorithm optimization to almost any program using any data representation and standard or custom selection, crossover, mutation, scaling, and termination methods. The library requires reasonable C++ compiler. I have tested GAlib on MacOS using Metrowerks and Symantec development environments, MacOSX using gcc2/3, DOS/Windows using Borland C++ and MS VC++, and various UNIX platforms using g++, egcs, CC, DCC, xlC, and aCC. Graphic examples (XWindows/Motif and MS Windows) are available, as are parallel, distributed implementations using PVM. There are about 30 examples that illustrate various ways to use GAlib on a variety of problems. WHERE TO GET IT --------------------------------------------------------------- http://lancet.mit.edu/ga ftp://lancet.mit.edu/pub/ga/ COMPILATION ------------------------------------------------------------------- There are two things to build: the library and the examples. Here is the short version of how to build and test everything: On unix, % make test On windows, with MS VC++, > nmake /f makefile.vcpp test On windows, with Borland, > make -f makefile.bcc test If that does not work, then here are the files you might have to modify: - ga/gaconfig.h - this contains the macros that control library options - makevars - compiler and linker options for each compilier/os - makefile - the actual build rules for putting everything together If you still have problems, look at Installation.html in the doc directory. DOCUMENTATION and MAILING LIST ------------------------------------------------ Complete documentation in html format is available in the doc directory. The distribution site contains PDF and PostScript(tm) versions. A current list of bugs is at http://lancet.mit.edu/ga/Bugs.html There are two GAlib mailing lists: galib@mit.edu and galib-announce@mit.edu The first list is an unmoderated list intended as a forum for galib users to help each other. The second is only for announcements about GAlib updates. To subscribe, send email to galib-request@mit.edu (or galib-announce-request) with the word 'subscribe' as the subject and nothing in the body of the email. To unsubscribe, send email with the word 'unsubscribe' as the subject.

近期下载者

相关文件


收藏者