Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/20 12:15:23 (4 years ago)
Author:
mkommend
Message:

#2521: Added first version of new results. The first algorithm that has been adapted for testing purposes is the hill climber.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Parameters/3.3/ReferenceParameter.cs

    r17567 r17594  
    143143
    144144
    145   [Item("ReferenceParameter<T>", "ValueParameter<T> that forwards to another (referenced) ValueParameter<T>).")]
     145  [Item("ReferenceParameter", "ValueParameter<T> that forwards to another (referenced) ValueParameter<T>).")]
    146146  [StorableType("6DD59BE5-C618-4AD4-90FE-0FAAF15650C3")]
    147147  public sealed class ReferenceParameter<T> : ReferenceParameter, IValueParameter<T>
     
    169169
    170170
    171   [Item("ReferenceParameter<T,U>", "ValueParameter<T> that forwards to another (referenced) ValueParameter<U>).")]
     171  [Item("ReferenceParameter", "ValueParameter<T> that forwards to another (referenced) ValueParameter<U>).")]
    172172  [StorableType("83FEA704-6AED-4D76-B25A-B469E0E9187A")]
    173173  public sealed class ReferenceParameter<T, U> : ReferenceParameter, IValueParameter<T>
Note: See TracChangeset for help on using the changeset viewer.