Skip to content

alexander34ro/particle-swarm-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle Swarm Optimization for global minimum

It is a Rails 5.1 app with Ruby 2.4

Running on your Machine

Get the source:

$ git clone https://github.com/alexander34ro/pso.git

$ cd pso

Then install the bundler gem:

$ gem install bundler

Set up the other gems:

$ bundle install

Start the server:

$ rails s

Open http://localhost:3000 in your browser to see the app running.

About

PSO for finding the minimum of a function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published