Skip to content

Various single and multi-objective optimization problems and solutions with Python

License

Notifications You must be signed in to change notification settings

jussiks/optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

optimization

Various single and multi-objective optimization problems and solutions with Python.

Includes

  • evolutionary algorithm for solving N-queens problem
  • particle swarm algorithm
  • implementations of some of the methods used in NSGA2 and MOEA-D algorithms

Dependencies

numpy, scipy (for running tests), matplotlib (optional, for displaying plots during particle swarm optimization)

About

Various single and multi-objective optimization problems and solutions with Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages