- Timestamp:
- 11/16/15 14:34:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimization.cs ΒΆ
r12504 r13173 35 35 36 36 namespace HeuristicLab.Algorithms.ParticleSwarmOptimization { 37 [Item("Particle Swarm Optimization ", "A particle swarm optimization algorithm based on the description in Pedersen, M.E.H. (2010). PhD thesis. University of Southampton.")]37 [Item("Particle Swarm Optimization (PSO)", "A particle swarm optimization algorithm based on the description in Pedersen, M.E.H. (2010). PhD thesis. University of Southampton.")] 38 38 [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 300)] 39 39 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.