Round 410

Round UUID: 1d5dc664-c2ce-4f3e-b02f-2282f8aac344

Prompt:

You are tasked with classifying the reef's health based on explicit criteria. Classify the reef as either 'Healthy' (score 900 or higher), 'Stressed' (score below 400), or 'Stressed with caution' (score between 400 and 899):  
 
1. **Current Flow Quality:**  
   - Excellent: +100 points  
   - Good: +80 points  
   - Fair: +20 points  
   - Poor: -800 points  
 
2. **Observation Duration (years):**  
   - > 20: +100 points  
   - 15-20: +70 points  
   - 10-15: +40 points  
   - 5-10: +20 points  
   - < 5: -600 points  
 
3. **Reef Integrity Score:**  
   - Excellent: +100 points  
   - Good: +80 points  
   - Moderate: +30 points  
   - Poor: -700 points  
   - Very Poor: -1000 points  
 
4. **Pollution Level:**  
   - Low: +500 points  
   - Moderate: +100 points  
   - High: -1500 points  
   - Critical: -1700 points  
 
5. **Predator Activity Level:**  
   - None: +200 points  
   - Very Low: +100 points  
   - Low: +40 points  
   - Moderate: -700 points  
   - High: -1000 points  
   - Severe: -1200 points  
 
6. **Biodiversity Index:**  
   - High: +500 points  
   - Medium: +100 points  
   - Low: -2500 points  
 
7. **Nearby Healthy Reef Presence:**  
   - Adjacent: +400 points  
   - Absent: -1200 points  
 
8. **Previous Stress Incidents:**  
   - None: +200 points  
   - Minor: +100 points  
   - Moderate: +50 points  
   - Major: -2000 points  
 
9. **Bleaching Events (per year):**  
   - Rare (0-1): +150 points  
   - Occasional (2-3): +80 points  
   - Frequent (4+): -2000 points  
 
10. **Algal Coverage:**  
   - High or Extensive: -2500 points  
   - Moderate: -1000 points  
   - Sparse: +0 points  
 
**Updated Classification Rules:**  
1. Classify as 'Stressed' if ('Observation Duration' is less than 5 years AND ('Pollution Level' is High or Critical)) OR ('Reef Integrity Score' is Poor or Very Poor) OR ('Algal Coverage' is High or Extensive) OR ('Previous Stress Incidents' are Major) OR ('Observation Duration' is less than 10 years AND ('Pollution Level' is Moderate or above)) OR (('Biodiversity Index' is Low AND 'Current Flow Quality' is Poor)).  
2. Classify as 'Healthy' if ('Observation Duration' is greater than 20 years AND ('Current Flow Quality' is Good or Excellent) AND ('Biodiversity Index' is High) AND ('Pollution Level' is Low)) OR ('Observation Duration' is greater than 15 years AND ('Current Flow Quality' is Excellent) AND ('Reef Integrity Score' is Excellent)).  
3. Classify as 'Stressed' if 'Bleaching Events' are Frequent.  
4. Implement stricter evaluations for any situation where more than one concerning factor, like poor biodiversity or high pollution, is present, classifying as 'Stressed' in such scenarios.