Skip to content

Slow optimisation  #39

Description

@kharabyasser

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions