搜索资源列表
简单遗传算法和简单bp网络的程序
- 基于Matlab的简单遗传算法和简单bp网络的程序实现-based on Matlab simple genetic algorithms and simple bp Network Program
my遗传算法
- 该算法实现了神经网络的遗传算法,从简单的角度出发,说明的算法-the algorithm to achieve a neural network genetic algorithm, from the simple point of view that the algorithm
GA
- 简单的遗传算法matlab的代码实现,希望对初学者有所帮助。
GA遗传算法的入门教学PPT
- 遗传算法的入门教学PPT,包括一些简单的matlab实现程序。-Genetic algorithm tutorial PPT, including the realization of some simple matlab program.
GA
- 遗传算法的编码,解决简单遗传算法用C++实现-Coded genetic algorithm to solve simple genetic algorithm using C++ Achieve
AdapGA
- 基本遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Basic genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
myGA
- 自适应遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Adaptive genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
100002moga2
- 0-1遗传算法实现 可以解决简单的背包问题-0-1 simple genetic algorithm can solve the knapsack problem
GA
- 遗传算法的原理及MATLAB 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-The principle of genetic algorithms and genetic algorithms MATLAB environment to achieve the programming method of the operator, and a simple example shows the function of the programmed ap
ga-vc
- This a simple genetic algorithm implementation where the evaluation function takes positive 这是一个简单的遗传算法实现了评价函数在正面的价值观,只需要一个个体的适应度是相同的目标函数值 -This is a simple genetic algorithm implementation where the evaluation function takes positive values R
geneticoperator
- 使用C++实现简单的遗传算法,实现一个优化问题的求解过程-we realized the GA(Genetic Algorithm) with c++ to solve the optimization problem.
Genetic-Algorithms
- 这是一个简单的遗传算法c语言实现,估价函数为正值,个体适应度函数与目标函数一致-This is 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 objective function
yichuan
- 《算法导论》中的哈夫曼树算法的实现代码,比较简单的遗传算法。-Genetic algorithm is proposed to realize the code
genetic-algorithm-optimize-program
- 简单的遗传算法在matlab环境下地实现程序 仅供参考-Common genetic algorithm toolbox can be used for the matlab environment program development
Simple-GA
- 实现简单的遗传算法,代码简单,通俗易懂。-Simple genetic algorithm
c#遗传算法实现
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
GA
- 简单的遗传算法实现,选择,交叉,变异,适应度函数,种群的初始化等(Simple genetic algorithm implementation, selection, crossover, mutation, fitness function, the initialization of population and so on)
遗传算法
- 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
遗传算法与粗糙集的简单实现
- 简答的实现了粗糙集理论与遗传算法,非原创(The simple realization of the theory of rough set and genetic algorithm, non original)
AlgoGenetic
- 一个简单的遗传算法实现寻路的算法,工作空间为10*10的栅格空间,障碍物的位置可自行修改,输出为栅格的编号(a simple example for path planning using genetic algorithms)