搜索资源列表
binary
- 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2 * * * x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding val
用遗传算法计算最短路径
- matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
delphi遗传
- 关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!-seek the most value on the delphi genetic algorithm source code can definitely use, debug, beautiful interface, Wang Xiaoping book adaptation of the c code by 10%, creating
一个用于求函数极值的遗传算法程序
- 一个用于求函数极值的遗传算法程序,使用VC++编程.-seek function for a maximum of genetic algorithm, the use of VC.
RoughSet.rar
- 粗糙集的相关算法 最近研究这方面的内容 希望有用可以帮到大家,Rough Set algorithm recent studies related to the contents of this area seek to help can help you
MyGA
- 一个简单的改进的遗传算法,用来求五维函数最大值,算法简单,对初学者有很好的帮助-Improvement of a simple genetic algorithm to seek the maximum five-dimensional function, the algorithm is simple, for beginners there is a very good help
matlab
- 旅行商的问题,用遗传算法来求的最优解,用matlab来实现。-Traveling salesman problem, using genetic algorithms to seek the optimal solution, using matlab to achieve.
cp321123
- 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
GAprog
- 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
GA_optimal
- 遗传算法来求解函数的最大值,对了解和使用遗传算法非常有用-Genetic algorithm for function optimization, including a simple function and genetic algorithm, genetic algorithm to seek the maximum value of the function, using a genetic algorithm to understand the very useful
30975921VCAntTSP
- 介绍TSP蚁群算法的源码,欢迎大家下载,希望有用-TSP ant colony algorithm source code, download, seek to help
Simple_GA
- 简单的遗传算法编程实现,遗传算法是人工智能优化算法,具有寻求全局最优解的能力-Simple genetic algorithm for the programming, genetic algorithm is artificial intelligent optimization algorithms, have to seek the global optimal solution ability
pathing-planning-GA
- 用遗传算法实现对机器人的路径规划,取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用最短路径算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径。-Robot path planning using genetic algorithms, taking the midpoint of each obstacle vertex path points interconnected path the robot to move the star
source-code-for-Genetic-algorithm
- 该遗传算法源代码的设计是求最大值,其中的目标函数只能取正值,且函数值和个体的适应值之间没有区别。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。-The source code of the genetic algorithm is designed to seek the objective function of the maximum value, wherein only a positive value, and there is no difference
Douglas-Peuker
- Douglas一Peukcer算法由D.Douglas和T.Peueker于1973年提出,简称D一P算法,是目前公认的线状要素化简经典算法。现有的线化简算法中,有相当一部分都是在该算法基础上进行改进产生的。它的优点是具有平移和旋转不变性,给定曲线与阂值后,抽样结果一定。 算法的基本思路是:对每一条曲线的首末点虚连一条直线,求所有点与直线的距离,并找出最大距离值dmax ,用dmax与限差D相比:若dmax < D ,这条曲线上的中间点全部舍去 若dmax ≥D ,保留dmax 对应的
em1
- 使用最大期望算法可以在概率模型中寻找参数最大似然估计。-Using the maximum expected algorithm can seek parameters of maximum likelihood estimation in the probabilistic model
My_Ant_Algorithm
- 蚁群算法,Java程序,面向对象思想,求最短路径-Ant colony algorithm, a Java program, the object-oriented thought, seek the shortest path
ABC--and-Its-Using
- ABC(人工蜂群算法)和混沌鲶鱼ABC求函数极值- ABC (artificial bee colony algorithm) and Chaos seek function extreme catfish ABC
MYGA
- 遗传算法寻求函数最优,可以修改函数calobjvalue中的函数来计算不同的函数最优解-GA seek optimal function, you can modify the function calobjvalue the function to calculate the optimal solution different functions
ACATSP
- 蚁群算法是群智能算法的一种,用来寻求极值问题和解决路径优化问题。有自己编的也有老师给的,可供初学者参考。-Ant colony algorithm is a kind of swarm intelligence algorithm, which is used to seek the problem of extremum problem and solve path optimization problem.