added doc details to recognize particle swarm optimization
This commit is contained in:
parent
967b6b7741
commit
3adf8a19f4
20 changed files with 25 additions and 20 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
|
||||
/**
|
||||
* Linear (inertia) weight updater. Update a weight according to:
|
||||
* Linear (inertia) weight updater for particle swarm optimization. Update a weight according to:
|
||||
* w(t)=(w(0)-w(Nt))*(Nt -t)/Nt + w(Nt) where
|
||||
* t is the current generation/event
|
||||
* Nt is the total number of generations/event
|
||||
|
|
|
|||
Reference in a new issue