搜索资源列表
GAOT.zip
- matlab 关于遗传算法的工具箱,很好用的
SGAperfect
- 基本遗传算法,又称为SGA算法,其中包括了详尽的注释,执行效果还不错!-basic genetic algorithm, also known as SGA algorithm, which included a detailed notes, the implementation of the results were pretty good!
ONE_NEW_GA_TO_SOLVE_TSP
- 用vc++程序编的遗传算法解决TSP问题.txt def.h TSP.cpp tsp.h -with vc procedures addendum to the genetic algorithm to solve TSP. Txt def.h TSP.cpp ts p.h
该程序是用于解决遗传算法的
- 该程序是用于解决遗传算法的,可能运行环境有要求,但是效果很好噢-that the procedure was used to solve the genetic algorithm, the operating environment may be required, but a good effect Oh
GA_RPS_final
- c#编写,遗传算法提高RPS(石头剪子布)游戏电脑对人的胜率。-c # preparation, genetic algorithm RPS (rock scissors Brazzaville), a computer game on a triumph.
GA_RPS_JAVA
- java实现的遗传算法RPS,列表显示,可统计数据-java genetic algorithm to achieve the RPS, links, show statistics
ycsfjb
- 遗传算法基本算法遗传算法基遗传算法基本算法本算法
GA
- 本程序利用java语言实现了遗传算法。并对算法进行了模拟。
jiyinyichansuanfa
- 基因遗传算法.在图像处理中的应用.有利于遗传算法的研究与应用.
GATSP
- 模拟遗传算法解决TSP问题,模拟生物进化中的遗传方式。
chenxu1
- 遗传算法的一个演示程序,演示了遗传算法的一些简单的功能,能够使人更加明白的了解遗传算法的好处!-a genetic algorithm Demonstration Program, demonstrated the genetic algorithm with some simple functions that could lead to a greater understanding of the genetic algorithm understanding of the benefits
遗传算法
- 遗传算法
遗传算法解决求解带约束
- 遗传算法解决求解带约束的优化问题明确遗传算法求解问题的一般思路和编码设计-Genetic Algorithm for solving constrained optimization problems with a clear genetic algorithm from the general ideas and Coding Design
ga
- 生物的进化是一个奇妙的优化过程,它通过选择淘汰,突然变异,基因遗传等规律产生适应环境变化的优良物种。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。-Biological evolution is a wonderful optimization process, it eliminated by choosing a sudden variation of genetic and other changes in the law to adapt to the environment
CHBTSP
- 用c+++实现的遗传算法解决tsp(旅行商)问题源码-Using c+++ realization of the genetic algorithm to solve tsp (TSP) problem source
GA-VC
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
ycsfmysl
- 融合蚂蚁算法的改进遗传算法,有较高参考价值-Fusion ant algorithm improved genetic algorithm has high reference value
Genetic_ACO
- 蚁群算法和遗传算法解决TSP问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study ant algoritym optimization.