Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/17/19 23:06:18 (5 years ago)
Author:
mkommend
Message:

#2521: Added StorableType attributes to interfaces and adapted basic problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/ISolutionCreator.cs

    r16751 r16806  
    3030  public interface ISolutionCreator : IOperator { }
    3131
     32  [StorableType("76F17DA0-A81C-4E16-B591-38541D73C370")]
    3233  public interface ISolutionCreator<TEncodedSolution> : ISolutionCreator where TEncodedSolution : class, IEncodedSolution {
    3334    //ILookupParameter<TEncodedSolution> SolutionParameter { get; } // TODO: unify encoding specific parameters by defining ISolutionOperator and ISolutionsOperator
Note: See TracChangeset for help on using the changeset viewer.