Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qcappart authored May 28, 2020
1 parent 8d09ad2 commit 95f831c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ found within the time limit.
| RBS-PPO | **928** | 2508 | 4843 |

```shell
./benchmarking/TSPTW_bmk.sh 1 20 60000
./benchmarking/TSPTW_bmk.sh 1 50 60000
./benchmarking/TSPTW_bmk.sh 1 100 60000# Arguments : [seed] [n_city] [timeout]
./benchmarking/tsptw_bmk.sh 1 20 60000 # Arguments: [seed] [n_city] [timeout - ms]
./benchmarking/tsptw_bmk.sh 1 50 60000
./benchmarking/tsptw_bmk.sh 1 100 60000
```

### Profit for Portfolio Optimization
Expand All @@ -133,9 +133,9 @@ found within the time limit.
| RBS-PPO | 85% | 95% | 95% |

```shell
./benchmarking/TSPTW_bmk.sh 1 200 60000 # Arguments: [seed] [n_city] [timeout]
./benchmarking/TSPTW_bmk.sh 1 50 60000
./benchmarking/TSPTW_bmk.sh 1 100 60000
./benchmarking/portfolio_bmk.sh 1 20 60000
./benchmarking/portfolio_bmk.sh 1 50 60000
./benchmarking/portfolio_bmk.sh 1 100 60000
```

## Technologies and tools used
Expand Down

0 comments on commit 95f831c

Please sign in to comment.