Skip to content

Commit eb1c11f

Browse files
committed
updated mat file details
1 parent bf431da commit eb1c11f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,12 @@ If you want to run a batch of optimization, you can use ``batch_run.sh`` file un
9595
bash runscripts/batch_run.sh
9696
```
9797

98-
When you execute any of the above commands, it will create a folder name ``results`` and will save the entire optimization history in a mat file.
99-
10098
> ⚠️ **_NOTE:_** It is recommended to run the python or the bash file from the root folder and NOT from within the subfolder.
10199
100+
When you either run the `optimize.py` file or any of the scripts, a folder named ``results`` will be created that consists of
101+
different subfolders, depending on the problem you are solving and the method you selected. A mat file will be saved within appropriate
102+
subfoler that contains entire optimization history.
103+
102104
## 📊 Results from paper
103105

104106
To reproduce the data reported in the paper, you can use ``paper_results.sh`` script. Use the following command to run this script:

0 commit comments

Comments
 (0)