# GradGen
Code generation for cost gradient
### Installation instructions
To build this project locally:
- Create a virtual environment: `virtualenv -p python3 venv`
- Activate the virtual environment. On Linux/MacOS, run `source venv/bin/activate`
- Install the project: `pip install .`
The folder `playground` can be used during the design phase of the project to try out different things, but it should be removed for release.
Raw data
{
"_id": null,
"home_page": "https://github.com/alphaville/gradgen",
"name": "gradgen",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "optimization,nonconvex,embedded",
"author": "['Jie Lin', 'Pantelis Sopasakis']",
"author_email": "p.sopasakis@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d5/6c/b6cda70e92a02441c8ad80d3a969b576b914750023b2018846a918932a36/gradgen-0.1.0.tar.gz",
"platform": null,
"description": "\n# GradGen\n\nCode generation for cost gradient\n\n### Installation instructions\n\nTo build this project locally:\n\n- Create a virtual environment: `virtualenv -p python3 venv`\n- Activate the virtual environment. On Linux/MacOS, run `source venv/bin/activate`\n- Install the project: `pip install .`\n\nThe folder `playground` can be used during the design phase of the project to try out different things, but it should be removed for release.\n\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Gradient computation with AD for optimal control",
"version": "0.1.0",
"split_keywords": [
"optimization",
"nonconvex",
"embedded"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d7e9497d7f06834c0c349edf129c525ac10dca95105f88a7bfaa6ea06147375",
"md5": "c846592569b0233c7af8feb744a619d6",
"sha256": "74562afcf3a293de612708ed72d009d3392038602744ddd26fd7106c0a7ea0da"
},
"downloads": -1,
"filename": "gradgen-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c846592569b0233c7af8feb744a619d6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 13148,
"upload_time": "2023-02-10T21:41:18",
"upload_time_iso_8601": "2023-02-10T21:41:18.175247Z",
"url": "https://files.pythonhosted.org/packages/8d/7e/9497d7f06834c0c349edf129c525ac10dca95105f88a7bfaa6ea06147375/gradgen-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d56cb6cda70e92a02441c8ad80d3a969b576b914750023b2018846a918932a36",
"md5": "10c38103f3b8b792bef51f5aed1e8d97",
"sha256": "86921cda7ecdaec2fd52304bcdee21f3d6e32c8c42601ed38918abece4cd946c"
},
"downloads": -1,
"filename": "gradgen-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "10c38103f3b8b792bef51f5aed1e8d97",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11230,
"upload_time": "2023-02-10T21:41:20",
"upload_time_iso_8601": "2023-02-10T21:41:20.688608Z",
"url": "https://files.pythonhosted.org/packages/d5/6c/b6cda70e92a02441c8ad80d3a969b576b914750023b2018846a918932a36/gradgen-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-10 21:41:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "alphaville",
"github_project": "gradgen",
"lcname": "gradgen"
}