You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GETTING_STARTED.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -391,7 +391,7 @@ We provide the scores and performance profiles for the [paper baseline algorithm
391
391
## Package your Submission code
392
392
393
393
If you have registered for the AlgoPerf competition you will receive
394
-
an email with a link to a UI to upload a compressed submission folder.
394
+
an email on 3/27/2024 with a link to a UI to upload a compressed submission folder.
395
395
396
396
To package your submission modules please make sure your submission folder is structured as follows:
397
397
@@ -417,7 +417,7 @@ Specifically we require that:
417
417
1. There exist subdirectories in the the submission folder named after the ruleset: `external_tuning` or `self_tuning`.
418
418
2. The ruleset subdirectories contain directories named according to
419
419
some identifier of the algorithm.
420
-
3. Each algorithm subdirectory contains a `submission.py` module. Additional helper modules are allowed. If there are additional python packages that have to be installed forthe algorithm also include the `requirements.txt`in the algorithm subdirectory.
420
+
3. Each algorithm subdirectory contains a `submission.py` module. Additional helper modules are allowedif prefer to you organize your code into multiple files. If there are additional python packages that have to be installed forthe algorithm also include a `requirements.txt` with package names and versionsin the algorithm subdirectory.
421
421
4. For `external_tuning` algorithms the algorithm subdirectory
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,9 @@
28
28
29
29
> [!IMPORTANT]
30
30
> Upcoming Deadline:
31
-
> Submission deadline: **April 04th, 2024** (*moved by a week*) \
32
-
> For other key dates please see [Call for Submissions](/CALL_FOR_SUBMISSIONS.md).
31
+
> Submission deadline: **April 04th, 2024** (*moved by a week*). \
32
+
> For submission instructions please see [Packaging your Submission Code](/GETTING_STARTED.md#package-your-submission-code) section in the Getting Started document.\
33
+
> For other key dates please see [Call for Submissions](CALL_FOR_SUBMISSIONS.md).
0 commit comments