- Category:
- matlab
- Tags:
-
- File Size:
- 1kb
- Update:
- 2018-04-02
- Downloads:
- 0 Times
- Uploaded by:
- cinderella345
Description: The PSO algorithm is a kind of evolutionary algorithm. Similar to the simulated annealing algorithm, it also starts from the random solution and iteratively finds the optimal solution. It also evaluates the quality of the solution through fitness, but it is simpler than the genetic algorithm rules. It does not have the "Crossover" and "Mutation" operations of the genetic algorithm. It seeks the global optimum by following the current searched optimal value. This kind of algorithm has attracted much attention from the academic community because of its advantages of easy implementation, high precision and fast convergence. It also shows its superiority in solving practical problems. Particle swarm algorithm is a parallel algorithm.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
pso | 0 | 2017-06-21
|
pso\Fitness_Function.m | 1019 | 2017-09-17
|
pso\psoceshi.m | 2625 | 2017-09-17 |