搜索资源列表
-
0下载:
这是一个pso程序源代码,pso源于对鸟群捕食行为的研究而发明的进化计算技术,属于进化算法的一种。
优点:收敛速度快,具有全局寻优能力,而且编程简单,易于推广使用。 -This is a pso source code, pso out of the flock of predatory behavior and evolutionary computation invention of the technology is an evolutionary algorithm. Advant
-
-
0下载:
多目标进化计算算法在JGAP包上的实现。程序演示了多目标进化中fitness function和search operator的实现。-Multi-objective evolutionary computation algorithm in the realization of JGAP package. Procedures to demonstrate the evolution of multi-objective fitness function and the realization
-
-
0下载:
使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
-
-
0下载:
基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergen
-
-
1下载:
遗传编程
遗传编程,或称基因编程/GP ,是一种从生物演化过程得到灵感的自动化生成和选择计算机程序来完成用户定义的任务的技术。从理论上讲,人类用遗传编程只需要告诉计算机"需要完成什么",而不用告诉它"如何去完成",最终可能实现真正意义上的人工智能:自动化的发明机器。
-In artificial intelligence, genetic programming (GP) is an evolutionary algorithm-based methodology inspired
-
-
0下载:
用量子进化算法解决机械工业生产调度问题,算法简单易懂,适合初学者。-Using quantum-inspired evolutionary algorithm to solve the mechanical industrial production scheduling problem, the algorithm easy to understand for beginners.
-
-
0下载:
有能力约束车辆路径问题混合量子进化算法编码-Vehicle routing problem with capacity constraints coded quantum evolutionary algorithm
-
-
0下载:
java程序实现基本粒子群算法,本程序适应于演化算法的初学者,简单易懂,清晰明了。-Java program to achieve the particle swarm algorithm。This procedure to adapt to evolutionary algorithms for beginners
-
-
0下载:
这是对FVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is FVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
-
-
0下载:
这是对TDVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is TDVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
-
-
0下载:
这是对CSDVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is CSDVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
-
-
0下载:
这是对基本VRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is the basic realization of quantum evolutionary algorithm VRP, VRP learning some help. Relatively new, very practical.
-
-
0下载:
本代码是用java语言编写的简单遗传算法,对于研究进化算法的朋友很有帮助-The code is simple genetic algorithm using java language, the study of evolutionary algorithms helpful friend
-
-
1下载:
DE算法作为一种新的进化算法被广泛关注,它的改进算法层出不穷,但最经典的莫过于JADE(DE algorithm has been widely concerned as a new evolutionary algorithm. Its improved algorithms emerge in an endless stream, but the most classic is JADE.)
-