AIMA Artificial Intelligence a modern approch

AIMA-exercises is an open-source community of students, instructors and developers. Anyone can add an exercise, suggest answers to existing questions, or simply help us improve the platform. We accept contributions on this github repository.

Exercise 16.21 [airport-id-exercise]

This exercise completes the analysis of the airport-siting problem in FigureĀ airport-id-figure.

  1. Provide reasonable variable domains, probabilities, and utilities for the network, assuming that there are three possible sites.

  2. Solve the decision problem.

  3. What happens if changes in technology mean that each aircraft generates half the noise?

  4. What if noise avoidance becomes three times more important?

  5. Calculate the VPI for ${AirTraffic}$, ${Litigation}$, and ${Construction}$ in your model.

View Answer