遗传算法
算法 

所属分类:人工智能/神经网络/深度学习
开发工具:WINDOWS
文件大小:2615KB
下载次数:1
上传日期:2017-09-09 20:15:17
上 传 者地质程序猿
说明:  根据遗传基因得来的一种算法,方便数值分析,更有利于对数值的处理分析
(An algorithm derived from genetic genes facilitates numerical analysis and is more conducive to numerical analysis)

文件列表:
遗传算法 (0, 2017-09-04)
遗传算法\2.files (0, 2017-09-04)
遗传算法\2.files\index.files (0, 2017-09-04)
遗传算法\2.files\index.files\bg.gif (80, 2004-09-01)
遗传算法\2.files\index.files\icon_menu_05.gif (244, 2004-09-01)
遗传算法\2.files\index.files\icon_menu_06.gif (181, 2004-09-01)
遗传算法\2.files\index.files\icon_menu_07.gif (147, 2004-09-01)
遗传算法\2.files\index.files\icon_menu_08.gif (154, 2004-09-01)
遗传算法\2.files\index.files\icon_menu_081.gif (156, 2004-09-01)
遗传算法\2.files\index.files\icon_menu_09.gif (228, 2004-09-01)
遗传算法\2.files\index.files\index.gif (1502, 2004-09-01)
遗传算法\2.files\index.htm (24205, 2004-09-01)
遗传算法\2.files\left.files (0, 2017-09-04)
遗传算法\2.files\left.files\blank.gif (58, 2004-09-01)
遗传算法\2.files\left.htm (1562, 2004-09-01)
遗传算法\2.files\view.files (0, 2017-09-04)
遗传算法\2.files\view.files\37270895.gif (2589, 2004-09-01)
遗传算法\2.files\view.files\advu.gif (161, 2004-09-01)
遗传算法\2.files\view.files\face_byhtsai_amuro.gif (835, 2004-09-01)
遗传算法\2.files\view.files\face_p15.gif (427, 2004-09-01)
遗传算法\2.files\view.files\flat_d.gif (233, 2004-09-01)
遗传算法\2.files\view.files\icon_copy.gif (441, 2004-09-01)
遗传算法\2.files\view.files\icon_email.gif (452, 2004-09-01)
遗传算法\2.files\view.files\icon_favorite.gif (470, 2004-09-01)
遗传算法\2.files\view.files\icon_find.gif (393, 2004-09-01)
遗传算法\2.files\view.files\icon_friend.gif (119, 2004-09-01)
遗传算法\2.files\view.files\icon_pm.gif (424, 2004-09-01)
遗传算法\2.files\view.files\icon_print.gif (118, 2004-09-01)
遗传算法\2.files\view.files\icon_profile.gif (558, 2004-09-01)
遗传算法\2.files\view.files\icon_quote.gif (445, 2004-09-01)
遗传算法\2.files\view.files\icon_watch.gif (1039, 2004-09-01)
遗传算法\2.files\view.files\newreply.gif (391, 2004-09-01)
遗传算法\2.files\view.files\next.gif (179, 2004-09-01)
遗传算法\2.files\view.files\none.gif (249, 2004-09-01)
遗传算法\2.files\view.files\pixel.gif (43, 2004-09-01)
遗传算法\2.files\view.files\post.gif (132, 2004-09-01)
遗传算法\2.files\view.files\post_d.gif (141, 2004-09-01)
遗传算法\2.files\view.files\post_n.gif (167, 2004-09-01)
遗传算法\2.files\view.files\prev.gif (174, 2004-09-01)
遗传算法\2.files\view.files\threaded.gif (264, 2004-09-01)
... ...

GAlib: A C++ Genetic Algorithm Library Copyright (c) 1994-1996 MIT, 1996-2000 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 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++, egcs, CC, and DCC. 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. 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' as the subject and nothing in the body of the email. To unsubscribe, send email with the word 'unsubscribe' as the subject. WHERE TO GET IT --------------------------------------------------------------- The source for this library is ftp://lancet.mit.edu/pub/ga/ Packages for MacOS, Windows, and UNIX are at the FTP site. The source code is the same for all platforms. Makefiles for UNIX and Windows are included in the standard distribution. Projects for MacOS and Windows compilers are available at the FTP site in the project_files directory. Graphic examples for windows are available as separate downloads in the files gademo.zip and tspdemo.zip. COMPILATION ------------------------------------------------------------------- There are two things to build: the library and the examples. You can build galib as a standalone library (static or shared). Here is the overview; if you need more information, see Installation.html in the doc directory. UNIX ------------------------------------------------------------------------- % make % make install You might want to modify makevars and ga/gaconfig.h. Win 95/NT -------------------------------------------------------------------- > nmake /f makefile.win32 You might want to modify makevars.win32 and ga/gaconfig.h. If you plan to use galib with MFC then be sure to define NO_STREAMS. MacOS ------------------------------------------------------------------------ The codewarrior5 project builds right out of the box. The project files are in the directory project_files on the ftp site. BUGS 'n STUFF ----------------------------------------------------------------- A current list of bugs is at http://lancet.mit.edu/ga/Bugs.html Send bug reports and suggestions for improvements to galib@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.

近期下载者

相关文件


收藏者