Opened 13 years ago
Last modified 7 years ago
#1703 reviewing enhancement
Implement fitness landscape analysis for the VRP
Reported by: | svonolfe | Owned by: | epitzer |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Analysis.FitnessLandscape | Version: | branch |
Keywords: | Cc: | epitzer |
Description (last modified by abeham)
Operators and analysis methods for performing fitness landscape analysis on the VRP should be implemented.
Change History (13)
comment:1 Changed 13 years ago by svonolfe
comment:2 Changed 13 years ago by svonolfe
Changed behavior of TwoOptStar operator such that new tours can be created in r7151
comment:3 Changed 13 years ago by epitzer
r7159 correct some typos
comment:4 Changed 13 years ago by epitzer
r7163 Add PreassignedVRPSolutionCreator for multi trajectory analysis of VRPs
comment:5 Changed 11 years ago by gkronber
- Priority changed from medium to low
Please improve the title for this ticket and accept the ticket.
comment:6 Changed 11 years ago by gkronber
Please see changes in #1591 (updated FLA implementation to work with VRP-3.4 implementation).
comment:7 Changed 11 years ago by epitzer
- Owner changed from svonolfe to epitzer
- Status changed from new to accepted
comment:8 Changed 11 years ago by epitzer
- Owner changed from epitzer to gkronber
- Status changed from accepted to reviewing
Fix VRP FLA manipulators and adapt to VRP-3.4 (r9836)
comment:9 Changed 11 years ago by abeham
- Description modified (diff)
- Summary changed from Perform fitness landscape analysis for the VRP to Implement fitness landscape analysis for the VRP
comment:10 Changed 11 years ago by gkronber
- Owner changed from gkronber to svonolfe
- Status changed from reviewing to assigned
Reviewed r9750 but I cannot decide if the code is OK, I believe you checked the code. I'm assigning this ticket back to the original owner: svonolfe.
comment:11 Changed 11 years ago by gkronber
- Owner changed from svonolfe to gkronber
- Status changed from assigned to reviewing
comment:12 Changed 9 years ago by gkronber
- Owner changed from gkronber to epitzer
comment:13 Changed 7 years ago by mkommend
The development of this ticket should be continued in the branch 1073_FitnessLandscapeAnalysis-VRP.
Implemented manipulation operators for FLA in r7145