Giter VIP home page Giter VIP logo

hybrid_mopso's Introduction

HybridPSODevelopment

Update and Notification :


All the work in this rep is finished as a research assistant of Advanced Manufacturing Group of Department of Mechanical and Energy Engineering, Southern University of Science and Technology,cooperating with PhD candidate Zhanying CHEN , and under the supervised of Prof. Xuekun LI. Both of my supervisor and cooperator are from Institude of Manufacturing Engineering, Tsinghua University.

Reference literature will be supplied with review later. (when I'm out of endless exams and projects)

ALL COMPYRIGHTS RESERVED


Depiction


This project aimed to develop extended PSO algorithm that is of praticle value for optimization problems in real engineering.

Features of the algorithm:

1. Multple objectives

Two sets of codes, uses relatively density measure and superposition method when select leader for the searm is provided.

2. Multiple constraints

In all codes provided, multiple constraints are handled with feasible area method (which is proved to be a more efficient method compared to basic projection method ).

3. Setable weights on different objectives

Although codes selecting leader with density measure is provided, all codes select a final global optima relys on Grid Index, which is essentially superposition of objective functions. The weights attached to different objectives are setable.

4. Produces a unique global optima together with Pareto Front

The codes in the pack are set to graph the Pareto Front, as well as using a blue square to suggest position of the global optima. Codes which can be used to graph the process of all particles together with Pareto Front is also reserved (and commented). However there may be particles whose values of objective functions might include imaginary numbers, so it's not suggested to be used.

Codes in the pack

MOPSO(density meausre method)

Matlab codes of MOPSO algorithm uses density measure.

mopsoDensityMeasure

Basic MOPSO using density measure.

mopsoVariantParameter

MOPSO using density measure, and improved with vairnt weight and learning factor (c1 and c2) duirng runtime. (I've examined this two algorithms in several different ways, but end up failling to decide which one performs better).

MOPSO(Superposition Method)

MOPSO using superposition method and basic, non-variant coeeficient.

Reference

Very original version of codes comes from : https://www.mathworks.com/matlabcentral/fileexchange/52870-multi-objective-particle-swarm-optimization--mopso-

More detaied description will be presented in technical document (which by now, may still reamianed unfinished).

You are welcome to contact me for any problems at: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.