- Timestamp:
- 08/13/10 10:28:15 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers/AlbaCrossover.cs
r4204 r4206 28 28 29 29 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 30 [Item("AlbaCrossover", "An operator which crosses two AlbaVRP representations.")]30 [Item("AlbaCrossover", "An operator which crosses two VRP representations.")] 31 31 [StorableClass] 32 32 public abstract class AlbaCrossover : VRPCrossover, IStochasticOperator { -
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers/PermutationCrossover.cs
r4204 r4206 27 27 28 28 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { 29 [Item("PermutationCrossover", "An operator which crosses two AlbaVRP representations using a standard permutation operator.")]29 [Item("PermutationCrossover", "An operator which crosses two VRP representations using a standard permutation operator.")] 30 30 [StorableClass] 31 31 public sealed class PermutationCrossover : AlbaCrossover {
Note: See TracChangeset
for help on using the changeset viewer.