搜索资源列表
matlabtools
- 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱
7941925pos
- 粒子群的优化算法,不仅可以方便地解决无约束优化问题,也可以方便的解决有约束的非线性优化问题。-Particle Swarm Optimization algorithm, not only can easily solve the unconstrained optimization problem can also be convenient to solve constrained nonlinear optimization problem.
pso3
- 带交叉因子的改进粒子群优化算法,算法用于示解多维无约束优化问题,收敛性强。-With cross-factor improvement of particle swarm optimization algorithm for multi-dimensional solution that unconstrained optimization problem, convergence is strong.
pso
- 求解多维无约束优化问题,收敛速度快,程序代码简洁。-Solving multi-dimensional unconstrained optimization problem, fast convergence, concise code.
PSOGA
- 带交叉因子的改进PSO算功能:求解多维无约束优化问题收敛性强,还可以加入变异算子-With cross-factor improvement of PSO operator functions: Solving multi-dimensional unconstrained optimization problem of strong convergence can also add mutation operator
CLSPSO
- 混沌的粒子群算法,求解无约束优化问题,可以保持个体多样性-Chaotic particle swarm algorithm for solving unconstrained optimization problems, can maintain the diversity of individual
SBOGA
- 顺序选择遗传算法,可以求解一维无约束优化问题-The order of selection genetic algorithm can solve the one-dimensional unconstrained optimization problems
SimuAPSO
- 基于模拟退火的粒子群算法,解决无约束优化问题-Based on simulated annealing particle swarm algorithm to solve unconstrained optimization problems
psoandimprovedpso
- 基本粒子群优化算法和改进粒子群优化算法程序,包括:用基本粒子群算法求解无约束优化问题,用带压缩因子的粒子群算法求解无约束优化问题,用线性递减权重粒子群优化算法求解无约束优化问题,用自适应权重粒子群优化算法求解无约束优化问题,用随机权重粒子群优化算法求解无约束优化问题,用学习因子同步变化的粒子群优化算法求解无约束优化问题,用学习因子异步变化的粒子群优化算法求解无约束优化问题,用二阶粒子群优化算法求解无约束优化问题,用二阶振荡粒子群优化算法求解无约束优化问题,用混沌粒子群优化算法求解无约束优化问题,
PSO
- 人工智能课上作业,用粒子群优化算法解决无约束优化问题。编译通过。-Artificial Intelligence class operation, with the particle swarm optimization algorithm to solve unconstrained optimization problems. Compile.
ES
- 课堂作业。进化策略解决无约束优化问题。编译通过。-Evolution strategy to solve unconstrained optimization problems. Compile.
NormFitGA
- NormFitGA(动态线性标定适应值的遗传算法求解一维无约束优化问题)-NormFitGA (dynamic linear calibration of genetic algorithm to adapt to the value of one-dimensional unconstrained optimization problems)
program-for-ipo
- 本程序为单粒子群优化算法,可用于无约束优化问题求解,具有好的优化效果-This program is a single particle swarm optimization algorithm, can be used for solving unconstrained optimization problems, with good optimization results
improved-particle-swarm-algorithm
- 6种求解无约束优化问题的改进的粒子群算法,matlab编程。-Six kinds of solving unconstrained optimization problems improved particle swarm algorithm, matlab programming.
SecVibratPSO
- SecVibratPSO用二阶振荡粒子群优化算法求解无约束优化问题-SecVibratPSO order oscillating particle swarm optimization algorithm for constrained optimization problems
20120323
- 基本粒子群算法求解无约束优化问题,可以看看的-particle swarm algorithm
MMAdapGA
- 遗传算法:用多变异位自适应遗传优化求解一维无约束优化问题-Genetic algorithm: changing ectopic adaptive genetic optimization to solve the one-dimensional unconstrained optimization problem
pso-suanfa-wuyueshu-optimization
- 用PSO算法写的一个小例子,用来解决无约束优化问题,是人工智能的一个小例子,但是里面只有PSO算法,初学写的。希望大家多多提意见-To write a small example of the PSO algorithm used to solve unconstrained optimization problems, is a small example of artificial intelligence, but there is only the PSO algorithm, begi
de-suanfa-wuyueshu-optimization
- 一个DE算法的案例,用于解决无约束优化问题,初学写的,可以运行,希望对大家有所帮助。这个是跟着导师学的 写的-Case of a DE algorithm for solving constrained optimization problems, beginner to write, you can run, we hope to help. This is followed by the instructors learn to write
AdapGA
- 自适应遗传算法求解一维无约束优化问题,matlab程序。-Adaptive genetic algorithm for one-dimensional unconstrained optimization problems, matlab program.