Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/10 21:42:49 (14 years ago)
Author:
cneumuel
Message:

#1215 worked on metaoptimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces/IValueConfiguration.cs

    r4839 r4981  
    11using System;
    22using HeuristicLab.Core;
     3using HeuristicLab.Data;
    34
    45namespace HeuristicLab.Problems.MetaOptimization {
    5   public interface IValueConfiguration : IItem {
    6     IItem Value { get; set; }
    7     Type ValueDataType { get; }
    8     IItemList<IParameterConfiguration> ParameterConfigurations { get; }
    9 
     6  public interface IValueConfiguration : IOptimizable, IItem {
     7    IItemCollection<IParameterConfiguration> ParameterConfigurations { get; }
     8    IRange RangeConstraint { get; }
    109    event EventHandler ValueChanged;
    1110  }
Note: See TracChangeset for help on using the changeset viewer.