# 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="https://4037915796-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfKvHQp0gfJ0KWp7aVZQP%2Fuploads%2Fy7FTV0EGtO0uXIHiOLBh%2Fimage.png?alt=media&#x26;token=dc49988a-3ba3-4ded-a19d-025ed56679dc" 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>
