- 1 Consider The Problem Of A Traveling Salesman Who Moves Between Several Markets A Market Per Week And Intends To Opt 1 (80.32 KiB) Viewed 46 times
1- Consider the problem of a traveling salesman who moves between several markets, a market per week, and intends to opt
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1- Consider the problem of a traveling salesman who moves between several markets, a market per week, and intends to opt
1- Consider the problem of a traveling salesman who moves between several markets, a market per week, and intends to optimize the order of passage through the different markets. In a market, the traveling salesman buys items that he sells entirely in next market, making, however, greater gains between some markets that in others. There are even pairs of markets where you end up losing money. The traveling salesman mapped the gains/losses between each pair of markets (example with 4 markets), intending to maintain its presence in all markets Markets A B C D A +20 +5 +2 B +10 -4 +1 C +3 +8 +7 D -2 +6 -2 a) Formulate the problem mathematically. Don't forget to set the state set, initial state, successor function, test function (or subset of objective states), and the cost of a path