搜索资源列表
pso_c+
- 这是一个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
FrameReader
- 是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型。通过全老师耐心的讲解,我已经清楚了简单遗传算法的处理过程,遗传算法的基本操作包括:编码、初始群体的生成、适应度评估检测、选择、杂交操作、变异。下面是我用Java编写的一个简单遗传算法的程序,求解的题目-simulates Darwinian genetic selection and the natural elimination process of biological evolution model. Through all pat
myai
- 简单遗传算法,程序进化一个沿二维网格边界行走的机器人。-Simple genetic algorithm, the program evolved a two-dimensional grid along the border walking robots.
dehpso
- 基于差分进化与粒子群混合算法优化源程序,这是一个java语言编制的源程序,很实用.-Based on Differential Evolution and Particle Swarm Optimization Hybrid Algorithm source code, which is a java source languages, it is practical.
wpcA
- 利用JAVA实现的利用进化算法对人口增长进行仿真的源码-The use of JAVA implementation of the use of evolutionary algorithms for simulation of population growth in the source
multiobjective_GA
- 多目标进化计算算法在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
TSP_GA
- 使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
src
- 用量子进化算法解决机械工业生产调度问题,算法简单易懂,适合初学者。-Using quantum-inspired evolutionary algorithm to solve the mechanical industrial production scheduling problem, the algorithm easy to understand for beginners.
Decode
- 有能力约束车辆路径问题混合量子进化算法编码-Vehicle routing problem with capacity constraints coded quantum evolutionary algorithm
Knapsack
- 0/1背包问题,java差分进化算法实验-0/1 knapsack problem, java experimental differential evolution algorithm
differential-algorithm
- 差分进化算法(differential algorithm)-Differential evolution algorithm (differential algorithm)
aaaaa
- 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。-Ant Colony Algori
FVRP
- 这是对FVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is FVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
bin
- 这是对TDVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is TDVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
lee
- 这是对CSDVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is CSDVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
VRP
- 这是对基本VRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is the basic realization of quantum evolutionary algorithm VRP, VRP learning some help. Relatively new, very practical.
tside
- 使用java编写的差分进化算法,一共有三个程序,分别是三个例子-Use java prepared by the differential evolution algorithm, a total of three programs, namely three examples
genetic
- 本代码是用java语言编写的简单遗传算法,对于研究进化算法的朋友很有帮助-The code is simple genetic algorithm using java language, the study of evolutionary algorithms helpful friend
set
- 集合进化算法,一个个体包含一个集合,求解后得到一个解集.-set-based evolution alghrithm
DE,JADE源代码(matlab)
- 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.)