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

📄 readme

📁 解两类组合优化问题的遗传算法,希望有关学习这方面的同学参考。
💻
字号:
GAlib: A C++ Genetic Algorithm LibraryCopyright (c) 1994-1996 MIT, 1998-1999 Matthew Wall27mar99GAlib 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.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' 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.  Thesource code is the same for all platforms.  Makefiles for UNIX are included inthe 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 buildgalib as a standalone library (static or shared).  Or you can compile the GAlibfiles you need directly into your project.The file gaconfig.h contains preprocessor macros that control the compilationof GAlib features.  For UNIX, the makefiles should be modified to specify theappropriate compiler, install location, etc.  For MacOS, the project file mayneed to be converted (depending on which compiler/version you are using).  ForWin32, 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 bewonderful :)Send bug reports and suggestions for improvements to galib-request@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 + -