搜索资源列表
-
1下载:
蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现
-ant algorithms, which is the emergence of a new category of bionic Germany evolutionary algorithm [8] it stems from the basic tenets of the entomologist observed and found
-
-
1下载:
将博弈理论与演化算法结合起来,开发了一种新进化优化的算法-of Game Theory and combining evolutionary algorithm, the development of a new evolutionary optimization algorithm
-
-
1下载:
基于进化算法的多目标优化,以matlab程式所寫成,請大家參考參考-evolutionary algorithm based on the multi-objective optimization to written Matlab program, please refer to reference
-
-
1下载:
微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
-
-
1下载:
粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
-
-
0下载:
演化算法GA的c++实现,以解决某一函数最优解为例-Evolutionary algorithm GA-c++ implementation to solve the optimal solution as an example of a function
-
-
1下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法-Genetic algorithm (Genetic Algorithm) is a simulation of Darwinian evolution, natural selection and genetic mechanism of the calculation model of biological evolution is
-
-
0下载:
hype indicate遗传算法代码matlab版-hype indicate evolutionary algorithm matlab version.
-
-
0下载:
nsga2经典进化算法 matlab编写。运行正常-nsga2 classic evolutionary algorithm
-
-
0下载:
this algorithm simulates natural
behavior of weeds in colonizing and finding suitable place for reproduction.IWO differs from other evolutionary algorithms in the way of reproduction,spatial dispersal and competitive exclusion
-
-
0下载:
先进进化算法,NSGA2,有利于大家学习!-a new evolutionary algorithm
-
-
0下载:
蚁群算法是一种新型模拟进化算法,次程序是
解决旅行商问题,matlab程序,很实用-Ant colony algorithm is a new type of simulated evolutionary algorithm, program is
To solve traveling salesman problem, matlab, very practical
-
-
0下载:
粒子群优化算法是一种基于群体智能的演化计算技术,通过粒子在解空间追随最优的例子进行搜索-Particle swarm optimization algorithm is a kind of evolutionary computation technique based on swarm intelligence, through particles in the solution space to search for the optimal example
-
-
0下载:
文化进化算法代码,不知道对你有没有用,谢谢了-cultral evolutionary algorithm source code .I hope this helps ,thank you
-
-
0下载:
DE进化算法C语言编程代码,仅供参考DE evolutionary algorithm C language programming code, for reference-DE evolutionary algorithm C language programming code for reference DE evolutionary algorithm C language programming code, for reference
-
-
0下载:
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。-Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolu
-
-
0下载:
进化算法解决TSP问题的源代码,多个程序,非常详细-Evolutionary algorithm to solve the TSP problem of the source code, a number of procedures, very detailed
-
-
0下载:
粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
-
-
0下载:
差分进化算法的标准源程序,很适合初学者来入门学习。-Differential evolutionary algorithm of standard source program, very suitable for beginners to start learning.
-
-
0下载:
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a k
-