{% include "header.html" %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

List Studies

{% for study in studies %} {% endfor %}
Id Name Study Configuration Algorithm Status Created Time Updated Time Operation
{{ study.id }} {{ study.name }} {{ study.study_configuration }} {{ study.algorithm }} {{ study.status }} {{ study.created_time }} {{ study.updated_time }}

Create Study

List Trials

{% for trial in trials %} {% endfor %}
Id Study Name Name Parameter Values Objective Value Status Created Time Updated Time Operation
{{ trial.id }} {{ trial.study_name }} {{ trial.name }} {{ trial.parameter_values }} {{ trial.objective_value }} {{ trial.status }} {{ trial.created_time }} {{ trial.updated_time }}

Create Trial

Configuration

Attribute Value
System {{ platform.system }}
Platform {{ platform.platform }}
Machine {{ platform.machine }}
Version {{ platform.version }}
Processor {{ platform.processor }}
{% include "footer.html" %}