Adjust the importance of each factor in the destination scoring algorithm.
AI-researched composite score (weather, activities, wildlife, overall appeal)
Raw weather comfort based on temperature, rain days, and humidity
Relative cost level for the destination (higher score = better value)
Relative busyness level (higher score = fewer crowds)
Destination quality (golf, nature, tourism, cities, hotels)
Golf weight is applied separately - it scales down other weights proportionally
Combined golf score (facility quality + weather suitability)
Filter out destinations with low golf facility quality (0 = no filter)
Safety is NOT weighted - it caps the maximum score
| Destination | ✈️ Flight{{ sortColumn && sortColumn.type === 'flight' ? (sortDirection === 'asc' ? ' ▲' : ' ▼') : '' }} | {{ getShortMonthName(month) }} |
|---|---|---|
| {{ getScoreTypeName(scoreType) }}{{ getSortIndicator(month, scoreType) }} | ||
| {{ group.countryName }} → {{ group.regions[0].region_name }} {{ group.countryName }} |
{{ formatFlightTime(group.regions[0].flight_time_hours) }} {{ formatTransfers(group.regions[0].flight_transfers) }} |
{{ formatScore(getScoreValue(group.regions[0], month, scoreType), scoreType) }} {{ Math.round(group.regions[0].months[month].temp_day) }}°/{{ Math.round(group.regions[0].months[month].temp_night) }}° |
| {{ group.countryName }} ({{ group.regions.length }}) | {{ getCountryMinFlightTime(group) }} | {{ formatScore(getCountryBestScore(group, month, scoreType), scoreType) }} |
| {{ destination.region_name }} |
{{ formatFlightTime(destination.flight_time_hours) }} {{ formatTransfers(destination.flight_transfers) }} |
{{ formatScore(getScoreValue(destination, month, scoreType), scoreType) }} {{ Math.round(destination.months[month].temp_day) }}°/{{ Math.round(destination.months[month].temp_night) }}° |
| {{ destination.display_name }} |
{{ formatFlightTime(destination.flight_time_hours) }} {{ formatTransfers(destination.flight_transfers) }} |
{{ formatScore(getScoreValue(destination, month, scoreType), scoreType) }} {{ Math.round(destination.months[month].temp_day) }}°/{{ Math.round(destination.months[month].temp_night) }}° |