Round 18

Round UUID: 3cd4d505-1c6c-4798-a825-e65760f55a03

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.92 AND mean_ring_system_complexity ≥ 0.95 AND mean_impact_crater_count ≥ 0.97 AND mean_surface_roughness < 350, classify as Qtharri.

2. If mean_surface_roughness ≥ 450 AND mean_tidal_distortion ≥ 130 AND mean_core_density ≥ 0.74, classify as Fylaran.

3. If mean_core_density ≥ 0.78 AND mean_ring_system_complexity ≥ 0.8 AND mean_impact_crater_count ≥ 0.85 AND mean_surface_roughness ≥ 250, classify as Fylaran.

4. If mean_core_density < 0.85 AND mean_ring_system_complexity < 0.95 AND mean_impact_crater_count < 0.97 AND mean_surface_roughness < 400, classify as Qtharri.

5. If mean_surface_roughness ≥ 140 AND mean_tidal_distortion ≥ 350 AND mean_core_density ≥ 0.78, classify as Fylaran.

6. If mean_surface_roughness < 300 AND mean_tidal_distortion < 300 AND mean_ring_system_complexity ≥ 0.9, classify as Qtharri.

7. If mean_orbital_radius ≥ 3.0 AND mean_atmospheric_depth ≥ 7.0 AND mean_core_density ≥ 0.75, classify as Fylaran.

8. If mean_orbital_radius < 2.8 AND mean_atmospheric_depth < 6.5 AND mean_ring_system_complexity ≥ 0.9, classify as Qtharri.

9. If mean_tidal_distortion ≥ 500 AND mean_core_density ≥ 0.8, classify as Fylaran.

10. If none of the above rules apply, classify as Qtharri (default).

Apply the first matching rule and stop.