This tool helps you choose the most profitable garage locations and the best trailers to buy for each one. It analyzes all cargo jobs available in each city and recommends which trailers will maximize your income.
Key Terms
- Depots
- Company facilities where you pick up cargo
- EV (Expected Value)
- A trailer's earning potential in a specific city
- Score
- Overall earning potential of a city's job market
The Recommendation Algorithm
The advisor uses a Monte Carlo simulation to find the best fleet of up to 5 AI drivers for each city garage.
- Build depot cargo pools: Each depot in the city has a pool of cargo it can spawn, weighted by spawn probability (prob_coef). The simulation models 3 random jobs per depot on each visit.
- Eliminate dominated body types: If one trailer type can haul everything another can (and more), the weaker type is removed from consideration.
- Greedy driver selection (20,000 simulations): Each round picks the body type that adds the most marginal earning value. Drivers pick the highest-value job they can haul from the shared job board, then that job is removed.
- Country-aware filtering: Trailers are filtered to those valid in the city's country. HCT and double trailers are only available in specific regions.
Understanding the Scores
City Score = sum of the top 5 body types' analytical expected values. Each body type's EV uses an E[max of N] formula across all depots — the expected value of the best job a driver with that trailer would find. Higher score means more earning potential.
Trailer EV = expected earning value for that driver's trailer type, computed via Monte Carlo simulation of the full fleet interacting with random job boards.