{% extends "base.html" %} {% block title %}Dashboard · CalMiner{% endblock %} {% block head_extra %} {{ super() }} {% endblock %} {% block content %}

Simulation Results Dashboard

Summary Statistics

Sample Results Input

Provide simulation outputs as JSON (array of objects containing the result field) and refresh the dashboard to preview metrics.

Result Distribution

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}