source:
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IRealVectorPSOEncoder.cs
@
3688
Last change on this file since 3688 was 3682, checked in by mkofler, 15 years ago | |
---|---|
File size: 330 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using HeuristicLab.Optimization; |
6 | using HeuristicLab.Core; |
7 | |
8 | namespace HeuristicLab.Problems.TestFunctions { |
9 | public interface IRealVectorPSOEncoder : IRealVectorEncoder { |
10 | IParameter OriginalRealVectorParameter { get; } |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.