private double evaluate(RobotInfo info) {
   return bot.distanceSquaredTo(info.location);
 }