Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PSO/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ILocalParticleUpdater.cs @ 5663

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

#852: Worked on parameter wiring to ensure that users may only select correct parameter combinations (e.g. NeighborhoodParticleUpdater + some topology).

File size: 229 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Algorithms.ParticleSwarmOptimization {
7  public interface ILocalParticleUpdater : IParticleUpdater {
8  }
9}
Note: See TracBrowser for help on using the repository browser.