-
-
-
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 ...
-
-
-
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下支持,省得编代码了
-
-
GAbp.zip
一、用GA直接训练BP网络的权重算法
主程序:gafault.m
二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法
三、纯BP
主程序:(1)bpfault.m 在MATLAB5.2上
(2)bpfault.m 在MATLAB6.5上 为后来所加
-
-