Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvmann authored Dec 6, 2024
1 parent bf9ed07 commit 29e3e0b
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,26 +239,7 @@ You can resume an interrupted QUARK run by calling:
```
python src/main.py --resume-dir=<result-dir>
```
Note that you can copy/paste the --resume-dir option from the QUARK output as shown in the above example.


Example for a config file:

```
application:
config:
nodes:
- 3
name: TSP
submodules:
- config: {}
name: GreedyClassicalTSP
submodules:
- config: {}
name: Local
submodules: []
repetitions: 1
```
Note that you can copy/paste the ```--resume-dir``` option from the QUARK output as shown in the above example.

### Run as Container
We also support the option to run the framework as a container.
Expand Down

0 comments on commit 29e3e0b

Please sign in to comment.