Git Product home page Git Product logo

arawxx / pso-demonstration Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 476.24 MB

Demonstration of Particle Swarm Optimization (Auto Hyperparameter variant).

Python 100.00%
heuristic-search-algorithms heuristics matplotlib metaheuristic metaheuristic-algorithms metaheuristic-optimisation metaheuristic-optimization metaheuristics numpy optimization python particle-swarm-optimization pso pso-algorithm

pso-demonstration's Introduction

Partilce Swarm Optimization demonstration

Two-dimensional input and Single objective (finding minimum), with Auto Hyperparameterization

PSO Demo

You may add your own functions as well, inside the benchmark_functions.py file. For that, you have to first define your function like a regular one, then you must insert the function attributes inside the dictionary, as this dictionary is what the other files use for getting the required information about the functions.

NOTE: In the resulting animation gif, a small star symbol can be seen on a specific part of each function. This star shows the function's known minimum, and is used to check how PSO is performing. If the point is known, you may enter it in the functions dictionary (minimum_x and minimum_y keys), otherwise just assign None value to them.

Whichever function you want to see the optimization get performed on, you can simply assign the key number that is mapped to your expected function in the functions dictionary, inside the main.py file. You can use demonstrate function's file_path argument to specify where you want to save the output gif.

NOTE: Output file is in .gif format, so your file name must end in .gif.

pso-demonstration's People

Contributors

arawxx avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.