From be251d603ee328d765e77e7a4763f42e6eae1ae1 Mon Sep 17 00:00:00 2001 From: Filippo Airaldi Date: Tue, 26 Nov 2024 10:30:54 +0100 Subject: [PATCH] updated README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e30ae5..b63e363 100644 --- a/README.md +++ b/README.md @@ -260,12 +260,11 @@ Then, to launch the simulations, run python mpc-tuning/tune.py --methods myopic ms-gh.1.1.1 ms-gh.10.5 --n-jobs={number-of-jobs} --devices {list-of-available-devices} --csv={filename} --n-trials=30 ``` -where we limited the number of trials to just 20. You can monitor the progress of the -simulation with the same `benchmarking/status.py` script as before. To analyze the -results obtained by us, run +You can monitor the progress of the simulation with the same `benchmarking/status.py` +script as before. To analyze the results obtained by us, run ```bash -python mpc-tuning/analyze.py mpc-tuning/results.csv --plot --include-methods myopic ms-gh.1.1.1$ ms-gh.10.5 +python mpc-tuning/analyze.py mpc-tuning/results.csv {--summary,--plot,--pgfplotstables} --include-methods myopic ms-gh.1.1.1$ ms-gh.10.5 ``` ---