{ "info": { "author": "Will Furnass", "author_email": "will@thearete.co.uk", "bugtrack_url": null, "classifiers": [], "description": "===========\nPyShoal\n===========\n\nPyShoal is an implementation of in Python.\n\nTypical usage::\n\n #!/usr/bin/env python\n from pso import PSO\n\n def rastrigin(a,b):\n return 0- (10 * 2 + \\\n (a**2 - (10 * np.cos(2 * np.pi * a))) + \\\n (b**2 - (10 * np.cos(2 * np.pi * b))))\n\n obj_func = rastrigin\n o = PSO(obj_func = obj_func, \n init_var_ranges = ((-500,500),(-500,500)), \n n_parts = 144, \n topo=\"gbest\", \n weights=[0.9, 0.4, 1.0, 2.5])\n res = o.opt(max_itr = 100, \n tol_thres = (0.01,0.01), \n tol_win = 5, \n plot = True, \n save_plots=False)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "PyShoal", "package_url": "https://pypi.org/project/PyShoal/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyShoal/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/PyShoal/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Particle Swarm Optimisation implementation.", "version": "0.1.0" }, "last_serial": 785366, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ea42045134df6e229fe9c43bb5d6f71d", "sha256": "f9a8a084dd11d87e4eb60fa15691aa1e2333079f746b71444782cbad5f8d3b8c" }, "downloads": -1, "filename": "PyShoal-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ea42045134df6e229fe9c43bb5d6f71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18285, "upload_time": "2012-07-14T17:45:31", "url": "https://files.pythonhosted.org/packages/81/c7/f052d735534d0c1902e8366ccbf83f7ea181f82ac32b4c987d752c60f3b1/PyShoal-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea42045134df6e229fe9c43bb5d6f71d", "sha256": "f9a8a084dd11d87e4eb60fa15691aa1e2333079f746b71444782cbad5f8d3b8c" }, "downloads": -1, "filename": "PyShoal-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ea42045134df6e229fe9c43bb5d6f71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18285, "upload_time": "2012-07-14T17:45:31", "url": "https://files.pythonhosted.org/packages/81/c7/f052d735534d0c1902e8366ccbf83f7ea181f82ac32b4c987d752c60f3b1/PyShoal-0.1.0.tar.gz" } ] }