Skip to content

An implementation of multi objective particle swarm optimization technique for a minimization problem

License

Notifications You must be signed in to change notification settings

AminGholizad/MOPSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOPSO

An implementation of multi objective particle swarm optimization technique for a minimization problem

View MOPSO on File Exchange

In this project there are two ways that I have implemented nonlinear constraints:

  1. In MOPSO1 constraints are computed with objectives in one file and a zero or positive infeasabilty value is assinged to a particle where zero means it is feasable.
  2. In MOPSO2 constraints are in other function and if a particle is infeasable the onjective function will not be evaluated in order to save computation time, and objective values of that particle will be NaN.

About

An implementation of multi objective particle swarm optimization technique for a minimization problem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages