| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- @echo off
- cd /d %~dp0
- if exist ..\..\.venv\Scripts\activate.bat call ..\..\.venv\Scripts\activate.bat
- echo Worker Group 0 starting...
- echo =======================================
- echo Running Requirement Index: -1
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index -1
- python run_pipeline.py --index -1
- if not exist "output\000\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index -1
- ) else (
- echo [Verified] output\000\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 4
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 4
- python run_pipeline.py --index 4
- if not exist "output\005\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 4
- ) else (
- echo [Verified] output\005\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 9
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 9
- python run_pipeline.py --index 9
- if not exist "output\010\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 9
- ) else (
- echo [Verified] output\010\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 14
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 14
- python run_pipeline.py --index 14
- if not exist "output\015\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 14
- ) else (
- echo [Verified] output\015\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 19
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 19
- python run_pipeline.py --index 19
- if not exist "output\020\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 19
- ) else (
- echo [Verified] output\020\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 24
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 24
- python run_pipeline.py --index 24
- if not exist "output\025\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 24
- ) else (
- echo [Verified] output\025\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 29
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 29
- python run_pipeline.py --index 29
- if not exist "output\030\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 29
- ) else (
- echo [Verified] output\030\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 34
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 34
- python run_pipeline.py --index 34
- if not exist "output\035\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 34
- ) else (
- echo [Verified] output\035\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 39
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 39
- python run_pipeline.py --index 39
- if not exist "output\040\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 39
- ) else (
- echo [Verified] output\040\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 44
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 44
- python run_pipeline.py --index 44
- if not exist "output\045\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 44
- ) else (
- echo [Verified] output\045\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 49
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 49
- python run_pipeline.py --index 49
- if not exist "output\050\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 49
- ) else (
- echo [Verified] output\050\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 54
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 54
- python run_pipeline.py --index 54
- if not exist "output\055\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 54
- ) else (
- echo [Verified] output\055\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 59
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 59
- python run_pipeline.py --index 59
- if not exist "output\060\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 59
- ) else (
- echo [Verified] output\060\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 64
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 64
- python run_pipeline.py --index 64
- if not exist "output\065\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 64
- ) else (
- echo [Verified] output\065\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 69
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 69
- python run_pipeline.py --index 69
- if not exist "output\070\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 69
- ) else (
- echo [Verified] output\070\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 74
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 74
- python run_pipeline.py --index 74
- if not exist "output\075\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 74
- ) else (
- echo [Verified] output\075\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 79
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 79
- python run_pipeline.py --index 79
- if not exist "output\080\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 79
- ) else (
- echo [Verified] output\080\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 84
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 84
- python run_pipeline.py --index 84
- if not exist "output\085\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 84
- ) else (
- echo [Verified] output\085\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 89
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 89
- python run_pipeline.py --index 89
- if not exist "output\090\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 89
- ) else (
- echo [Verified] output\090\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo =======================================
- echo Running Requirement Index: 94
- echo =======================================
- echo [Attempt 1] python run_pipeline.py --index 94
- python run_pipeline.py --index 94
- if not exist "output\095\strategy.json" (
- echo =======================================
- echo [Retry] target.json missing, retrying once...
- echo =======================================
- python run_pipeline.py --index 94
- ) else (
- echo [Verified] output\095\strategy.json generated successfully.
- )
- timeout /t 2 > NUL
- echo Worker Group 0 finished!
- pause
|