Round 249

Round UUID: bf073f63-c389-4e17-8607-c81adc3776a1

Prompt:

Classify the entity as either "Fylaran" or "Qtharri" based on the following rules applied in order:

1. If mean_ring_system_complexity >= 0.95 AND mean_impact_crater_count >= 0.95, classify as "Qtharri"

2. If mean_core_density >= 0.94 AND mean_ring_system_complexity >= 0.93, classify as "Qtharri"

3. If mean_orbital_radius >= 2.7 AND mean_orbital_radius < 3.0 AND mean_core_density < 0.92 AND mean_ring_system_complexity >= 0.90, classify as "Fylaran"

4. If mean_orbital_radius >= 3.0 AND mean_ring_system_complexity < 0.93, classify as "Fylaran"

5. If mean_orbital_radius <= 2.7 AND mean_core_density >= 0.90, classify as "Qtharri"

6. If mean_orbital_radius >= 2.8, classify as "Fylaran"

7. Otherwise, classify as "Qtharri"

Apply these rules in the exact order listed, using the first rule that matches the entity's characteristics.