Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable exploration level #131

Closed
jcoupey opened this issue Jun 15, 2018 · 1 comment
Closed

Configurable exploration level #131

jcoupey opened this issue Jun 15, 2018 · 1 comment
Assignees
Milestone

Comments

@jcoupey
Copy link
Collaborator

jcoupey commented Jun 15, 2018

The CVRP implementation leaves some open choices regarding the trade-off between quality and computing times. Main factors currently at stake are:

Given that the trade-off choice is highly dependent on use-case and/or instance size, it's hard to have an all-round choice here. Instead, it would be interesting to provide a high-level tuning, say a kind of exploration level that could be defined in a 0..n range. Increasing that level would mean longer computing times in the hope of getting better solutions.

@jcoupey jcoupey added this to the v1.2.0 milestone Jun 15, 2018
@jcoupey jcoupey self-assigned this Jun 15, 2018
@jcoupey jcoupey mentioned this issue Jun 18, 2018
4 tasks
@jcoupey
Copy link
Collaborator Author

jcoupey commented Jun 20, 2018

Done in #132.

@jcoupey jcoupey closed this as completed Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant