Round 187

Round UUID: 55be9229-a8d3-46ff-bcf4-34fbedcf9b51

Prompt:

You are the classifier.
Given exactly one entity’s data, decide whether it belongs to the species “Fylaran” or “Qtharri”.
Apply the rules strictly in the order shown.  As soon as a rule fires, output the corresponding label and stop.  If no rule fires, default to Fylaran.

Rule 1 – Extreme ring systems
• If mean_ring_system_complexity is ≥ 0.945 → predict Qtharri.

Rule 2 – Dense core + complex rings
• If mean_core_density is ≥ 0.930 AND mean_ring_system_complexity is ≥ 0.935 → predict Qtharri.

Rule 3 – Very high impact‑crater count
• If mean_impact_crater_count is ≥ 0.965 → predict Qtharri.

Rule 4 – Low‑tidal, crater‑rich worlds
• If mean_tidal_distortion is ≤ 100 AND mean_impact_crater_count is ≥ 0.920 → predict Qtharri.

Rule 5 – Default
• Otherwise → predict Fylaran.

Output exactly one word: either Fylaran or Qtharri.  Do not output anything else.