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

📄 readme

📁 麻省理工开发的免费遗传算法类库GAlib,很好用
💻
字号:
GNU BitString object and GAlibmbwall 19sep95This directory contains some objects from the GNU library (libg++) that can beused with GAlib.  In particular, I have implemented a set of GAlib operatorsfor use with the GNU BitString object.  See the makefile for specifics, butbasically you can compile a mini-library using the code in this directory thenlink to that as well as GAlib when you compile your program.The GAlib-specific files are bitstr.C, bitstr.h, and gnuex.C.  bitstr.C andbitstr.h define the new genome class, and gnuex.C contains the main programthat runs the GA.I had to modify the GNU files a bit in order to make them work cross-platform.No major changes, just tweaks to the includes and removal of libg++ dependencies that I don't need for this example.This code has been tested on various UNIX machines.  I do not know if or howwell it work on DOS and/or Mac platforms.  At this point I do not have time totry to compile GNU code on those machines (especially when the code does suchlowlevel bit operations).COPYRIGHT and LICENSING ISSUESThe code in this directory is protected under the terms of the GNU public license (see the file COPYING for details).  Under the terms of that agreement,all of the code in this directory is free for any use.  It is included withGAlib as an example of how to integrate GAlib with other data structures.Please see the copyright notices in each file for specific ownership.  As works that use the GNU library (or parts thereof), the GAlib-specific files are Copyright MIT, but they are available for copying and distribution under the terms of the GNU public license agreement, not the terms of the general GAlib licensing agreement.

⌨️ 快捷键说明

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