Changeset 17486
- Timestamp:
- 03/23/20 17:13:23 (5 years ago)
- Location:
- branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Operators/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Operators/Interfaces/ICrossoverOperator.cs
r10830 r17486 1 using HeuristicLab.Core; 1 using HEAL.Attic; 2 using HeuristicLab.Core; 2 3 3 4 namespace HeuristicLab.EvolutionTracking { 5 [StorableType("4FFD9B88-F8D5-4CDE-9F69-2C3D27C923A4")] 4 6 public interface ICrossoverOperator<T> : IOperator where T : class,IItem { 5 7 IScopeTreeLookupParameter<T> ParentsParameter { get; } -
branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Operators/Interfaces/IManipulatorOperator.cs
r10830 r17486 1 using HeuristicLab.Core; 1 using HEAL.Attic; 2 using HeuristicLab.Core; 2 3 3 4 namespace HeuristicLab.EvolutionTracking { 5 [StorableType("D17CC9B9-DB4C-4724-9BDE-7F3FF9BBC6B0")] 4 6 public interface IManipulatorOperator<T> : IOperator where T : class,IItem { 5 7 ILookupParameter<T> ChildParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.