⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 麻省理工开发的免费遗传算法类库GAlib,很好用
💻
字号:
GAlib: A C++ Genetic Algorithm LibraryCopyright (c) 1994-1996 MIT, 1996-2000 Matthew WallGAlib 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 examplesthat 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.eduThe first list is an unmoderated list intended as a forum for galib users tohelp 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 codeis the same for all platforms.  Makefiles for UNIX and Windows are included inthe standard distribution.  Projects for MacOS and Windows compilers are available at the FTP site in the project_files directory.  Graphic examplesfor windows are available as separate downloads in the files gademo.zip andtspdemo.zip.COMPILATION -------------------------------------------------------------------There are two things to build: the library and the examples.  You can buildgalib as a standalone library (static or shared).  Here is the overview; ifyou 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.htmlSend bug reports and suggestions for improvements to galib@mit.edu.  When submitting a bug report, please include the GAlib version number, machinetype, operating system and version number, and events that led up to you finding the bug.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -