{ "info": { "author": "Simon Wessing", "author_email": "simon.wessing@tu-dortmund.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "Description\n===========\n\nThis package contains derivative-free optimization algorithms. With the\nexception of NMK, the included algorithms are even \"rank-based\" algorithms,\nwhich do not use the actual objective values, but only their ranks. Thus, they\ndo not require objective values to be scalar and finite. A total order on the\nobjective values is sufficient. For example, an objective function could\nreturn a list of values, which are then compared lexicographically. The\npackage can only handle bound constraints explicitly. For other constraints,\ninfeasible solutions should instead be penalized, e.g., evaluated with the\nworst possible function value (possibly infinity).\n\nThe package is geared to work with optimization problems as defined in the\npackage optproblems. The whole package assumes minimization problems\nthroughout.\n\n\nDocumentation\n=============\n\nThe documentation is located at\nhttps://www.simonwessing.de/dfoalgos/doc/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://ls11-www.cs.tu-dortmund.de/people/swessing/dfoalgos/doc/", "keywords": "derivative-free optimization algorithm simplex Spendley Nelder Mead Kelley pattern search", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "dfoalgos", "package_url": "https://pypi.org/project/dfoalgos/", "platform": "", "project_url": "https://pypi.org/project/dfoalgos/", "project_urls": { "Homepage": "https://ls11-www.cs.tu-dortmund.de/people/swessing/dfoalgos/doc/" }, "release_url": "https://pypi.org/project/dfoalgos/0.5/", "requires_dist": null, "requires_python": "", "summary": "Derivative-free optimization algorithms", "version": "0.5" }, "last_serial": 3626398, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ee6e04c5671dda5d325f160cdb6673a6", "sha256": "37a8c34e6f17b7f424872dc37da39b533d756e6b5bd42a8f677aa45daf289a3d" }, "downloads": -1, "filename": "dfoalgos-0.1.tar.gz", "has_sig": false, "md5_digest": "ee6e04c5671dda5d325f160cdb6673a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11842, "upload_time": "2016-07-01T10:19:42", "url": "https://files.pythonhosted.org/packages/f3/6e/18c10d5344c4c348d8c44b58d989c503fbebdc5e2c9ada05971c11cb66c8/dfoalgos-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7335ca6cc1e46943dfe2cde5c6b40660", "sha256": "bb21695ca37f7ed99e460509eb60400149be6b34d41500a46e25c35c33fc10bf" }, "downloads": -1, "filename": "dfoalgos-0.2.tar.gz", "has_sig": false, "md5_digest": "7335ca6cc1e46943dfe2cde5c6b40660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18541, "upload_time": "2017-08-15T14:18:50", "url": "https://files.pythonhosted.org/packages/2d/16/61ccf8e849d13955e865cb90dbeb7a18fc23a5668c66969f5f846be96e12/dfoalgos-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "7f6f9001081e58a105c2ba1fc6a53bf7", "sha256": "d8e782b61a4a80a4982c02aa62e4dba36be2d202bb9ba572ca2b7da4078fc6cc" }, "downloads": -1, "filename": "dfoalgos-0.3.tar.gz", "has_sig": false, "md5_digest": "7f6f9001081e58a105c2ba1fc6a53bf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18101, "upload_time": "2017-10-16T12:41:14", "url": "https://files.pythonhosted.org/packages/40/f8/5fad9977fa88fd318acdce145a1ec460afd7fc3e0c5266a8c98fed0bc9d7/dfoalgos-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "e049a82cad4540cbf7c9ae8427e40672", "sha256": "b7503d6eaaf07d88b70bd2059d4deb6366ded4e024cf4c9f67f9e5b353e19b5f" }, "downloads": -1, "filename": "dfoalgos-0.4.tar.gz", "has_sig": false, "md5_digest": "e049a82cad4540cbf7c9ae8427e40672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19192, "upload_time": "2017-12-19T13:56:12", "url": "https://files.pythonhosted.org/packages/f9/eb/8be491d9a5788267fca3da5630ac3a4caee2ed408553d356531b8d0f06f3/dfoalgos-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "76bce5c3867b97db017ba2daabeda73a", "sha256": "cbd109e766d657a2e2e1c5de345bbfe0e24805d92ce03c7d67d7a496ee4505d5" }, "downloads": -1, "filename": "dfoalgos-0.5.tar.gz", "has_sig": false, "md5_digest": "76bce5c3867b97db017ba2daabeda73a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21441, "upload_time": "2018-02-28T19:58:23", "url": "https://files.pythonhosted.org/packages/a6/ba/fc71c8668f4903130bc1103ca20f5523141d3be034d5058151431b942894/dfoalgos-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76bce5c3867b97db017ba2daabeda73a", "sha256": "cbd109e766d657a2e2e1c5de345bbfe0e24805d92ce03c7d67d7a496ee4505d5" }, "downloads": -1, "filename": "dfoalgos-0.5.tar.gz", "has_sig": false, "md5_digest": "76bce5c3867b97db017ba2daabeda73a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21441, "upload_time": "2018-02-28T19:58:23", "url": "https://files.pythonhosted.org/packages/a6/ba/fc71c8668f4903130bc1103ca20f5523141d3be034d5058151431b942894/dfoalgos-0.5.tar.gz" } ] }