Round 253

Round UUID: df951fcf-2484-4e7e-9e6d-86cc84a92c6f

Prompt:

Classify the entity as either Fylaran or Qtharri based on the following rules:

**Primary Classification Rules (apply in order):**

1. If mean_axial_symmetry < 50, classify as **Qtharri**

2. If mean_axial_symmetry < 100 AND mean_impact_crater_count > 0.97, classify as **Qtharri**

3. If mean_cloud_turbulence < 80 AND mean_axial_symmetry < 150 AND mean_impact_crater_count < 0.97, classify as **Fylaran**

4. If mean_impact_crater_count > 0.97 AND impact_crater_count_error < 0.09, classify as **Qtharri**

5. If mean_core_density > 0.92 AND mean_ring_system_complexity > 0.95 AND ring_system_complexity_error < 0.15 AND orbital_radius_error < 0.7, classify as **Qtharri**

6. If mean_tidal_distortion > 350 AND mean_axial_symmetry > 300, classify as **Fylaran**

7. If mean_cloud_turbulence > 500 AND mean_axial_symmetry > 450, classify as **Fylaran**

8. If mean_cloud_turbulence > 400 AND (mean_tidal_distortion > 400 OR atmospheric_depth_error > 7.0), classify as **Fylaran**

**Secondary Rules (if none of the above apply):**

9. If mean_cloud_turbulence < 100 AND mean_axial_symmetry > 200, classify as **Fylaran**

10. If mean_core_density < 0.90 AND core_density_error > 0.15, classify as **Fylaran**

11. If mean_impact_crater_count < 0.94 AND mean_ring_system_complexity < 0.92, classify as **Fylaran**

12. If mean_orbital_radius < 2.6 AND mean_atmospheric_depth < 6.0 AND mean_core_density > 0.92, classify as **Qtharri**

**Default Rule:**
If none of the above rules apply, classify as **Qtharri** if (mean_core_density > 0.915 AND mean_impact_crater_count > 0.96), otherwise classify as **Fylaran**