# # ChangeLog for / # # Generated by Trac 1.0.12 # 07/16/24 20:45:20 Thu, 15 Oct 2009 12:04:56 GMT mkommend [2434] * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockingMainForm.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MultipleDocumentMainForm.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/SingleDocumentMainForm.cs (modified) registered !GotFocus event on forms to activate corresponding views ... Thu, 15 Oct 2009 12:01:15 GMT mkommend [2433] * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/NewEditorToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/NewFormToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/OpenToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/SaveToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/EditorView.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/FormView.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/ExitToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/NewEditorToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/NewFormToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/OpenToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/SaveToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockForm.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/ViewBase.Designer.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/ViewBase.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/DefaultView.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj (modified) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/Interfaces/IView.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/MainFormManager.cs (modified) first version of generic views (ticket #771) Thu, 15 Oct 2009 11:29:03 GMT gkronber [2432] * trunk/sources/ALGLIB/ALGLIB.csproj (modified) Fixed pre-build event for plugin ALGLIB. #783 Thu, 15 Oct 2009 11:23:14 GMT gkronber [2431] * trunk/sources/HeuristicLab.LinearRegression/3.2/ALGLIB License.txt (deleted) Deleted ALGLIB license file. #783 Thu, 15 Oct 2009 11:22:07 GMT gkronber [2430] * trunk/sources/ALGLIB (added) * trunk/sources/ALGLIB/ALGLIB License.txt (copied) * trunk/sources/ALGLIB/ALGLIB.csproj (added) * trunk/sources/ALGLIB/AlglibPlugin.cs (added) * trunk/sources/ALGLIB/HeuristicLab.snk (added) * trunk/sources/ALGLIB/Properties (added) * trunk/sources/ALGLIB/Properties/AssemblyInfo.frame (added) * trunk/sources/ALGLIB/ap.cs (copied) * trunk/sources/ALGLIB/ap.english.html (added) * trunk/sources/ALGLIB/bdsvd.cs (copied) * trunk/sources/ALGLIB/bidiagonal.cs (copied) * trunk/sources/ALGLIB/blas.cs (copied) * trunk/sources/ALGLIB/correlation.cs (copied) * trunk/sources/ALGLIB/faq.english.html (added) * trunk/sources/ALGLIB/leastsquares.cs (copied) * trunk/sources/ALGLIB/lq.cs (copied) * trunk/sources/ALGLIB/qr.cs (copied) * trunk/sources/ALGLIB/reflections.cs (copied) * trunk/sources/ALGLIB/rotations.cs (copied) * trunk/sources/ALGLIB/spline3.cs (copied) * trunk/sources/ALGLIB/svd.cs (copied) * trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLab.LinearRegression-3.2.csproj (modified) * trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLabLinearRegressionPlugin.cs (modified) * trunk/sources/HeuristicLab.LinearRegression/3.2/LinearRegressionOperator.cs (modified) * trunk/sources/HeuristicLab.LinearRegression/3.2/alglib (deleted) * trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj (modified) * trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLabModelingPlugin.cs (modified) * trunk/sources/HeuristicLab.Modeling/3.2/alglib (deleted) * trunk/sources/HeuristicLab.sln (modified) * trunk/sources/HeuristicLab/CopyAssemblies.cmd (modified) Moved ALGLIB code into a separate plugin. #783 Thu, 15 Oct 2009 10:41:18 GMT gkronber [2429] * trunk/sources/HeuristicLab.Modeling/3.2/ModelingResultCalculators.cs (modified) Fixed compilation error. #782. Thu, 15 Oct 2009 10:36:04 GMT gkronber [2428] * trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj (modified) * trunk/sources/HeuristicLab.Modeling/3.2/ModelingResult.cs (modified) * trunk/sources/HeuristicLab.Modeling/3.2/ModelingResultCalculators.cs (modified) * trunk/sources/HeuristicLab.Modeling/3.2/SimplePearsonCorrelationCoefficientEvaluator.cs (added) * trunk/sources/HeuristicLab.Modeling/3.2/SimpleR2Evaluator.cs (modified) * trunk/sources/HeuristicLab.Modeling/3.2/SimpleSpearmansRankCorrelationCoefficientEvaluator.cs (added) * trunk/sources/HeuristicLab.Modeling/3.2/SimpleStableCorrelationCoefficientEvaluator.cs (added) * trunk/sources/HeuristicLab.Modeling/3.2/alglib (added) * trunk/sources/HeuristicLab.Modeling/3.2/alglib/ap.cs (added) * trunk/sources/HeuristicLab.Modeling/3.2/alglib/correlation.cs (added) Implemented #782 (Additional model quality metrics: Pearson product- ... Wed, 14 Oct 2009 14:37:59 GMT gkronber [2427] * trunk/sources/LibSVM/Solver.cs (modified) Fixed a major bug in the LibSVM code. #781 (.NET port of LibSVM gives ... Tue, 13 Oct 2009 08:58:31 GMT mkommend [2426] * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/Actions/NewEditorAction.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/Actions/NewFormAction.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/Actions/OpenAction.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/Actions/SaveAction.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/NewEditorToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/NewFormToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/NewToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/OpenToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/ButtonItems/SaveToolStripButtonItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/EditorView.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/FormView.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/HeuristicLab.MainForm.Test-3.2.csproj (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/HeuristicLabDockingMainFormTestApplication.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/HeuristicLabMainFormTestPlugin.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/HeuristicLabMultipleDocumentMainFormTestApplication.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/HeuristicLabSingleDocumentMainFormTestApplication.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/ExitToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/FileToolStripMenuItem.cs (deleted) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/NewEditorToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/NewFormToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/NewToolStripMenuItem.cs (deleted) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/OpenToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/MenuItems/SaveToolStripMenuItem.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2 (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockForm.Designer.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockForm.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockForm.resx (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockingMainForm.Designer.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockingMainForm.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DockingMainForm.resx (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DocumentForm.Designer.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DocumentForm.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/DocumentForm.resx (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.MainForm.WindowsForms.csproj (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.snk (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLabMainFormWindowsFormsPlugin.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MainFormBase.Designer.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MainFormBase.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MainFormBase.resx (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MenuItemBase.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MultipleDocumentMainForm.Designer.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MultipleDocumentMainForm.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/MultipleDocumentMainForm.resx (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/Properties (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/Properties/AssemblyInfo.frame (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/SingleDocumentMainForm.Designer.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/SingleDocumentMainForm.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/SingleDocumentMainForm.resx (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/ToolBarItemBase.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/ViewBase.Designer.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm.WindowsForms/3.2/ViewBase.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj (modified) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/Interfaces/IMainForm.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/Interfaces/IMenuItem.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/Interfaces/IToolBarItem.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/Interfaces/IUserInterfaceItem.cs (copied) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/Interfaces/IView.cs (modified) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/MainFormManager.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/MenuItemBase.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/ToolBarItemBase.cs (added) * branches/Mainform refactoring/HeuristicLab.MainForm/3.2/UserInterfaceItemBase.cs (modified) * branches/Mainform refactoring/HeuristicLab.sln (modified) * branches/Mainform refactoring/HeuristicLab/CopyAssemblies.cmd (modified) initial version of refactored mainform (ticket #771) Sat, 10 Oct 2009 20:28:49 GMT swagner [2425] * trunk/sources/HeuristicLab.Common/3.2/HeuristicLabCommonPlugin.cs (modified) Corrected plugin dependencies of HeuristicLab.Common (#780) Fri, 09 Oct 2009 14:28:42 GMT mkommend [2424] * branches/Mainform refactoring/HeuristicLab.Common/3.2/HeuristicLab.Common-3.2.csproj (modified) * branches/Mainform refactoring/HeuristicLab.Common/3.2/ObservableCollection.cs (modified) * branches/Mainform refactoring/HeuristicLab.Common/3.2/ObservableList.cs (added) changed !ObservableCollection to implement INotifyCollectionChanged ... Fri, 09 Oct 2009 12:11:38 GMT gkronber [2423] * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/SymbolicExpressionExporter.cs (modified) Made symbolic expression export of GP trees culture invariant. #778 Thu, 08 Oct 2009 14:25:57 GMT gkronber [2422] * trunk/sources/HeuristicLab.CEDMA.Server/3.3/DispatcherView.Designer.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Server/3.3/ProblemSpecification.cs (modified) * trunk/sources/HeuristicLab.CEDMA.Server/3.3/SimpleDispatcher.cs (modified) Fixed bugs in CEDMA cockpit: * Runs were started for target ... Thu, 08 Oct 2009 14:22:35 GMT gkronber [2421] * trunk/sources/HeuristicLab.Modeling/3.2/AnalyzerModel.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLab.SupportVectorMachines-3.2.csproj (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/Predictor.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/PredictorBuilder.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SVMHelper.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorCreator.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorEvaluator.cs (modified) Fixed bugs related to time series prognosis with SVMs. And fixed an ... Thu, 08 Oct 2009 10:33:24 GMT mkommend [2420] * branches/Mainform refactoring (copied) created branch for mainform refactoring (ticket #771) Thu, 08 Oct 2009 08:28:24 GMT mkommend [2419] * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGPRegression.cs (modified) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGPRegression.cs (modified) * trunk/sources/HeuristicLab.LinearRegression/3.2/LinearRegression.cs (modified) * trunk/sources/HeuristicLab.Modeling/3.2/DefaultRegressionOperators.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs (modified) moved actual training samples from !DefaulRegressionOperator to ... Wed, 07 Oct 2009 14:19:21 GMT gkronber [2418] * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/Predictor.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SVMModel.cs (modified) * trunk/sources/LibSVM/Model.cs (modified) * trunk/sources/LibSVM/RangeTransform.cs (modified) Fixed bugs in text export/import of SVM models. #772. Wed, 07 Oct 2009 14:16:45 GMT gkronber [2417] * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SVMHelper.cs (modified) * trunk/sources/HeuristicLab.sln (modified) Fixed problem with inconsistent SVM predictor output (node indexes in ... Wed, 07 Oct 2009 10:15:10 GMT gkronber [2416] * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/Predictor.cs (modified) * trunk/sources/LibSVM/Model.cs (modified) * trunk/sources/LibSVM/RangeTransform.cs (modified) Fixed export and import of SVM data structures (using round-trip ... Wed, 07 Oct 2009 09:58:21 GMT gkronber [2415] * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/Predictor.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/PredictorView.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SVMModel.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SVMModelView.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorCreator.cs (modified) * trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorEvaluator.cs (modified) * trunk/sources/LibSVM/Cache.cs (modified) * trunk/sources/LibSVM/GaussianTransform.cs (modified) * trunk/sources/LibSVM/IRangeTransform.cs (modified) * trunk/sources/LibSVM/Kernel.cs (added) * trunk/sources/LibSVM/LibSVM.csproj (modified) * trunk/sources/LibSVM/Model.cs (modified) * trunk/sources/LibSVM/Node.cs (modified) * trunk/sources/LibSVM/Parameter.cs (modified) * trunk/sources/LibSVM/ParameterSelection.cs (modified) * trunk/sources/LibSVM/PerformanceEvaluator.cs (modified) * trunk/sources/LibSVM/PrecomputedKernel.cs (modified) * trunk/sources/LibSVM/Prediction.cs (modified) * trunk/sources/LibSVM/Problem.cs (modified) * trunk/sources/LibSVM/Properties/AssemblyInfo.cs (modified) * trunk/sources/LibSVM/RangeTransform.cs (modified) * trunk/sources/LibSVM/SVMExtensions.cs (added) * trunk/sources/LibSVM/Scaling.cs (modified) * trunk/sources/LibSVM/Solver.cs (modified) * trunk/sources/LibSVM/SupportClass.cs (deleted) * trunk/sources/LibSVM/TemporaryCulture.cs (added) * trunk/sources/LibSVM/Training.cs (modified) Updated LibSVM project to latest version. #774