# # ChangeLog for branches/LearningClassifierSystems/PreBuildEvent.cmd # # Generated by Trac 1.0.12 # 05/13/24 21:35:47 Mon, 26 Nov 2012 12:18:56 GMT sforsten [8941] * branches/LearningClassifierSystems (added) * branches/LearningClassifierSystems/Build.cmd (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3 (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/ActionSelection (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/ActionSelection/ActionSelector.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/ActionSelection/MaxValueActionSelector.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/ActionSelection/RandomActionSelector.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/HeuristicLab.Algorithms.LearningClassifierSystems-3.3.csproj (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/HeuristicLab.snk (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/LearningClassifierSystem.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/LearningClassifierSystemMainLoop.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/Plugin.cs.frame (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/Properties (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/Selectors (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/Selectors/IMatchSelector.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/Selectors/MatchSelector.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3 (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/CombinedIntegerVector.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/CombinedIntegerVectorCreator.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Creators (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Creators/UniformRandomCombinedIntegerVectorCreator.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/HeuristicLab.snk (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Interfaces (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Interfaces/IBoundedCombinedIntegerVectorOperator.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Interfaces/ICombinedIntegerVectorCreator.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Interfaces/ICombinedIntegerVectorOperator.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Matching (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Matching/IMatching.cs (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Plugin.cs.frame (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Properties (added) * branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/LearningClassifierSystems/LearningClassifierSystem.sln (added) * branches/LearningClassifierSystems/PreBuildEvent.cmd (added) #1980: A general implementation of most main components of LCS is ...