Skip to content

Commit 010a786

Browse files
committed
Add README
1 parent ada3ad2 commit 010a786

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Getting started
2+
3+
Install requirements see (`requirements.txt`)
4+
Set PROJECT\\<sub>DIR</sub> to the path to the directory of this repo in `.env`
5+
6+
7+
# Usage
8+
9+
10+
## Generating expressions
11+
12+
In order to **generate** expressions for a given set of settings, use
13+
`src/generate_expressions.py`
14+
15+
python src/generate_expressions.py --max_model_size 9 --max_expression_length 8 --json_setup Logical_index.json
16+
17+
The script will store the results under $PROJECT<sub>DIR</sub>/results/ by default.

0 commit comments

Comments
 (0)