{% extends "base.html" %} {% block title %}factory funnel{% endblock %} {% block body %} {% if c %}
cycle {{ c.cycle_id }} · global hypotheses tested: {{ c.global_trials }}
| stage | count |
|---|---|
| proposed | {{ c.proposed }} |
| tested | {{ c.tested }} |
| gauntlet-survived | {{ c.survived }} |
| forward | {{ c.forward }} |
| deployed | {{ c.deployed }} |
| retired | {{ c.retired }} |
| sleeve | weight |
|---|---|
| {{ a.strategy_id }} | {{ '%.1f'|format(100*a.weight) }}% |
no factory cycle recorded yet
{% endif %} {% endblock %}