{% extends "base.html" %} {% block title %}Experiment Runs · palaestrAI{% endblock %} {% block head %} {% endblock %} {% block content %}

Experiment Runs

Load, edit and schedule experiment runs (YAML). First pick a parent experiment; its runs then appear as a selectable list. Click a row to view or edit it — the editor stays hidden until you do, and opening a run does not change your checkbox selection. Check rows (and use Select all) to queue runs, then Schedule selected to schedule them all at once; the selection survives filtering the list by search. While a run is open, double-click a section to edit just that subtree in place, or use Toggle Editor for the whole document. Save stores the run (in place while it has no instances; once it has been scheduled it is immutable, so Save stores a copy under a new uid). The single Schedule button schedules the run you are viewing. Drag a template snippet from the right onto a section to insert it.

{% include "experiments_list.html" %}
{% include "runs_list.html" %}

Select a run to view or edit it.

Add as template

Save as a new run

This run has already been scheduled and is immutable. Enter a new uid to store a copy (same parent experiment).

Done

{% endblock %} {% block scripts %} {% endblock %}