Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IRealVectorPSODecoder.cs @ 3719

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

Worked on #852 (PSO)

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