#889 closed feature request (done)
Operators for Permutation encoding
Reported by: | gkronber | Owned by: | abeham |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | Encodings.PermutationEncoding | Version: | 3.3 |
Keywords: | Cc: |
Description
Change History (15)
comment:1 Changed 15 years ago by abeham
- Owner changed from swagner to abeham
- Status changed from new to assigned
comment:2 Changed 15 years ago by abeham
comment:3 Changed 15 years ago by swagner
- Version changed from 3.2 to 3.3
comment:4 Changed 15 years ago by abeham
- Priority changed from major to critical
temporarily removed 3-opt in r3200
comment:5 Changed 15 years ago by abeham
fixed storable constructor in 2-opt tabu move attribute in r3206
comment:6 Changed 15 years ago by abeham
updated 2-opt for tsp and added 3-opt in r3209
comment:7 Changed 15 years ago by abeham
updated operators and fixed 3-opt in r3221
comment:8 Changed 15 years ago by abeham
added a permutation type property in r3231
comment:9 Changed 15 years ago by abeham
renamed operators to their actual change in r3232
comment:10 Changed 15 years ago by abeham
updated inversion moves to respect different types of permutation in r3233
comment:11 Changed 15 years ago by abeham
- added a view for the PermutationType
comment:12 Changed 15 years ago by abeham
- forbid changing some operator names in the GUI
comment:13 Changed 15 years ago by abeham
- Resolution set to fixed
- Status changed from assigned to closed
Operators for permutation encoding have been checked against the literature and implemented accordingly
comment:14 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
The MPX and PMX crossover were ported in r2820, r2823, r2829, and r2835 The CX was ported in r2829, r2835 The OX was ported in r2835 Further operators were ported, including test cases by svonolfe in r2854 The CosaCrossover was ported in r2856, r2879 OX2 and CX2 were added in r2871 as variants of OX and CX The APX was removed in r2880:2881 after discussion with swagner
A test project was added in r2836, r2840