source:
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/IErcValueItem.cs
@
14905
Last change on this file since 14905 was 14905, checked in by pkimmesw, 8 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
1 | namespace HeuristicLab.Problems.ProgramSynthesis.Base.Erc { |
2 | using HeuristicLab.Core; |
3 | |
4 | public interface IErcValueItem<T> : IErcItem { |
5 | T GetErcValue(IRandom random); |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.