Skip to content

dipsuji/ml-optimization-problem-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ml-optimization-problem-example

PSO, GA, MOPSO, Minimizations problems

Tech

Solve the Maximizations and minimazations problems using Mashine learning Algorithms.

  • Particle swarm optimization (PSO)
  • Genetic Algorithms (GA)

Run Notebook

1- Run using google collab -

  • Download notebook, and datasets.
  • Use google colab, upload notebook and data and run.

2- Using Vs code editor -

  • clone reporsitory
  • open in VS code, install Jupyter extension aand run the notebook.

2- Using Jupyter CLI -

  • Install Jupyter on system
  • got to the project folder and run 'Jupyter notebook'
  • It will run on localhost on port 8888.
  • then you can run any notebook.

About

PSO, GA, MOPSO, Minimizations problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published