PySwarms
latest

General

  • Introduction
  • Features
  • Installation
  • Credits
  • History

Examples

  • Tutorials
  • Use cases
    • Training a Neural Network
    • Inverse Kinematics Problem
    • Solving an electric circuit using Particle Swarm Optimization

Developer's Guide

  • Contributing
  • Understanding the PySwarms API
  • Writing your own optimization loop
  • Contributing your own optimizer

API Documentation

  • Backend
  • Base Classes
  • Optimizers
  • Utilities
PySwarms
  • Docs »
  • Use cases
  • Edit on GitHub

Use casesΒΆ

These are all user-submitted use-cases on how they used PySwarms for a variety of problems:

  • Training a Neural Network
    • Load the iris dataset
    • Constructing a custom objective function
    • Neural network architecture
    • Performing PSO on the custom-function
    • Checking the accuracy
  • Inverse Kinematics Problem
    • IK as an Optimization Problem
      • Initializing the Swarm
      • Finding the global optimum
    • Preparations
    • Running the algorithm
  • Solving an electric circuit using Particle Swarm Optimization
    • Introduction
      • Mathematical Formulation
      • Known parameter values
    • Optimization
      • Defining the cost fuction
      • Setting the optimizer
      • Checking the solution
Next Previous

© Copyright 2017, Lester James V. Miranda Revision 70c969d9.

Built with Sphinx using a theme provided by Read the Docs.