文件名称:GACODE.zip

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

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

遗传算法求解优化问题,简明教程加示例
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : GACODE.zip 列表
GACode/doc/
GACode/doc/images/
GACode/doc/images/ArraySinglePointCrossover.gif
GACode/doc/images/ArraySinglePointCrossover1.gif
GACode/doc/images/ArrayUniformCrossover.gif
GACode/doc/images/ChromSet.jpg
GACode/doc/images/CrumpledPaper.gif
GACode/doc/images/GAArray.gif
GACode/doc/images/GAHierarchy.gif
GACode/doc/images/GAList.gif
GACode/doc/images/GATree.gif
GACode/doc/images/Generational.gif
GACode/doc/images/GenomeHierarchy.gif
GACode/doc/images/ListDestructiveMutation.gif
GACode/doc/images/ListGenerativeMutation.gif
GACode/doc/images/ListOrderCrossover.gif
GACode/doc/images/ListSinglePointCrossover.gif
GACode/doc/images/ListSwapNodeMutation.gif
GACode/doc/images/ListSwapSequenceMutation.gif
GACode/doc/images/NCubeMigration.gif
GACode/doc/images/ScalingHierarchy.gif
GACode/doc/images/SelectionHierarchy.gif
GACode/doc/images/SteadyState.gif
GACode/doc/images/SteppingStoneMigration.gif
GACode/doc/images/TreeDestructiveMutation.gif
GACode/doc/images/TreeSinglePointCrossover.gif
GACode/doc/images/TreeSwapNodeMutation.gif
GACode/doc/images/TreeSwapTreeMutation.gif
GACode/doc/images/WarningIcon.gif
GACode/doc/API.html
GACode/doc/ClassHierarchy.html
GACode/doc/Copyright.html
GACode/doc/Extensions.html
GACode/doc/FeatureList.html
GACode/doc/GAlib.html
GACode/doc/Installation.html
GACode/doc/OtherSites.html
GACode/doc/Overview.html
GACode/doc/References.html
GACode/doc/Register.html
GACode/examples/
GACode/examples/ex1.C
GACode/examples/ex10.C
GACode/examples/ex11.C
GACode/examples/ex12.C
GACode/examples/ex13.C
GACode/examples/ex14.C
GACode/examples/ex15.C
GACode/examples/ex16.C
GACode/examples/ex17.C
GACode/examples/ex18.C
GACode/examples/ex19.C
GACode/examples/ex2.C
GACode/examples/ex20.C
GACode/examples/ex21.C
GACode/examples/ex22.C
GACode/examples/ex23.C
GACode/examples/ex24.C
GACode/examples/ex25.C
GACode/examples/ex26.C
GACode/examples/ex27.C
GACode/examples/ex3.C
GACode/examples/ex4.C
GACode/examples/ex5.C
GACode/examples/ex6.C
GACode/examples/ex7.C
GACode/examples/ex8.C
GACode/examples/ex9.C
GACode/examples/randtest.C
GACode/examples/README
GACode/examples/README.html
GACode/examples/results.txt
GACode/examples/seed.C
GACode/examples/settings.txt
GACode/examples/smiley.txt
GACode/examples/test_results.txt
GACode/examples/tsp_rect_20.txt
GACode/examples/values.txt
GACode/ga/
GACode/ga/ga.h
GACode/ga/GA1DArrayGenome.C
GACode/ga/GA1DArrayGenome.h
GACode/ga/GA1DBinStrGenome.C
GACode/ga/GA1DBinStrGenome.h
GACode/ga/GA2DArrayGenome.C
GACode/ga/GA2DArrayGenome.h
GACode/ga/GA2DBinStrGenome.C
GACode/ga/GA2DBinStrGenome.h
GACode/ga/GA3DArrayGenome.C
GACode/ga/GA3DArrayGenome.h
GACode/ga/GA3DBinStrGenome.C
GACode/ga/GA3DBinStrGenome.h
GACode/ga/GAAllele.C
GACode/ga/GAAllele.h
GACode/ga/GAArray.h
GACode/ga/GABaseGA.C
GACode/ga/GABaseGA.h
GACode/ga/GABin2DecGenome.C
GACode/ga/GABin2DecGenome.h
GACode/ga/gabincvt.C
GACode/ga/gabincvt.h
GACode/ga/GABinStr.C
GACode/ga/GABinStr.h
GACode/ga/gaconfig.h
GACode/ga/GADCrowdingGA.C
GACode/ga/GADCrowdingGA.h
GACode/ga/GADemeGA.C
GACode/ga/GADemeGA.h
GACode/ga/gaerror.C
GACode/ga/gaerror.h
GACode/ga/GAEvalData.h
GACode/ga/GAGenome.C
GACode/ga/GAGenome.h
GACode/ga/gaid.h
GACode/ga/GAIncGA.C
GACode/ga/GAIncGA.h
GACode/ga/GAList.C
GACode/ga/GAList.h
GACode/ga/GAListBASE.C
GACode/ga/GAListBASE.h
GACode/ga/GAListGenome.C
GACode/ga/GAListGenome.h
GACode/ga/GAMask.h
GACode/ga/GANode.h
GACode/ga/GAParameter.C
GACode/ga/GAParameter.h
GACode/ga/GAPopulation.C
GACode/ga/GAPopulation.h
GACode/ga/garandom.C
GACode/ga/garandom.h
GACode/ga/GARealGenome.C
GACode/ga/GARealGenome.h
GACode/ga/GAScaling.C
GACode/ga/GAScaling.h
GACode/ga/GASelector.C
GACode/ga/GASelector.h
GACode/ga/GASimpleGA.C
GACode/ga/GASimpleGA.h
GACode/ga/GASStateGA.C
GACode/ga/GASStateGA.h
GACode/ga/GAStatistics.C
GACode/ga/GAStatistics.h
GACode/ga/GAStringGenome.C
GACode/ga/GAStringGenome.h
GACode/ga/GATree.C
GACode/ga/GATree.h
GACode/ga/GATreeBASE.C
GACode/ga/GATreeBASE.h
GACode/ga/GATreeGenome.C
GACode/ga/GATreeGenome.h
GACode/ga/gatypes.h
GACode/ga/gaversion.h
GACode/projects/
GACode/projects/Debug/
GACode/projects/example/
GACode/projects/example/Debug/
GACode/projects/example/Debug/ex11.obj
GACode/projects/example/Debug/example.exe
GACode/projects/example/Debug/example.ilk
GACode/projects/example/Debug/example.pch
GACode/projects/example/Debug/example.pdb
GACode/projects/example/Debug/vc60.idb
GACode/projects/example/Debug/vc60.pdb
GACode/projects/example/bog.dat
GACode/projects/example/example.dsp
GACode/projects/example/example.plg
GACode/projects/library/
GACode/projects/library/Debug/
GACode/projects/library/Debug/GA1DBinStrGenome.obj
GACode/projects/library/Debug/GA2DBinStrGenome.obj
GACode/projects/library/Debug/GA3DBinStrGenome.obj
GACode/projects/library/Debug/GABaseGA.obj
GACode/projects/library/Debug/GABin2DecGenome.obj
GACode/projects/library/Debug/gabincvt.obj
GACode/projects/library/Debug/GABinStr.obj
GACode/projects/library/Debug/GADCrowdingGA.obj
GACode/projects/library/Debug/GADemeGA.obj
GACode/projects/library/Debug/gaerror.obj
GACode/projects/library/Debug/GAGenome.obj
GACode/projects/library/Debug/GAIncGA.obj
GACode/projects/library/Debug/galib.lib
GACode/projects/library/Debug/GAListBASE.obj
GACode/projects/library/Debug/GAParameter.obj
GACode/projects/library/Debug/GAPopulation.obj
GACode/projects/library/Debug/garandom.obj
GACode/projects/library/Debug/GAScaling.obj
GACode/projects/library/Debug/GASelector.obj
GACode/projects/library/Debug/GASimpleGA.obj
GACode/projects/library/Debug/GASStateGA.obj
GACode/projects/library/Debug/GAStatistics.obj
GACode/projects/library/Debug/GATreeBASE.obj
GACode/projects/library/Debug/library.pch
GACode/projects/library/Debug/vc60.idb
GACode/projects/library/Debug/vc60.pdb
GACode/projects/library/library.dsp
GACode/projects/library/library.plg
GACode/projects/randtest/
GACode/projects/randtest/Debug/
GACode/projects/randtest/randtest.dsp
GACode/projects/randtest/randtest.plg
GACode/projects/galib.dsw
GACode/projects/galib.ncb
GACode/projects/galib.opt
GACode/COPYRIGHT
GACode/galib244-win.zip
GACode/galibdoc-revB.pdf
GACode/LICENSING
GACode/README
GACode/VERSION
GACode/

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org