pyswarm


Namepyswarm JSON
Version 0.6 PyPI version JSON
download
home_pagehttps://github.com/tisimst/pyswarm
SummaryParticle swarm optimization (PSO) with constraint support
upload_time2014-10-22 04:38:23
maintainerNone
docs_urlhttps://pythonhosted.org/pyswarm/
authorAbraham Lee
requires_pythonNone
licenseBSD License
keywords pso particle swarm optimization optimization python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========================================================
Particle swarm optimization (PSO) with constraint support
=========================================================

The ``pyswarm`` package is a gradient-free, evolutionary optimization package 
for python that supports constraints.

What's New
==========

In this release, we've added Python3 compatibility.

Requirements
============

- NumPy

Installation and download
=========================

See the `package homepage`_ for helpful hints relating to downloading
and installing pyswarm.


Source Code
===========

The latest, bleeding-edge, but working, `code
<https://github.com/tisimst/pyDOE/tree/master/pyswarm>`_
and `documentation source
<https://github.com/tisimst/pyswarm/tree/master/doc/>`_ are
available `on GitHub <https://github.com/tisimst/pyswarm/>`_.

Contact
=======

Any feedback, questions, bug reports, or success stores should
be sent to the `author`_. I'd love to hear from you!

License
=======

This package is provided under two licenses:

1. The *BSD License*
2. Any other that the author approves (just ask!)

References
==========

- `Particle swarm optimization`_ on Wikipedia

.. _author: mailto:tisimst@gmail.com
.. _Particle swarm optimization: http://en.wikipedia.org/wiki/Particle_swarm_optimization
.. _package homepage: http://pythonhosted.org/pyswarm
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tisimst/pyswarm",
    "name": "pyswarm",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/pyswarm/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "PSO,particle swarm optimization,optimization,python",
    "author": "Abraham Lee",
    "author_email": "tisimst@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/79/1e/254c108b5e65c65d57a83a9a448405ea8b6a6c5c10dada8bcab4e9d9a831/pyswarm-0.6.tar.gz",
    "platform": "UNKNOWN",
    "description": "=========================================================\nParticle swarm optimization (PSO) with constraint support\n=========================================================\n\nThe ``pyswarm`` package is a gradient-free, evolutionary optimization package \nfor python that supports constraints.\n\nWhat's New\n==========\n\nIn this release, we've added Python3 compatibility.\n\nRequirements\n============\n\n- NumPy\n\nInstallation and download\n=========================\n\nSee the `package homepage`_ for helpful hints relating to downloading\nand installing pyswarm.\n\n\nSource Code\n===========\n\nThe latest, bleeding-edge, but working, `code\n<https://github.com/tisimst/pyDOE/tree/master/pyswarm>`_\nand `documentation source\n<https://github.com/tisimst/pyswarm/tree/master/doc/>`_ are\navailable `on GitHub <https://github.com/tisimst/pyswarm/>`_.\n\nContact\n=======\n\nAny feedback, questions, bug reports, or success stores should\nbe sent to the `author`_. I'd love to hear from you!\n\nLicense\n=======\n\nThis package is provided under two licenses:\n\n1. The *BSD License*\n2. Any other that the author approves (just ask!)\n\nReferences\n==========\n\n- `Particle swarm optimization`_ on Wikipedia\n\n.. _author: mailto:tisimst@gmail.com\n.. _Particle swarm optimization: http://en.wikipedia.org/wiki/Particle_swarm_optimization\n.. _package homepage: http://pythonhosted.org/pyswarm",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Particle swarm optimization (PSO) with constraint support",
    "version": "0.6",
    "split_keywords": [
        "pso",
        "particle swarm optimization",
        "optimization",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "791e254c108b5e65c65d57a83a9a448405ea8b6a6c5c10dada8bcab4e9d9a831",
                "md5": "7990731e7f38748bbce3ed4db23f430a",
                "sha256": "1401e8e39fc624b48db39f1e928b1fc4d8204b96aa6ce2ef97d192740972f2e1"
            },
            "downloads": -1,
            "filename": "pyswarm-0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7990731e7f38748bbce3ed4db23f430a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4265,
            "upload_time": "2014-10-22T04:38:23",
            "upload_time_iso_8601": "2014-10-22T04:38:23.837165Z",
            "url": "https://files.pythonhosted.org/packages/79/1e/254c108b5e65c65d57a83a9a448405ea8b6a6c5c10dada8bcab4e9d9a831/pyswarm-0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2014-10-22 04:38:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tisimst",
    "github_project": "pyswarm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyswarm"
}
        
Elapsed time: 0.05303s