heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
35 stars 16 forks source link

Create addon for dynamic vehicle routing #1955

Open HeuristicLab-Trac-Bot opened 11 years ago

HeuristicLab-Trac-Bot commented 11 years ago

Issue migrated from trac ticket # 1955

milestone: HeuristicLab 3.3.x Backlog | component: ### Undefined ### | priority: medium

2012-09-19 13:50:19: svonolfe created the issue


An addon should be released for HeuristicLab that supports dynamic vehicle routing.

HeuristicLab-Trac-Bot commented 11 years ago

2012-09-19 13:50:35: svonolfe changed status from new to accepted

HeuristicLab-Trac-Bot commented 11 years ago

2012-09-19 14:07:18: svonolfe commented


Added first version of the dynamic vehicle routing addon in r8670

HeuristicLab-Trac-Bot commented 11 years ago

2012-09-19 14:14:45: svonolfe commented


Removed operators that will not be included in the first version of the addon in r8671

HeuristicLab-Trac-Bot commented 11 years ago

2012-09-21 09:15:24: @abeham commented


r8674:

  • Unversioned Plugin.cs and put on ignore list
  • Renamed AssemblyInfo.frame to AssemblyInfo.cs.frame
  • Fixed references and hint paths
  • Corrected output path for all platforms
  • Removed reference to System.Data.SQLite
HeuristicLab-Trac-Bot commented 11 years ago

2012-09-21 10:11:23: @abeham commented


r8675:

  • Added disposing of StreamReader to prevent file locking after parsing
  • Fixed regular expression pattern to match double values (hacky)
HeuristicLab-Trac-Bot commented 11 years ago

2012-10-05 16:04:55: @abeham commented


r8747:

  • Added priority dispatching (random strategy)
  • Fixed vehicle's current order
HeuristicLab-Trac-Bot commented 11 years ago

2012-10-08 14:24:50: @abeham commented


r8760 to r8761: Updated priority rule

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-10 16:33:19: svonolfe

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-10 16:33:19: svonolfe

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-10 16:33:19: svonolfe commented


Threading improvements in r8773, r8776, r8779, r8807 and r8812

Improvements of the priority rule in r8782 and r8783

Added metaoptimization for priority rule in r8777

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-15 15:19:11: svonolfe

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-15 15:19:11: svonolfe

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-15 15:19:11: svonolfe commented


Added symbolic tree dispatching and metaoptimization in r8808, Fixed references and plugin file in r8809, r8810

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-16 14:57:14: svonolfe commented


Added earliest due time and nearest destination dispatching in r8813

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-16 15:58:41: svonolfe commented


Improved best insertion heuristic in r8815

HeuristicLab-Trac-Bot commented 11 years ago

2012-10-23 13:27:47: svonolfe commented


Adapted the parser to read the distance matrix in r8839

HeuristicLab-Trac-Bot commented 10 years ago

2014-05-21 19:20:17: @gkronber changed status from accepted to assigned

HeuristicLab-Trac-Bot commented 10 years ago

2014-05-21 19:20:17: @gkronber changed owner from svonolfe to @abeham

HeuristicLab-Trac-Bot commented 6 years ago

2018-05-15 15:37:41: @jkarder commented


HL architects: this branch should be renamed

HeuristicLab-Trac-Bot commented 6 years ago

2018-08-30 09:38:26: @abeham commented


r16099: renamed branch