{ "info": { "author": "Peter Schmidbauer", "author_email": "peter.schmidb@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "![travis build](https://img.shields.io/travis/peter-schmidbauer/pythovolve.svg)\n![PyPI - License](https://img.shields.io/pypi/l/pythovolve.svg)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pythovolve.svg)\n\n# pythovolve\nA modular, object-oriented framework for evolutionary and genetic algorithms in Python 3.\n\n## Quick start\n\n### Installation using pip\n\nMake sure you have Python 3.6 installed by executing `python --version` in your command line.\n\nNext, simply execute \n\n pip install --upgrade pythovolve \n\nto install pythovolve.\n\n### Try it out (as a Library)\n\nCheck out the examples in the examples directory. To do that, clone the repository using git:\n\n git clone https://github.com/peter-schmidbauer/pythovolve.git\n\nIf you have already installed pythovolve, you can now run\n\n python pythovolve/examples/\n\nto execute one of the examples.\n\n### Try it out (as a CLI)\n\nIf you have already installed pythovolve, check out a simple CLI example by running:\n\n python -m pythovolve GA -r 30 -p\n\nTo run an ES on a difficult multi dimensional test function, try\n\n python -m pythovolve ES -d hoelder_table -m gauss -c single_point -p\n\nFor a full list and explanation of all CLI parameters, run\n\n python -m pythovolve -h\n\n\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/peter-schmidbauer/pythovolve", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pythovolve", "package_url": "https://pypi.org/project/pythovolve/", "platform": "", "project_url": "https://pypi.org/project/pythovolve/", "project_urls": { "Homepage": "https://github.com/peter-schmidbauer/pythovolve" }, "release_url": "https://pypi.org/project/pythovolve/0.1.1/", "requires_dist": [ "matplotlib", "seaborn", "sympy", "pandas", "scipy" ], "requires_python": "", "summary": "Object oriented framework for genetic algorithms", "version": "0.1.1" }, "last_serial": 5234634, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "126ccafc042fc205c474a2faef72db46", "sha256": "3837c798fe131b69393eec33077c30c35d14e9166e3a120bc20981735207ff06" }, "downloads": -1, "filename": "pythovolve-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "126ccafc042fc205c474a2faef72db46", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18216, "upload_time": "2018-12-01T13:27:55", "url": "https://files.pythonhosted.org/packages/73/d6/fedd3c27474b340c3059b82eedda871dbe024ccd4140e410c2a133c0de89/pythovolve-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ef6045f538125155cc486a24f3dba19", "sha256": "993a16940ad0e5676fdf0a0c88e67c349cc7b8d355747ef88e5df2d86ae63148" }, "downloads": -1, "filename": "pythovolve-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5ef6045f538125155cc486a24f3dba19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17174, "upload_time": "2018-12-01T13:27:57", "url": "https://files.pythonhosted.org/packages/46/6d/2e0351eb1ee9f2e861a55e76816c5890a1f37736d601aec2b7f5a64d8a73/pythovolve-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "126ccafc042fc205c474a2faef72db46", "sha256": "3837c798fe131b69393eec33077c30c35d14e9166e3a120bc20981735207ff06" }, "downloads": -1, "filename": "pythovolve-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "126ccafc042fc205c474a2faef72db46", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18216, "upload_time": "2018-12-01T13:27:55", "url": "https://files.pythonhosted.org/packages/73/d6/fedd3c27474b340c3059b82eedda871dbe024ccd4140e410c2a133c0de89/pythovolve-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ef6045f538125155cc486a24f3dba19", "sha256": "993a16940ad0e5676fdf0a0c88e67c349cc7b8d355747ef88e5df2d86ae63148" }, "downloads": -1, "filename": "pythovolve-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5ef6045f538125155cc486a24f3dba19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17174, "upload_time": "2018-12-01T13:27:57", "url": "https://files.pythonhosted.org/packages/46/6d/2e0351eb1ee9f2e861a55e76816c5890a1f37736d601aec2b7f5a64d8a73/pythovolve-0.1.1.tar.gz" } ] }