Skip to content

a simple example of particle swarm optimization to solve for roots of an equation written in lua

License

Notifications You must be signed in to change notification settings

return5/ParticleSwarmOptimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ParticleSwarmOptimization

a simple example of particle swarm optimization to solve for roots of an equation written in lua

simply enter an equation to find the roots. must be simple algebraic, not trig expression, nor complex values. user is also asked to input Min and Max values. these set the range for possible value for the root. user is also asked to set the number of individual particles.

About

a simple example of particle swarm optimization to solve for roots of an equation written in lua

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages