文件名称:galib245.zip

  • 所属分类:
  • 数值算法/人工智能
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2024-04-19
  • 文件大小:
  • 495.06kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

麻省理工开发的免费遗传算法类库GAlib,很好用,我用它实现过一些具体问题的遗传算法。
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : galib245.zip 列表
COPYRIGHT
LICENSE
README
RELEASE-NOTES
doc/
doc/images/
doc/images/ArraySinglePointCrossover.gif
doc/images/ArraySinglePointCrossover1.gif
doc/images/ArrayUniformCrossover.gif
doc/images/ChromSet.jpg
doc/images/CrumpledPaper.gif
doc/images/GAArray.gif
doc/images/GAHierarchy.gif
doc/images/GAList.gif
doc/images/GATree.gif
doc/images/Generational.gif
doc/images/GenomeHierarchy.gif
doc/images/ListDestructiveMutation.gif
doc/images/ListGenerativeMutation.gif
doc/images/ListOrderCrossover.gif
doc/images/ListSinglePointCrossover.gif
doc/images/ListSwapNodeMutation.gif
doc/images/ListSwapSequenceMutation.gif
doc/images/NCubeMigration.gif
doc/images/ScalingHierarchy.gif
doc/images/SelectionHierarchy.gif
doc/images/SteadyState.gif
doc/images/SteppingStoneMigration.gif
doc/images/TreeDestructiveMutation.gif
doc/images/TreeSinglePointCrossover.gif
doc/images/TreeSwapNodeMutation.gif
doc/images/TreeSwapTreeMutation.gif
doc/images/WarningIcon.gif
doc/API.html
doc/ClassHierarchy.html
doc/Copyright.html
doc/Extensions.html
doc/FeatureList.html
doc/GAlib.html
doc/Installation.html
doc/OtherSites.html
doc/Overview.html
doc/References.html
doc/Register.html
examples/
examples/README.html
examples/README
examples/makefile
examples/ex1.C
examples/ex10.C
examples/ex11.C
examples/ex12.C
examples/ex13.C
examples/ex14.C
examples/ex15.C
examples/ex16.C
examples/ex17.C
examples/ex18.C
examples/ex19.C
examples/ex2.C
examples/ex20.C
examples/ex21.C
examples/ex22.C
examples/ex23.C
examples/ex24.C
examples/ex25.C
examples/ex26.C
examples/ex27.C
examples/ex3.C
examples/ex4.C
examples/ex5.C
examples/ex6.C
examples/ex7.C
examples/ex8.C
examples/ex9.C
examples/gnu/
examples/gnu/AllocRing.cc
examples/gnu/AllocRing.h
examples/gnu/BitString.cc
examples/gnu/BitString.h
examples/gnu/COPYING.LIB
examples/gnu/Obstack.cc
examples/gnu/Obstack.h
examples/gnu/README
examples/gnu/bitand.c
examples/gnu/bitany.c
examples/gnu/bitblt.c
examples/gnu/bitclear.c
examples/gnu/bitcopy.c
examples/gnu/bitcount.c
examples/gnu/bitdo1.h
examples/gnu/bitdo2.h
examples/gnu/bitinvert.c
examples/gnu/bitlcomp.c
examples/gnu/bitprims.h
examples/gnu/bitset1.c
examples/gnu/bitstr.C
examples/gnu/bitstr.h
examples/gnu/bitxor.c
examples/gnu/builtin.cc
examples/gnu/builtin.h
examples/gnu/error.cc
examples/gnu/gnuex.C
examples/gnu/makefile
examples/makefile.win32
examples/randtest.C
examples/seed.C
examples/settings.txt
examples/smiley.txt
examples/tsp_rect_20.txt
examples/values.txt
examples/graphic/
examples/graphic/bitmaps/
examples/graphic/bitmaps/ffst.xbm
examples/graphic/bitmaps/ffwd.xbm
examples/graphic/bitmaps/fwds.xbm
examples/graphic/bitmaps/gaview.xbm
examples/graphic/bitmaps/rew.xbm
examples/graphic/bitmaps/stop.xbm
examples/graphic/GAView.ad
examples/graphic/TSPView.ad
examples/graphic/gaview.C
examples/graphic/makefile
examples/graphic/settings.txt
examples/graphic/tsp_rect_20.txt
examples/graphic/tspview.C
examples/pvmind/
examples/pvmind/Makefile.aimk
examples/pvmind/README
examples/pvmind/genome.C
examples/pvmind/genome.h
examples/pvmind/master.C
examples/pvmind/slave.C
examples/pvmpop/
examples/pvmpop/Makefile.aimk
examples/pvmpop/PVMDemeGA.C
examples/pvmpop/PVMDemeGA.h
examples/pvmpop/README
examples/pvmpop/genome.C
examples/pvmpop/genome.h
examples/pvmpop/master.C
examples/pvmpop/settings.txt
examples/pvmpop/slave.C
examples/test_results-winnt.txt
examples/test_results-linux.txt
ga/
ga/makefile.sources
ga/GA1DArrayGenome.C
ga/GA1DArrayGenome.h
ga/GA1DBinStrGenome.C
ga/GA1DBinStrGenome.h
ga/GA2DArrayGenome.C
ga/GA2DArrayGenome.h
ga/GA2DBinStrGenome.C
ga/GA2DBinStrGenome.h
ga/GA3DArrayGenome.C
ga/GA3DArrayGenome.h
ga/GA3DBinStrGenome.C
ga/GA3DBinStrGenome.h
ga/GAAllele.C
ga/GAAllele.h
ga/GAArray.h
ga/GABaseGA.C
ga/GABaseGA.h
ga/GABin2DecGenome.C
ga/GABin2DecGenome.h
ga/GABinStr.C
ga/GABinStr.h
ga/GADCrowdingGA.C
ga/GADCrowdingGA.h
ga/GADemeGA.C
ga/GADemeGA.h
ga/GAEvalData.h
ga/GAGenome.C
ga/GAGenome.h
ga/GAIncGA.C
ga/GAIncGA.h
ga/GAList.C
ga/GAList.h
ga/GAListBASE.C
ga/GAListBASE.h
ga/GAListGenome.C
ga/GAListGenome.h
ga/GAMask.h
ga/GANode.h
ga/GAParameter.C
ga/GAParameter.h
ga/GAPopulation.C
ga/GASStateGA.C
ga/GAPopulation.h
ga/GARealGenome.C
ga/GARealGenome.h
ga/GASStateGA.h
ga/GAScaling.C
ga/GAScaling.h
ga/GASelector.C
ga/GASelector.h
ga/GASimpleGA.C
ga/GASimpleGA.h
ga/GAStatistics.C
ga/GAStatistics.h
ga/GAStringGenome.C
ga/GAStringGenome.h
ga/GATree.C
ga/GATree.h
ga/GATreeBASE.C
ga/GATreeBASE.h
ga/GATreeGenome.C
ga/GATreeGenome.h
ga/ga.h
ga/gabincvt.C
ga/gabincvt.h
ga/gaconfig.h
ga/gaerror.C
ga/gaerror.h
ga/gaid.h
ga/garandom.C
ga/garandom.h
ga/gatypes.h
ga/gaversion.h
ga/makefile
ga/makefile.win32
makefile
makefile.win32
makevars
makevars.win32
VERSION

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org