搜索资源列表
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.
MakeDensityBasedClusterer.java.tar
- 基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergen
Othello
- 使用java编写的GUI的黑白棋游戏,搜索算法采用经典的博弈树,并在此基础上做了大量优化,我的评估函数采用了Simon M. Lucas 和 Thomas P. Runarsson 在其合作发表的 Temporal Difference Learning Versus Co-Evolution for Acquiring Othello Position Evaluation 中通过对比即时差分学习(TDL,Temporal Difference Learning)和协同进化(CEL,Co-
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)
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
DEPSO_B
- depso差分进化粒子群优化算法源代码(Java编程)-depso differential evolution particle swarm optimization algorithm source code (Java programming)
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.)