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