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(group.regions[0].months[month]?.[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)) }} |
| {{ destination.region_name }} |
{{ formatFlightTime(destination.flight_time_hours) }} {{ formatTransfers(destination.flight_transfers) }} |
{{ formatScore(destination.months[month]?.[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(destination.months[month]?.[scoreType]) }} {{ Math.round(destination.months[month].temp_day) }}Β°/{{ Math.round(destination.months[month].temp_night) }}Β° |