Round 233

Round UUID: e2b6df7b-db0f-47d7-a314-207a2f880409

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 mean_core_density >= 0.90 AND mean_ring_system_complexity >= 0.85 AND (mean_cloud_turbulence <= 200 OR mean_axial_symmetry <= 300), classify as Fylaran
7. If mean_core_density >= 0.88 AND mean_ring_system_complexity >= 0.92 AND mean_axial_symmetry >= 270 AND mean_cloud_turbulence >= 400, classify as Qtharri
8. 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.