# # ChangeLog for trunk/sources/HeuristicLab.Modeling/3.3/IModel.cs # # Generated by Trac 1.0.12 # 07/08/24 18:46:32 Wed, 27 May 2009 13:27:41 GMT epitzer [1913] * trunk/sources/HeuristicLab.Modeling/3.3 (copied) Create new branch for HL.Modeling-3.3 (#603) Wed, 27 May 2009 11:22:41 GMT gkronber [1906] * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/AlgorithmBase.cs (modified) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs (modified) * trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj (modified) * trunk/sources/HeuristicLab.Modeling/3.2/IAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Modeling/3.2/IModel.cs (added) * trunk/sources/HeuristicLab.Modeling/3.2/Model.cs (added) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLab.SupportVectorMachines-3.2.csproj (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SVMModel.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorCreator.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorEvaluator.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs (modified) Added interface `IModel` and a standard implementation and changed ...