Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ Synthesize(inputs, outputs):
|
|
21 |
|
22 |
## π¨π½βπ» Project Description
|
23 |
|
24 |
-
Here, we implement the non-ML subset of BUSTLE, the algorithm proposed by [Odena *et al.* (2021)](https://arxiv.org/abs/2007.14381). That is, we implement bottom-up enumerative search for simple compound expressions, excluding conditionals, recursion and loops.
|
25 |
|
26 |
To run the program, run `synthesis.py` with the following arguments:
|
27 |
```
|
|
|
21 |
|
22 |
## π¨π½βπ» Project Description
|
23 |
|
24 |
+
Here, we implement the non-ML subset of BUSTLE, the algorithm proposed by [Odena *et al.* (2021)](https://arxiv.org/abs/2007.14381). That is, we implement bottom-up enumerative search for simple compound expressions, excluding conditionals, recursion, and loops. The implementation is generic and flexibly supports multiple target languages. Arithmetic and string manipulations are natively supported, defined in `arithmetic.py` and `string.py`, respectively.
|
25 |
|
26 |
To run the program, run `synthesis.py` with the following arguments:
|
27 |
```
|