# Out-of-Sample Submission Selection

During the Out-of-Sample, your code will be run every week on a submission of your choice.

{% hint style="info" %}
By default the system selects the best successful run.
{% endhint %}

**If and only if** you want to select another submission than the best run, use the Out-of-Sample Parameters Selector.

<figure><img src="/files/vuxagCf5775waei5DhmU" alt=""><figcaption></figcaption></figure>

### Parameters

<table><thead><tr><th width="186">Name</th><th>Description</th><th data-hidden>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Submission</td><td>Submission to use during the Ouf-of-Sample.</td><td></td><td></td></tr><tr><td>Runtime Type</td><td>Whether to use a CPU or a GPU runner.</td><td></td><td></td></tr><tr><td>Train Frequency</td><td>Frequency of which your submission's train function will be called.<br><em>The frequency is a modulo <strong>on the moon, not loop</strong>.</em></td><td></td><td></td></tr><tr><td>Force First Train</td><td>Force the call of the submission's train function at the first loop.<br><em>Some submission with a resources folder are not working correctly without having their train function called at least once.</em></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adialab.crunchdao.com/participate/out-of-sample-submission-selection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
