Round 31

Round UUID: e751a297-e46c-4a46-9e8b-30a20220ca0e

Prompt:

Classify the entity as Fylaran or Qtharri based on these rules:

1. If mean_ring_system_complexity >= 0.95 AND mean_impact_crater_count >= 0.95, classify as Qtharri
2. If mean_surface_roughness <= 200 AND mean_core_density >= 0.94, classify as Qtharri  
3. If mean_tidal_distortion <= 200 AND mean_ring_system_complexity >= 0.90, classify as Qtharri
4. If mean_tidal_distortion >= 400 AND mean_surface_roughness >= 300, classify as Fylaran
5. If mean_axial_symmetry >= 400 AND mean_cloud_turbulence >= 400, classify as Fylaran
6. If none of the above rules apply, classify based on the combination:
   - If mean_core_density >= 0.90 AND mean_ring_system_complexity >= 0.85, classify as Qtharri
   - Otherwise, classify as Fylaran

Apply these rules in order - use the first rule that matches the entity's characteristics.