GA

所属分类:人工智能/神经网络/深度学习
开发工具:Others
文件大小:8685KB
下载次数:29
上传日期:2009-09-01 14:13:19
上 传 者chensd
说明:  遗传算法的资料大全,包括ppt,编程源码,几乎涵盖了学习遗传算法的所有内容。 强烈推荐
(Sourcebook of genetic algorithms, including ppt, programming source code, covering almost all the contents of learning genetic algorithm. Strongly recommended)

文件列表:
遗传算法资料大全\050318.pdf (142714, 2009-06-13)
遗传算法资料大全\20056153639781.rar (477289, 2009-06-13)
遗传算法资料大全\2009053116434999097.rar (173971, 2009-06-13)
遗传算法资料大全\4种算法.rar (523433, 2009-06-13)
遗传算法资料大全\53917477\A_LIFE.C (25468, 2000-05-23)
遗传算法资料大全\53917477\A_LIFE.EXE (84468, 2000-05-23)
遗传算法资料大全\53917477\cfile.txt (1364, 2000-05-15)
遗传算法资料大全\53917477\cfile1.txt (187, 2000-05-15)
遗传算法资料大全\53917477\Debug\scs.obj (124420, 2009-06-13)
遗传算法资料大全\53917477\Debug\vc60.pdb (69632, 2009-06-13)
遗传算法资料大全\53917477\efile.txt (1, 2000-05-15)
遗传算法资料大全\53917477\EGAVGA.BGI (5363, 1988-08-29)
遗传算法资料大全\53917477\ga.c (18941, 2000-05-23)
遗传算法资料大全\53917477\gaopt.c (12564, 2000-05-23)
遗传算法资料大全\53917477\GA_NN.C (10639, 2000-05-23)
遗传算法资料大全\53917477\GA_NN.EXE (72451, 2000-05-23)
遗传算法资料大全\53917477\gfile.txt (23, 2000-05-15)
遗传算法资料大全\53917477\graph.c (11177, 2000-05-23)
遗传算法资料大全\53917477\HZK16 (267616, 1995-12-22)
遗传算法资料大全\53917477\HZK24S (498528, 1995-08-12)
遗传算法资料大全\53917477\INPUT (37, 2000-05-15)
遗传算法资料大全\53917477\operator.c (2568, 2000-05-23)
遗传算法资料大全\53917477\PATMAT.c (13003, 2000-05-23)
遗传算法资料大全\53917477\PATMAT.EXE (98093, 2000-05-23)
遗传算法资料大全\53917477\PFILE.TXT (684, 2000-05-15)
遗传算法资料大全\53917477\REP.TXT (7283, 2000-05-15)
遗传算法资料大全\53917477\rfile.txt (5, 2000-05-15)
遗传算法资料大全\53917477\SAMPLE (8848, 2000-05-23)
遗传算法资料大全\53917477\scs.c (37062, 2000-05-23)
遗传算法资料大全\53917477\scs.cpp (37261, 2000-05-23)
遗传算法资料大全\53917477\scs.dsp (4596, 2000-07-10)
遗传算法资料大全\53917477\scs.dsw (529, 2000-06-03)
遗传算法资料大全\53917477\scs.ncb (50176, 2001-07-05)
遗传算法资料大全\53917477\scs.opt (48640, 2009-06-13)
遗传算法资料大全\53917477\scs.plg (2220, 2000-07-11)
遗传算法资料大全\53917477\sga.c (19018, 2009-06-13)
遗传算法资料大全\53917477\SGA.EXE (66929, 2000-05-23)
遗传算法资料大全\53917477\Sga.pif (967, 2000-05-23)
遗传算法资料大全\53917477\sga1.c (19018, 2009-06-13)
遗传算法资料大全\53917477\tfile.txt (26, 2000-05-15)
... ...

GAlib: A C++ Genetic Algorithm Library Copyright (c) 1994-1996 MIT, 19***-1999 Matthew Wall 27mar99 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 a cfront 3.0 compatible C++ compiler. I have tested GAlib on MacOS using Metrowerks and Symantec development environments, DOS/Windows using Borland C++ and MS VC++, and various UNIX platforms using g++, CC, and DCC. DOCUMENTATION, UPDATES and MAILING LIST --------------------------------------- Complete documentation in html format is available in the doc directory. The FTP site contains PDF and PostScript(tm) versions. For the most recent installation hints, bug fixes, and announcements, see the documentation at http://lancet.mit.edu/ga/ 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' in the subject and nothing in the body of the email. WHERE TO GET IT --------------------------------------------------------------- The source for this library is ftp://lancet.mit.edu/pub/ga/ There you will find MacOS, DOS/Windows, and UNIX versions of the library. The source code is the same for all platforms. Makefiles for UNIX are included in the UNIX distribution, projects for MacOS and Windows compilers are included in those distributions. COMPILATION ------------------------------------------------------------------- There are two things to build: the library and the examples. You can build galib as a standalone library (static or shared). Or you can compile the GAlib files you need directly into your project. The file gaconfig.h contains preprocessor macros that control the compilation of GAlib features. For UNIX, the makefiles should be modified to specify the appropriate compiler, install location, etc. For MacOS, the project file may need to be converted (depending on which compiler/version you are using). For Win32, the paths in the project will probably need to be reset. The file Installation.html in the doc directory has step-by-step instructions for the compilers/platforms on which I have been able to test. BUGS 'n STUFF ----------------------------------------------------------------- If you use GAlib to solve your problems, please let me know how you used it. A short paragraph describing the problem(s) on which you are working would be wonderful :) Send bug reports and suggestions for improvements to galib-request@mit.edu. When submitting a bug report, please include the GAlib version number, machine type, operating system and version number, and events that led up to you finding the bug.

近期下载者

相关文件


收藏者