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

Problem and heuristics refactor #44

Closed
jcoupey opened this issue Sep 12, 2016 · 0 comments
Closed

Problem and heuristics refactor #44

jcoupey opened this issue Sep 12, 2016 · 0 comments
Milestone

Comments

@jcoupey
Copy link
Collaborator

jcoupey commented Sep 12, 2016

For future evolutions, the code structure should allow to:

  • define and expose different types of problems in an extensible way;
  • add dedicated solving strategies as "plugins", or somehow bind each strategy to the relevant problem.

The current TSP-solving code should be refactored as the first plugin. This probably means adding classes to describe objects that don't exist as such so far (e.g. solutions, maybe routes, jobs, vehicles...).

@jcoupey jcoupey added this to the 1.1.0 milestone Sep 12, 2016
@jcoupey jcoupey modified the milestones: 1.2.0, 1.1.0 Sep 25, 2016
jcoupey added a commit that referenced this issue Oct 4, 2016
jcoupey added a commit that referenced this issue Oct 4, 2016
@jcoupey jcoupey modified the milestones: v1.1.0, v1.2.0 Oct 5, 2016
jcoupey added a commit that referenced this issue Oct 17, 2016
jcoupey added a commit that referenced this issue Oct 17, 2016
jcoupey added a commit that referenced this issue Oct 18, 2016
jcoupey added a commit that referenced this issue Oct 19, 2016
jcoupey added a commit that referenced this issue Oct 19, 2016
jcoupey added a commit that referenced this issue Oct 25, 2016
jcoupey added a commit that referenced this issue Oct 25, 2016
jcoupey added a commit that referenced this issue Oct 25, 2016
jcoupey added a commit that referenced this issue Oct 26, 2016
jcoupey added a commit that referenced this issue Feb 6, 2017
jcoupey added a commit that referenced this issue Feb 6, 2017
jcoupey added a commit that referenced this issue Feb 9, 2017
jcoupey added a commit that referenced this issue Feb 9, 2017
jcoupey added a commit that referenced this issue Feb 14, 2017
@jcoupey jcoupey closed this as completed Feb 14, 2017
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