Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/IGlobalParticleUpdater.cs @ 5426

Last change on this file since 5426 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: 230 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Algorithms.ParticleSwarmOptimization {
7  public interface IGlobalParticleUpdater : IParticleUpdater {
8  }
9}
Note: See TracBrowser for help on using the repository browser.