kyletm / trip_generator

0 stars 0 forks source link

Updating school distribution generation for public/private schools in Module 3 #23

Open kyletm opened 7 years ago

kyletm commented 7 years ago

Per discussion with Prof. Kornhauser, need to make two changes to school distribution assignment.

  1. For public schools, just select the nearest school to the house (use a KDTree).
  2. For private schools, create distributions proportional to distance to prevent long trips.