Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Weighted/IWeighted.cs @ 16455

Last change on this file since 16455 was 14897, checked in by pkimmesw, 8 years ago

#2665 Dynamic ErcValues, Separate Push from BenchmarkSuite Push

File size: 128 bytes
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.Base {
2  public interface IWeighted {
3    double Weight { get; }
4  }
5}
Note: See TracBrowser for help on using the repository browser.