Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Selector/ICaseSingleObjectiveSelector.cs @ 17603

Last change on this file since 17603 was 14834, checked in by pkimmesw, 8 years ago

#2665 LexicaseSelector, Performance improvements, UI Fixes, Debugger only shows used stacks, fixed Debugger stepping, Added vector expressions, ERCOptions,

File size: 327 bytes
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.Push.Selector {
2  using HeuristicLab.Core;
3  using HeuristicLab.Data;
4  using HeuristicLab.Optimization;
5
6  public interface ICaseSingleObjectiveSelector : ISingleObjectiveSelector {
7    ILookupParameter<ItemArray<DoubleArray>> CaseQualitiesParameter { get; }
8  }
9}
Note: See TracBrowser for help on using the repository browser.