Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/RealVectorToPermutationDecoder.cs @ 3358

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

Worked on particle swarm optimization algorithm #852 (WIP)

File size: 342 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Operators;
6using HeuristicLab.Encodings.RealVectorEncoding;
7
8namespace HeuristicLab.Algorithms.ParticleSwarmOptimization {
9  public class RealVectorToPermutationDecoder : SingleSuccessorOperator, IRealVectorDecoder {
10  }
11}
Note: See TracBrowser for help on using the repository browser.