Challange 1

Route = Best(			Savings,			Rayfinder,			AP3)

Route

Regular gready algorithm scaled to run over 2000 points instead of 50 points using 2 points and binary search. Optimize further using GA search.

custom algo which tries to minimize missed EDD over one subset of points by serving them first and minimizes total distance over remaining subset.

Forms a cluster for each driver.Clusturing is done to maximize varriance in EOD for each driver, next it serves them using ray tracing.4

Dynamic Pickup

Genetically Optimized greedy insertion heurestics.