Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/20 07:35:27 (4 years ago)
Author:
abeham
Message:

#2521: fixed some issues in tests, renamed classes

Location:
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Zhu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Zhu/ZhuEncodedSolution.cs

    r17712 r17714  
    3131  [Item("ZhuEncodedSolution", "Represents a Zhu encoded solution of the VRP. It is implemented as described in Zhu, K.Q. (2000). A New Genetic Algorithm For VRPTW. Proceedings of the International Conference on Artificial Intelligence.")]
    3232  [StorableType("1A5F5A1D-E4F5-4477-887E-45FC488BC459")]
    33   public class ZhuEncodedSolution : General.PermutationEncoding {
     33  public class ZhuEncodedSolution : General.PermutationEncodedSolution {
    3434    #region IVRPEncoding Members
    3535    public override int GetTourIndex(Tour tour) {
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Zhu/ZhuEncoding.cs

    r17711 r17714  
    3131namespace HeuristicLab.Problems.VehicleRouting.Encodings.Zhu {
    3232  [Item("Zhu Encoding", "Represents the Zhu encoding for Zhu encoded solutions.")]
    33   [StorableType("9ff9f959-31d2-44e5-8a5e-b122220535c2")]
    34   public class ZhuEncoding : VRPEncoding {
     33  [StorableType("d02d7532-4a99-41e9-9a97-455792404507")]
     34  public sealed class ZhuEncoding : VRPEncoding {
    3535
    3636    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.