Round UUID: aba30e32-a50c-41df-a4bf-b85eda571642
Prompt:
You are classifying celestial entities as either Fylaran or Qtharri based on their orbital and physical characteristics. Apply these rules in order: 1. If mean_core_density ≥ 0.85 AND mean_ring_system_complexity ≥ 0.8 AND mean_impact_crater_count ≥ 0.85, classify as Fylaran. 2. If mean_core_density < 0.85 AND mean_ring_system_complexity < 0.95 AND mean_impact_crater_count < 0.97, classify as Qtharri. 3. If mean_surface_roughness ≥ 400 AND mean_tidal_distortion ≥ 200 AND mean_core_density ≥ 0.8, classify as Fylaran. 4. If mean_surface_roughness < 300 AND mean_tidal_distortion < 400 AND mean_ring_system_complexity ≥ 0.9, classify as Qtharri. 5. If mean_orbital_radius ≥ 3.0 AND mean_atmospheric_depth ≥ 7.0 AND mean_core_density ≥ 0.75, classify as Fylaran. 6. If mean_orbital_radius < 2.8 AND mean_atmospheric_depth < 6.5 AND mean_ring_system_complexity ≥ 0.9, classify as Qtharri. 7. If none of the above rules apply, classify as Qtharri (default). Apply the first matching rule and stop.