# Soft-Computing - Python Package
This python package contains python code used in the lectures and exercises of the IES Soft-Computing course.
## virtual environment
~~~bash
python -m venv softcomp-py
source ./softcomp-py/bin/activate
~~~
## install package
~~~bash
pip install -r requirements.txt
python setup.py install --user
~~~
Raw data
{
"_id": null,
"home_page": "https://ies.uni-kassel.de",
"name": "soft-comp",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Soft Computing, Evolutionary Algorithms, Fuzzy, Neural Networks",
"author": "Christian Gruhl",
"author_email": "cgruhl@uni-kassel.de",
"download_url": null,
"platform": null,
"description": "# Soft-Computing - Python Package\n\nThis python package contains python code used in the lectures and exercises of the IES Soft-Computing course.\n\n## virtual environment\n\n~~~bash\npython -m venv softcomp-py\nsource ./softcomp-py/bin/activate\n~~~\n\n## install package\n\n~~~bash\npip install -r requirements.txt\npython setup.py install --user\n~~~\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Soft-Computing algorithms and helpers for lecture and exercises - Intelligent Embedded Systems (IES), University of Kassel",
"version": "0.0.1.dev19",
"project_urls": {
"Homepage": "https://ies.uni-kassel.de"
},
"split_keywords": [
"soft computing",
" evolutionary algorithms",
" fuzzy",
" neural networks"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1ad3356552fb959114dd5a45d4eeb7783e4710db54b952a5c33bd828a8366627",
"md5": "7dd2e1d87fd9124f83e150d6cc87027a",
"sha256": "e602b3c6b155b3cd7b2e7e48028155df546a9896ab9e173687264b83684fffde"
},
"downloads": -1,
"filename": "soft_comp-0.0.1.dev19-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7dd2e1d87fd9124f83e150d6cc87027a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 13706,
"upload_time": "2024-08-19T13:13:40",
"upload_time_iso_8601": "2024-08-19T13:13:40.683412Z",
"url": "https://files.pythonhosted.org/packages/1a/d3/356552fb959114dd5a45d4eeb7783e4710db54b952a5c33bd828a8366627/soft_comp-0.0.1.dev19-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-19 13:13:40",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "soft-comp"
}