optimization icon indicating copy to clipboard operation
optimization copied to clipboard

Slow optimisation

Open kharabyasser opened this issue 5 years ago • 2 comments

Hi,

I am trying to optimize 12 Points, the result is perfect the only issue is that it takes 2-3 mins, so my question is that normal? if not so, how can we improve Itinero optimization's performance:

                        var optimizationResult = router.Optimize(profile.ToString(),
                            pointsArray,
                            out IEnumerable<(int location, string message)> error,
                            0,
                            1);
                        break;

Thanks.

kharabyasser avatar May 25 '20 13:05 kharabyasser

Did you contract the graph you use for the profile you are using?

xivk avatar Jun 08 '20 11:06 xivk

Thank you for your response Ben Abelshausen. Yes i did contract the graph using IDP tool for BigTruck.

kharabyasser avatar Jun 08 '20 12:06 kharabyasser