- Timestamp:
- 11/19/15 13:33:36 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13173
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimization.cs
r12708 r13295 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.