搜索资源列表
-
0下载:
关于一些算法中如何生成新成员的选择方法,粒子群算法,遗传算法等算法可以用。-How about some algorithm to generate a new member of the selection method, particle swarm optimization, genetic algorithms and other algorithms can be used.
-
-
0下载:
粒子群最佳化演算法(pso),為一個基本的程式,適合初學者來參考。-Particle Swarm Optimization algorithm (pso), for a basic program for beginners to reference.
-
-
0下载:
粒子群算法求解TSP问题,C++写的,大家共享哦-Solving TSP Problems by Particle Swarm Optimization,C++
-
-
0下载:
粒子群算法求解TSP问题,C++写的,大家共享哦-Solving TSP Problems by Particle Swarm Optimization,C++
-
-
0下载:
微粒群优化算法,可以应用在不同的领域,这是一个核心代码,可根据不同的应用领域进行扩展。-Particle swarm optimization algorithm, can be applied in different fields, this is a core of code, according to different application areas expand.
-
-
0下载:
此代码是有关群智能优化算法的集合平台,集成了遗传算法、微粒群算法和蚁群算法的BenchMark优化问题以及TSP问题的求解。-This code is related to group a collection of intelligent optimization algorithm platform, integrating the genetic algorithm, particle swarm optimization and ant colony optimization algor
-
-
1下载:
基于模拟退火的粒子群算法,模拟退火算法在搜索过程中具有该概率突跳的能力,能够有效地避免搜索过程陷入局部极小解。-Based on simulated annealing particle swarm optimization, simulated annealing algorithm in the search process has a sudden jump in the probability of the capacity, which can effectively avoid th
-
-
0下载:
粒子群算法求解常有算法,比较好的资料,c++编写!-Particle swarm optimization algorithm for solving often, and better data, c++ to prepare!
-
-
0下载:
基于MATLAB的粒子群优化算法程序设计,经典算例。-MATLAB-based particle swarm optimization program design, the classic example.
-
-
0下载:
This helps for writing Particle swarm optimization code
-
-
1下载:
这是一个基于距离的多目标粒子群优化算法C语言实现-This is an implementation of MOPSO-CD,a multiobjective particle swarm optimization algorithm using crowding distance
-
-
0下载:
particle swarm optimization for controller design
-
-
0下载:
Particle Swarm Optimization
-
-
0下载:
Particle swarm optimization
-
-
0下载:
optimization numerical problems using particle swarm optimization modified by amin zafarian for optimization a definte function
(x*sin(4*x)+1.1*y*sin(2*y)
-
-
0下载:
A new Particle Swarm Toolbox
-A New Particle Swarm Toolbox
-
-
0下载:
用基于交叉遗传的粒子群优化算法求解无约束优化问题;用基于模拟退火的粒子群优化算法求解无约束优化问题-Based on the cross with a genetic particle swarm optimization algorithm for solving unconstrained optimization problems using simulated annealing particle swarm optimization algorithm for solving unc
-
-
0下载:
粒子群算法是寻找某个最大值,但是我
们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。
如果需要调回来的话,在函数体里面把max() 改为min()-Particle swarm optimization (pso) algorithm is to find a maximum, but me
The project with the minimum of the objective function is often, so I change the pr
-
-
0下载:
A Novel Binary Particle Swarm Optimization 2013
-
-
1下载:
包括优化算法源程序及算法原理介绍。自适应协方差矩阵进化策略,一种2000年左右发展起来的新优化算法,简称CMA-ES,最近十几年得到了学术界的广泛关注,非常有应用前景。这是一种黑箱子优化算法,可以再程序末自己定义优化函数,也可以调用外部程序(如有限元等)进行计算,然后提取优化函数的解。该优化算法在各种变量维度下的表现优于蚁群算法、粒子群算法,有较好的收敛性,这归功于其严谨的数学表达。-Covariance matrix adaptation evolution strategy, about o
-