Tag: artifical bee colony

  • Trying to resolve the Travelling Salesman Problem in Salesforce

    Trying to resolve the Travelling Salesman Problem in Salesforce

    Below is a screen showing one attempt at finding the best route to visit several accounts using the Artificial Bee Colony algorithm. The best route is defined as the route with minimalĀ total sumĀ of the distances between accounts. In other words, the route to spent the least amount of time and gas. I am not sure…