搜索资源列表
-
0下载:
遗传算法的程序,是对生物的进化过程进行模拟的一种只能仿生算法-Genetic algorithm procedure is the process of biological evolution can only simulate a bionic algorithm
-
-
0下载:
遗传算法VC程序:用于搜索极值,极大值极小值均可-Genetic Algorithm VC program: used to search for extremal, maximum value of the minimum can be
-
-
0下载:
tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
-
-
0下载:
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借
用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性
的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by
With the biological point
-
-
0下载:
本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。
-In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
-
-
0下载:
这是一个比较基础的遗传算法源代码,可以在此基础上根据个人的实际需要进行改动,希望有用!-This is a simple original code of genetic algorithm,you can adjust it according to your need。May it s helpful to you!!
-
-
1下载:
车间调度遗传算法的研究,主要功能已经实现,绝对经典-Shop scheduling genetic algorithm research, the main function has been achieved, an absolute classic
-
-
0下载:
利用改进的小生境遗传算法来编程,适合对这方面感兴趣的人员研究-The use of improved niche genetic algorithm is used to programming, suitable for persons interested in research in this area
-
-
0下载:
用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and da
-
-
0下载:
解遗传算法的c语言代码,就是关于货物配送路径-Genetic algorithm solution c language code
-
-
0下载:
退火算法,运用退火算法解决函数优化等问题,运用遗传算法解决学生宿舍分配问题。-Annealing algorithms, the annealing algorithm to solve the function optimization using genetic algorithm to solve the problem of allocation of student hostels.
-
-
0下载:
基于遗传算法工具箱的编程,是金融数量分析:基于MATLAB编程中的示例,非常有用-Programming based on genetic algorithm toolbox, number of financial analysis: based on MATLAB programming example, very useful
-
-
0下载:
用遗传算法求出TSP问题当中的问题,很好用!-TSP problem which was obtained using genetic algorithms, and easy to use!
-
-
0下载:
遗传算法与模拟退火算法,希望有所帮助。均在Matlab中实现。-Simulated annealing algorithm and genetic algorithm
-
-
1下载:
用matlab程序来实现遗传算法,离散无记忆信道容量的迭代计算-Matlab program to achieve the genetic algorithm, discrete memory channel capacity iterative
-
-
0下载:
本程序用遗传算法基于C语言解决10个城市的旅行商问题,可求出10个城市之间的最短距离。-The procedures used to solve a 10-city traveling salesman problem, genetic algorithm based on the C language can be calculated the shortest distance between the 10 cities.
-
-
0下载:
基于达尔文的遗传学,我们可以用C++来编译遗传程序,方便理解-In c + + to compile the genetic program
-
-
0下载:
针对战区装备保障点动态选址问题的广义最大覆盖选址模型,综合分析传统的启发式算法全局、局部搜索中的
优缺点,提出一种基于BP神经网络的遗传模拟退火算法,并将其运用于战区装备保障点动态选址决策实际同题中,对该算法
进行了仿真研究,给出具体实例的仿真结果验证了该算法求解最优解的高效性以及运算的高收敛速度。-Considering the generalized maximal covering location model of dynamic locating on war
zone e
-
-
0下载:
使用matlab实现遗传算法,内容正确,方法简单-Genetic algorithm matlab code
-
-
0下载:
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。-Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolu
-