https://github.com/uduse/maratus
A toolkit for developing and evaluating program synthesis algorithms.
https://github.com/uduse/maratus
Last synced: 27 days ago
JSON representation
A toolkit for developing and evaluating program synthesis algorithms.
- Host: GitHub
- URL: https://github.com/uduse/maratus
- Owner: uduse
- Created: 2020-07-08T23:01:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T18:24:10.000Z (over 2 years ago)
- Last Synced: 2025-04-01T12:09:13.809Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maratus
A toolkit for developing and evaluating program synthesis algorithms.## Installation
`maratus` uses `pipenv` to manage dependencies. Make sure you have `pipenv` installed already.To install dependencies:
```
git clone https://github.com/uduse/maratus
cd maratus
pipenv install --dev
```Then do a sanity check:
```
pipenv run python sandbox.py
```