Round 238

Round UUID: 99408528-74c1-4144-9bea-24f072e4b43c

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 >= 3.0 AND mean_ring_system_complexity < 0.93, classify as "Fylaran"

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

5. If mean_orbital_radius >= 2.9, classify as "Fylaran"

6. Otherwise, classify as "Qtharri"

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