We are developing a route optimization software and are using Google Cloud Optimisation AI REST Api to do the leg work. It allows us to iterate optimizeTours requests to find better solutions by passing the previous routes json node from the last request as the injectedModel in the iteration. It also provides a boolean feature in the request called considerRoadTraffic, which if enabled causes a 502 when we iterate with an injectedModel, without considerRoadTraffic enabled, injecting the previous model works just fine. Does anybody know why this happens?
Matt Bushell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.