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 | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | namespace HeuristicLab.Algorithms.ParticleSwarmOptimization {
|
---|
7 | public interface ILocalParticleUpdater : IParticleUpdater {
|
---|
8 | }
|
---|
9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.