source:
addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Weighted/IWeighted.cs
@
17282
Last change on this file since 17282 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.