# # ChangeLog for branches/VNS/HeuristicLab.Optimization # # Generated by Trac 1.0.12 # 06/13/24 12:44:50 Thu, 17 Mar 2011 13:35:58 GMT svonolfe [5735] * branches/VNS/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj (modified) * branches/VNS/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchImprovementOperator.cs (moved) * branches/VNS/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchMainLoop.cs (modified) * branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearch.cs (modified) * branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearchMainLoop.cs (modified) * branches/VNS/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * branches/VNS/HeuristicLab.Operators/3.3/ScopeCleaner.cs (modified) * branches/VNS/HeuristicLab.Operators/3.3/SubScopesCloner.cs (added) * branches/VNS/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/VNS/HeuristicLab.Optimization/3.3/Interfaces/ILocalImprovementOperator.cs (moved) Implemented review comments of swagner (#1425) Mon, 07 Mar 2011 16:23:04 GMT svonolfe [5622] * branches/VNS/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj (modified) * branches/VNS/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchImprovement.cs (added) * branches/VNS/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchMainLoop.cs (modified) * branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj (modified) * branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/ILocalImprovement.cs (deleted) * branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/LocalSearchImprovement.cs (deleted) * branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearch.cs (modified) * branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearchMainLoop.cs (modified) * branches/VNS/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/VNS/HeuristicLab.Optimization/3.3/Interfaces/ILocalImprovement.cs (added) Worked on VNS (#1425) Wed, 02 Mar 2011 14:26:48 GMT svonolfe [5594] * branches/VNS (copied) Created branch for ticket #1425 Mon, 28 Feb 2011 16:25:28 GMT epitzer [5568] * trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimization.cs (modified) * trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimizationMainLoop.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorParticleUpdater.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorSwarmUpdater.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorNeighborhoodParticleUpdater.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorParticleUpdater.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorSwarmUpdater.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorTotallyConnectedParticleUpdater.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IDiscreteDoubleMatrixModifier.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IParticleUpdater.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/ISwarmUpdater.cs (modified) Continue working on SwarmUpdater (#852)