Skip to content

Commit

Permalink
Run 200 at 1500 iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
khoint5304 authored Nov 25, 2023
1 parent 1f8e8e4 commit 222a914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: pip install -r dev-requirements.txt

- name: Test sample
timeout-minutes: 60
timeout-minutes: 600
run: |
coverage run \
tsp.py ${{ matrix.problem }} \
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:
matrix:
problem: [
"10.10.1", "10.10.2", "10.10.3", "10.10.4", "10.20.1", "10.20.2", "10.20.3", "10.20.4", "10.5.1", "10.5.2", "10.5.3", "10.5.4",
"20.10.1", "20.10.2", "20.10.3", "20.10.4", "20.20.1", "20.20.2", "20.20.3", "20.20.4", "20.5.1", "20.5.2", "20.5.3", "20.5.4",
"200.10.1", "200.10.2", "200.10.3", "200.10.4", "200.20.1", "200.20.2", "200.20.3", "200.20.4", "200.30.1", "200.30.2", "200.30.3", "200.30.4",
"50.10.1", "50.10.2", "50.10.3", "50.10.4", "50.20.1", "50.20.2", "50.20.3", "50.20.4", "50.30.1", "50.30.2", "50.30.3", "50.30.4", "50.40.1", "50.40.2", "50.40.3", "50.40.4",
]
iterations: [2000]
iterations: [1500]
tabu_size: [10]
drone_config: ["3 3 3 3"]
energy_mode: ["linear", "non-linear"]
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
run: pip install -r dev-requirements.txt

- name: Test sample
timeout-minutes: 60
timeout-minutes: 600
run: |
coverage run \
d2d.py ${{ matrix.problem }} \
Expand Down

0 comments on commit 222a914

Please sign in to comment.