搜索资源列表
goatmaster
- 用于遗传算法的论文,可以给大家作为参考资料的,大家看看吧-for Genetic Algorithm papers, can give us as a reference, we look at it
GAljgh
- 基于遗传算法的移动机器人路径规划研究,该论文在分析了目前各种路径规划方法优缺点的基础上,选择遗传算法来解决静态和动态环境下移动机器人的路径规划问题。
TSPMATLAB.rar
- 遗传算法求解TSP问题的MATLAB实现。这是一篇非常有新意的论文,对于学习遗传算法非常有用,This paper has resolved the traveling salesman problem(TSP) by virtue of geneitc algorithms(GA)
NSGA-II
- 实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。-Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.
GAthesis2
- 这是matlab遗传算法的优秀论文,绝对对大家有用。 我也在用,给大家分享。-This is an excellent genetic algorithm matlab thesis absolutely useful to everyone. I also used to share with you all.
yichuan
- 有用的matlab遗传算法整定模糊pid论文-Useful matlab genetic algorithm-tuning fuzzy pid Papers
papersofmatlab
- matlab遗传算法实现论文,十分经典有用,对学习遗传算法编程很有帮助。-matlab genetic algorithm papers, very classic useful and helpful in learning genetic algorithm programming.
MATLAB-GA
- 基于matlab的遗传算法的实现pdf论文-matlab GA
Matlab-GA
- 这是一篇论文,Matlab遗传算法工具箱函数及应用实例 ,有具体实例。-Matlab genetic algorithm toolbox function and application example
IOA
- 一篇关于智能优化调度的博士论文,其中包括对蚁群、遗传、粒子群等多种算法的研究-Intelligent Scheduling an article about the doctoral thesis, including ant colonies, genetic, and other particle swarm algorithm
GA-paper
- 这是一篇硕士论文,题目是多目标优化的遗传算法研究-This is a master' s thesis topic is a multi-objective optimization by genetic algorithm
QoS-GA
- 这是通信学报2004年的一篇论文,一种QoS路由多目标遗传算法-This is the communication of a paper in 2004, a multi-objective genetic algorithm for QoS routing
multi-GA
- 这是2007年安徽理工大学 多目标遗传算法应用研究硕士论文-This is 2007, Anhui University of application of multi-objective genetic algorithm pp
genetic-algorithms
- 基于遗传算法的小波神经网络在股票预测中的应用 发表论文与程序-Based on genetic algorithms, wavelet neural network stock prediction
GA
- 自己写的代码,实现了论文"Causal Modeling of Gene Regulatory Network"中的算法,运用了篇相关系数和遗传算法。-My own code, implementation of the paper "Causal Modeling of Gene Regulatory Network", using partial correlation coefficients and genetic algorithm.
遗传算法程序
- 一个混合遗传算法的源程序。还有一篇硕士论文,是论文附录的代码示例。
FEP
- FEP算法,测试23个测试程序(参考姚新论文)(FEP algorithm,we can use it to test 23 testing procedures)
anli
- 遗传算法应用实例,可用于遗传算法的基础学习,也可作为论文的模板(Application examples of genetic algorithm)
毕业论文《NSGA—II的改进算法研究》
- 是一个对多目标遗传算法进行改进的硕士论文,比较有价值。(It is a master's thesis to improve the multiobjective genetic algorithm, which is of great value.)
求解多旅行商问题的一种遗传算法
- 求解多旅行商问题的一种遗传算法,论文很有见地,值得研究和思考