You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if the choice of routing algorithm is not restricted while accessing your API from the cloud. It is much easier to create an API key and access the API as compared to running my own instance. I used your API to route EV vehicles from one city to another. I could use Dijkstra by using optimized=False but I also want to try A* andd Genetic algorithms to use AI in my work.