Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IRealVectorPSOEncoder.cs @ 3702

Last change on this file since 3702 was 3682, checked in by mkofler, 14 years ago

Worked on #852 (PSO)

File size: 330 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Optimization;
6using HeuristicLab.Core;
7
8namespace HeuristicLab.Problems.TestFunctions {
9  public interface IRealVectorPSOEncoder : IRealVectorEncoder {
10    IParameter OriginalRealVectorParameter { get; }
11  }
12}
Note: See TracBrowser for help on using the repository browser.