Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ fig = pipeline.sample(image=image)
|
|
36 |
if fig.is_rasterizable:
|
37 |
fig.rasterize().show()
|
38 |
|
39 |
-
# run MCTS for 10 minutes and generate multiple TikZ programs
|
40 |
figs = set()
|
41 |
for score, fig in pipeline.simulate(image=image, timeout=600):
|
42 |
figs.add((score, fig))
|
|
|
36 |
if fig.is_rasterizable:
|
37 |
fig.rasterize().show()
|
38 |
|
39 |
+
# run MCTS for 10 minutes and generate multiple TikZ programs
|
40 |
figs = set()
|
41 |
for score, fig in pipeline.simulate(image=image, timeout=600):
|
42 |
figs.add((score, fig))
|