{% include "header.html" %}
Id | Name | Study Configuration | Algorithm | Status | Created Time | Updated Time | Operation | {% for study in studies %}
---|---|---|---|---|---|---|---|
{{ study.id }} | {{ study.name }} | {{ study.study_configuration }} | {{ study.algorithm }} | {{ study.status }} | {{ study.created_time }} | {{ study.updated_time }} |
Id | Study Id | Name | Parameter Values | Objective Value | Status | Created Time | Updated Time | Operation | {% for trial in trials %}
---|---|---|---|---|---|---|---|---|
{{ trial.id }} | {{ trial.study_id }} | {{ trial.name }} | {{ trial.parameter_values }} | {{ trial.objective_value }} | {{ trial.status }} | {{ trial.created_time }} | {{ trial.updated_time }} |
Attribute | Value |
---|---|
System | {{ platform.system }} |
Platform | {{ platform.platform }} |
Machine | {{ platform.machine }} |
Version | {{ platform.version }} |
Processor | {{ platform.processor }} |