搜索资源列表
gann
- zh这是一个用遗传算法优化神经网络的例子-zh is a genetic algorithm with neural network examples
yu
- 格式为GDF,遗传算法在大学排课问题中的应用,对毕业论文有很大的帮助,需要的请下载看吧,需要更多的资料请Q我365191126-Format for the GDF, the genetic algorithm in the University Timetable Problem of theses great help, please download and see the need, the need for more information, please Q I 365191126
jiyuyichuansuanfadelvboqiyouhuasheji
- 遗传算法是一种模拟自然界生物进化的搜索算法,由于它简单易行,鲁 棒性强,尤其是其不需要专门的领域知识而仅用适应度函数作评价来指导搜 索过程,从而使它的应用范围极为广泛,并且己在众多领域得到了实际应用, 取得了许多令人瞩目的成果,引起广大学者和工程人员的关注。- The genetic algorithm is a kind of searching method which simulates the natural evolution. It is simple and ea
Hybrid_Genetic_Algorithm_and_Simulated_Annealing.r
- 将适合全局搜索的遗传算法(GA)和适合局部搜索的模拟退火算法(SA)相结合-Hybrid Genetic Algorithm and Simulated Annealing
A_Genetic_Algorithm_Tutorial
- 遗传算法指南(A Genetic Algorithm Tutorial):经典的遗传算法文献-This tutorial covers the canonical genetic algorithm as well as more experimental forms of genetic algorithms, including parallel island models and parallel cellular genetic algorithms.
sample10
- genetic algorithm functions have been added to provide the crawler with an intelligent behavior
article_37f
- ES D evolution strategies GA D genetic algorithm ...... One of the first applications of genetic algorithms in explained here -ES D evolution strategies GA D genetic algorithm ...... One of the first applications of genetic algorithms in explained
Particle-Swarm-Optimization-C
- PSO同遗传算法类似,是一种基于迭代的优化算法-PSO is similar with the genetic algorithm is an iterative optimization algorithm based on
GA_ppt
- 本文档主要介绍智能优化算法的应用,并详细介绍了遗传算法和蚁群算法。-This document focuses on the application of intelligent optimization algorithms, and details of the genetic algorithm and ant colony algorithm.
360139
- TEACHING GENETIC ALGORITHM USING MATLAB
11912876MOSGA4
- 数值优化 尤其是正在学习遗传算法的学生,本例基于MATLAB。-Numerical optimization, especially students who are learning genetic algorithm, in this case based on MATLAB.
A_New_Search_in_GA
- 在OFDM峰均比中采用遗传算法降低部分传输序列复杂度的新方法-PAPR in OFDM to reduce the use of genetic algorithm partial transmit sequence complexity of the new method
shishuyichuansuanfa
- 基于Delphi语言的实数编码遗传算法,用者根据自己需要做适当修改即可。-Delphi language based on real-coded genetic algorithm, the users according to their needs can make the appropriate changes.
BasedongeneticalgorithmofdynamicTSPresearch
- 基于遗传算法的动态TSP问题的研究,内容详细,条理清晰-Based on genetic algorithm of dynamic TSP research
Theadvancedcomparisonalgorithmlecture
- 在本讲义中,我们将着重讲述一些数学建模中常用的算法,包括神经网络算法、遗传算 法、模拟退火算法和模糊数学方法。用这些算法可以较容易地解决一些很复杂的,常规算法很难解决的问题。-In this lecture, we will focus on about a number of commonly used mathematical modeling algorithms, including neural network algorithm, genetic algorithm Meth
Genetic-algorithm-material
- 关于遗传算法的许多资料、相应实例以及研究博客平台连接-Genetic algorithm material
genetic-matlab-program-instance
- 三个遗传算法matlab程序实现,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three genetic algorithm matlab program instance,-Based roulette method of nonlinear ranking selection, uniform crossover, mutation operation, but also the introduction of inversion operation
Genetic-algorithm-c-source-code-
- 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
Multi-objective-genetic-algorithm
- Real world problems often present multiple, frequently conflicting, objectives. The research for optimal solutions of multi-objective problems can be achieved through means of genetic algorithms, which are inspired by the natural process of evo
Genetic-Algorithm-Example
- Genetic Algorithm Example The equation that I solve here is Gandhi Manalu. f(x,y) = (2.8125-x*(1.0-y**4))**2+(2.25-x*(1.0-y**2))**2+(1.5-x*(1.0-y))**2 Expected answer is f(3.0,0.5)=0.0 -Genetic Algorithm Example The equation that