Code Monkey home page Code Monkey logo

pso's Introduction

Particle Swarm Optimization (PSO)

Particle Swarm Optimization (PSO) is a gradient-free heuristic optimization algorithm first proposed in a seminal paper by Eberhart & Kennedy (1995). The algorithm searches for a function’s global minimum over a continuous search space using simple rules derived from the observed behaviours of social organisms navigating a complex environment; we refer to such rules as swarm intelligence (SI) rules. The aim of this project is threefold:

  1. We formally introduce the PSO algorithm as well as a recent variant, the Quantum-behaved Particle Swarm Optimization (QPSO) algorithm, and show how these can be implemented in Python.
  2. WebrieflyrevisitthedeathofMoore’slaw,Waldrop(2016),andthereforemotivateparallelcomputing as a crucial tool in modern statistical computing.
  3. Weanalyzetheperformanceofparallelisedandnon-parallelisedimplementationsofPSOandQPSO in Python across a range of test functions. The report is structured as follows: section 2 formally introduces the PSO algorithm, section 3 formally introduces the QPSO algorithm, section 4 discusses some practical concerns regarding parallelisation and implementation of our algorithm, section 5 describes the actual implementation of the PSO and QPSO al- gorithms in Python, section 6 discusses the performance of the algorithms for different test functions, and section 7 offers some concluding remarks.

pso's People

Contributors

luzhouuu avatar

Watchers

 avatar

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.