Round 142

Round UUID: 948cfd2a-1122-427a-bec8-b1150ef0bd9a

Prompt:

Classify coral reefs as 'Healthy' or 'Stressed' using these explicit and strict rules:

1. Classify as 'Stressed' if AT LEAST TWO of these are severe:
   - PollutionLevel is 'High'.
   - ReefIntegrityScore is 'Poor' or 'Very Poor'.
   - DistantStressIndicators is 'Confirmed'.
   - AlgalCoverage is 'Heavy'.
   - BleachingEventsPerYear is 'Constant'.

2. Classify as 'Stressed' if ANY of the following combinations:
   a. BleachingEventsPerYear is 'Constant' or 'Frequent' AND DistantStressIndicators is 'Confirmed'.
   b. ReefIntegrityScore is 'Poor' or 'Very Poor' AND PollutionLevel is 'Moderate' or higher.
   c. CurrentFlowQuality is 'Poor' AND (DistantStressIndicators is 'Confirmed' OR ReefIntegrityScore is 'Moderate' or worse).
   d. PreviousStressIncidents is 'Minor' or worse AND PollutionLevel is 'Moderate' or higher.

3. Classify as 'Healthy' ONLY if ALL of the following:
   - ReefIntegrityScore is 'Good' or better.
   - PollutionLevel is 'Low'.
   - AlgalCoverage is 'Minimal' or 'Sparse'.
   - BleachingEventsPerYear is 'Rare' or 'Occasional'.
   - DistantStressIndicators is 'None' or 'Possible'.
   - CurrentFlowQuality is not 'Poor'.

4. If BleachingEventsPerYear is 'Constant' but at least FOUR of these are at their healthiest (PollutionLevel 'Low', ReefIntegrityScore 'Good' or better, DistantStressIndicators 'None', AlgalCoverage 'Minimal', CurrentFlowQuality 'Excellent' or 'Good', PredatorActivityLevel 'Low' or 'None'), classify as 'Healthy'.

5. For all other cases, classify as 'Stressed' ONLY if at least two indicators are at moderate or worse (PollutionLevel 'Moderate+', ReefIntegrityScore 'Moderate' or worse, AlgalCoverage 'Moderate' or worse, DistantStressIndicators 'Possible' or worse, BleachingEventsPerYear 'Occasional' or worse, CurrentFlowQuality 'Fair' or 'Poor'). Otherwise, classify as 'Healthy'.

6. Apply only these rules strictly. Do NOT classify as 'Stressed' based on a single indicator unless it is part of a stated combination above.