文件名称:用C++写的遗传算法
文件大小:18KB
文件格式:RAR
更新时间:2012-02-29 06:17:40
c++
用C++写的遗传算法,感觉不错,拿出来共享。
【文件预览】:
GA++
----test()
--------test1.cpp(2KB)
----include()
--------crossover_algorithm.h(1KB)
--------selection_algorithm.h(693B)
--------population.h(901B)
--------ran.h(212B)
--------ga_plan.h(1KB)
--------ga.h(871B)
--------iterator_algorithm.h(1KB)
--------evaluation_algorithm.h(2KB)
--------genetic_algorithm.h(432B)
--------chromosome.h(440B)
--------mutation_algorithm.h(895B)
--------gene.h(624B)
----src()
--------simulated_annealing_evaluation_algorithm.cpp(792B)
--------intermediate_recombination_crossover_algorithm.cpp(1KB)
--------mutation_algorithm.cpp(894B)
--------ga_plan.cpp(1021B)
--------gray_binary_single_point_crossover_algorithm.cpp(1KB)
--------ran.cpp(1KB)
--------evaluation_algorithm.cpp(809B)
--------gene.cpp(2KB)
--------selection_algorithm.cpp(145B)
--------stochastic_universal_sampling_selection_algorithm.cpp(1KB)
--------population.cpp(2KB)
--------real_mutation_algorithm.cpp(906B)
--------ga.cpp(982B)
--------roulette_wheel_selection_algorithm.cpp(1KB)
--------gauss_mutation_algorithm.cpp(1018B)
--------gray_binary_shuffle_crossover_algorithm.cpp(1KB)
--------chromosome.cpp(199B)
--------normal_binary_single_point_crossover_algorithm.cpp(1KB)
--------binary_mutation_algorithm.cpp(493B)
--------crossover_algorithm.cpp(2KB)
--------normal_binary_shuffle_crossover_algorithm.cpp(1015B)
----Makefile(10KB)