Round 188

Round UUID: 64abde4a-c47f-4a45-8a8e-4352680a57ab

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 – Ultra‑complex ring systems
• If mean_ring_system_complexity ≥ 0.980 → predict Qtharri.

Rule 2 – Extreme crater worlds
• If mean_impact_crater_count ≥ 0.990 → predict Qtharri.

Rule 3 – Smooth, crater‑rich bodies
• If mean_impact_crater_count ≥ 0.950 AND mean_surface_roughness ≤ 150 → predict Qtharri.

Rule 4 – Turbulent giants
• If mean_cloud_turbulence ≥ 550 → predict Qtharri.

Rule 5 – Dense‑core + complex‑ring duo
• If mean_core_density ≥ 0.945 AND mean_ring_system_complexity ≥ 0.950 → predict Qtharri.

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

Rule 7 – Default
• Otherwise → predict Fylaran.

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