danvk / computing-in-the-catskills

What's wrong with a little math in the woods?
Apache License 2.0
0 stars 0 forks source link

Optimize based on estimated hiking time #6

Open danvk opened 5 months ago

danvk commented 5 months ago

The web UI reports book time: hours = miles / 2 + (elevation in feet) / 2000. All the optimization is based on distance now, but it might make more sense to base it on estimated hiking time instead.