Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2707, comment 14


Ignore:
Timestamp:
06/14/19 16:44:23 (5 years ago)
Author:
pfleck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2707, comment 14

    initial v1  
    11=== Functionality ===
    22- 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.
    54- I also suggest renaming the clusters into something like "Coordinate-based" and "Time-based".
    65- The `TourCreationProbabilities` (greedy vs shuffled) are a bit unintuitive to use. Maybe we can come up with something else how to specify this.