Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • matlab-ga.rar matlab遗传算法工具箱函数及实例讲解
  • genetic.zip This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in ...
  • hatanaka03.pdf.gz hatanaka ga based rbf document itis good document
  • improvedGA.rar 改进遗传算法(GA)部分代码,仅供学习者参考
  • ga.rar A Genetic algorithm code
  • P07164389[1].pdf.rar Ant colony Algorithm for Vehicle Routing Problem wiht ComPleiton Time the pdf. it s useful to stuy GA for reader.
  • GA.rar 遗传算法的源代码。MATLAB下支持,省得编代码了
  • GA_ornek.rar GA for opitmization problem
  • GAbp.zip 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 三、纯BP   主程序:(1)bpfault.m 在MATLAB5.2上       (2)bpfault.m 在MATLAB6.5上 为后来所加
  • GA_TRAIN_BP.rar 遗传优化BP神经网络程序,GA训练BP。VC程序