Skip to content

Commit

Permalink
Indexing pso
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejia8 committed Oct 30, 2017
1 parent 488d847 commit 2b9f645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -12,6 +12,7 @@ Pkg.clone("git@github.com:jmejia8/Metaheuristics.jl.git")

- ECA algorithm
- Differential Evolution (DE) algorithm
- Particle swarm optimization (PSO) algorithm

### ECA

Expand Down Expand Up @@ -80,7 +81,7 @@ result, fitness = diffEvolution(sphere, D; limits=(-10, 10))


### PSO
Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. [Read more...](https://en.wikipedia.org/wiki/Particle_swarm_optimization)
Particle swarm optimization is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. [Read more...](https://en.wikipedia.org/wiki/Particle_swarm_optimization)

#### Parameters
- **func:** objective function.
Expand Down

0 comments on commit 2b9f645

Please sign in to comment.