Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Add "Particle Swarm Optimization" algorithm to SciPy.optimization #12821

Closed
wants to merge 2 commits into from
Closed

DEV: Add "Particle Swarm Optimization" algorithm to SciPy.optimization #12821

wants to merge 2 commits into from

Commits on Sep 5, 2020

  1. DEV: Add "Particle Swarm Optimization" algorithm to SciPy.optimization

    Added a new optimization algorithm and some tests to ensure
    the correct behaviour of the code. Also the __init__.py file of
    SciPy.optimization has been modified to include this new
    feature.
    damarro3 committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    efbc9d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    fee78f4 View commit details
    Browse the repository at this point in the history