-
-
evolver.zip
This program is using Genetic Algorithm to solve the Travlling
Salesman Problem. It gives the best path route within a specified
time.
usage: java Evolver <seconds> <city file> <config file>
Author: Liu Yang
...
-
-
GA_2.rar
This a simple genetic algorithm implementation where the
evaluation function takes positive values only and the fitness of an individual is the same as the value of the
-
GAcodes.rar
An Introduction to Genetic Algorithms for Scientists and Engineers
By David Coley, World Scientific Press, 1999 (US$28 / £ 19.04)
书中的算法源程序
-
-
-
-
IntEDA.rar
UMDA. a kind of estimation of distribution algorithm , which is the improvement of genetic algorithm
-
XCS1.2.rar
Simple GA code (Pascal code from Goldberg, D. E. (1989), Genetic Algorithms in Search, Optimization, and Machine Learning.)
-
gatbx.zip
Genetic Algorithm Toolbox for MATLAB, v1.2 (最好的遗传算法工具箱University of Sheffield)
需要将各文件的名称改成小写;
-