Skip to content

Online System Submit An Implementation P1

wcgaimasters edited this page Apr 26, 2019 · 2 revisions

Previous Page - Section 2 Develop My Algorithm (7/7)


Section 3 - SUBMIT AN IMPLEMENTATION

1. Prepare my implementation

To submit your implementation your executable file and all the other codes necessary to run your code should be located in the ‘my_strategy’ directory. A main difference occurs here depending on your chosen strategy.

  • Rule-Based: if this is your chosen strategy your code should be located in the ‘my_strategy’ directory in your CPU instance.
  • Deep Learning: if this is your chosen strategy your code should be located in the ‘my_strategy’ directory in your GPU instance.

Next Page - Section 3 Submit An Implementation (2/3)