Changes between Initial Version and Version 1 of Ticket #2707, comment 14
- Timestamp:
- 06/14/19 16:44:23 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2707, comment 14
initial v1 1 1 === Functionality === 2 2 - Tested the new crossovers and creators - worked fine and yielded nice results. 3 - I think we could merge both ClusterCreators into a single one where a parameter specifies on which attribute the clustering is based. 4 This would also simplify the code since both cluster implementations are very similar. 3 - I think we could merge both ClusterCreators into a single one where a parameter specifies on which attribute the clustering is based. This would also simplify the code since both cluster implementations are very similar. 5 4 - I also suggest renaming the clusters into something like "Coordinate-based" and "Time-based". 6 5 - The `TourCreationProbabilities` (greedy vs shuffled) are a bit unintuitive to use. Maybe we can come up with something else how to specify this.