{% extends "base.html" %} {% block title %}Résultats — {{ opt.name }} — SPARC{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Importance non disponible (moins de 10 trials ou multi-objectif)
{% endif %}| # | Trial | {% for obj in opt.objectives or ["efficiency"] %}{{ obj }} | {% endfor %} {% for pr in opt.param_ranges or [] %}{{ pr.name }} | {% endfor %}
|---|---|---|---|
| {{ loop.index }} | {{ t.number }} | {% for obj in opt.objectives or ["efficiency"] %} {% set ov = t.objectives[obj] if t.objectives and obj in t.objectives else None %}{% if t.failed or ov is none or ov == '_FAILED_' or ov == -1e308 or (ov is number and ov < -1e6) %} — échec — {% else %} {{ "%.4f"|format(ov|float) }}{% if obj == 'efficiency' %} %{% endif %} {% endif %} | {% endfor %} {% for pr in opt.param_ranges or [] %}{% set val = t.params[pr.name] if t.params and pr.name in t.params else None %} {% if val is not none and val != "" %} {% if val is number %} {% if val | abs < 0.001 or val | abs > 9999 %}{{ "%.2e"|format(val) }}{% else %}{{ "%.4f"|format(val) }}{% endif %} {% else %}{{ val }}{% endif %} {% else %}—{% endif %} | {% endfor %}
Le modèle de substitution (Random Forest) prédit instantanément l'efficacité pour un jeu de paramètres arbitraire, sans lancer Sesame.