pyswarms

There are 7 repositories under pyswarms topic.

  • Bhavya1705/WindFarmOptimization

    Windfarm Optimization using Particle Swarm Optimization (Done using PySwarms) and Circle Packing.

    Language:Jupyter Notebook4100
  • mohammad95labbaf/PSO-GA-Strategy-Optimization

    This repository focuses on optimizing a trend-based trading strategy for the EURUSD currency pair. By combining PSO and GA, the goal is to maximize returns while minimizing risk. The strategy considers buy and sell signals based on Supertrend and EMA conditions, with a fixed commission of 3 pips per trade.

    Language:Jupyter Notebook2100
  • mstapaj/Inteligencja_Obliczeniowa_Projekt_I

    A project in which nonogram puzzles are solved using genetic algorithms and swarm intelligence. The project compares the performance and quality of different solutions for different sizes of nonograms. The program was written in python using the pygad and pyswarms packages.

    Language:Python2100
  • georginaalbadri/reaction-advection-diffusion

    1D and 2D axisymmetric solvers for reaction-advection-diffusion PDE. Also includes applications: parameter sweep, parameter sensitivity analysis (SALib), parameter optimisation (PSO - pyswarms).

    Language:Jupyter Notebook0100
  • phbillet/SwaNN

    SwaNN is a simple framework for neural network training with particle swarm optimization.

    Language:Jupyter Notebook0100
  • apethani21/random

    Language:Jupyter Notebook10
  • TrixiePhany/Pyswarm-Optimization

    To optimize the hyperparameters of the SVM model to maximize the accuracy. Define a function that takes the hyperparameters as input and returns the negative accuracy (since PSO minimizes the objective function) in python

    Language:Jupyter Notebook