- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 1kb
- Update:
- 2016-05-19
- Downloads:
- 0 Times
- Uploaded by:
- 原文宾
Description:
Similar to the one of simulated annealing algorithm and particle swarm optimization (PSO) belongs to the evolutionary algorithm, it is also a departure random solutions, through iterative find the optimal solution, it is also uated by the fitness of the quality of the solution, but it is more than Genetic Algorithm Rules more simple, it does not have the genetic algorithm cross (crossover) and variation (mutation) operation, follow it through to the current search to find the optimal value of the global optimum. This algorithm is its easy implementation, high precision, rapid convergence, etc. attracted academic attention, and demonstrated its superiority in solving practical problems. Particle swarm algorithm is a parallel algorithm. This procedure applies to implement MATLAB Particle Swarm Optimization.
To Search:
File list (Check if you may need any files):
POS\objfun.m
...\pso_Test.m
POS