heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
33 stars 15 forks source link

Improve structure of data analysis specific classes #1418

Closed HeuristicLab-Trac-Bot closed 13 years ago

HeuristicLab-Trac-Bot commented 13 years ago

Issue migrated from trac ticket # 1418

milestone: HeuristicLab 3.3.4 | component: Problems.DataAnalysis | priority: high | resolution: done

2011-02-15 17:15:18: @gkronber created the issue

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 13:51:55: @mkommend commented


r5687: Moved outdated plugins to separated solution folder.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 14:35:34: @mkommend commented


r5688: Added names and descriptions to grammars and adapted their view.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 15:33:29: @gkronber commented


r5689: fixed persistence problems.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 15:35:46: @gkronber commented


r5690: removed SupportVectorIndizes field from libSVM models.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 15:39:36: @mkommend commented


r5691: Fixed error in grammars.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 16:24:03: @gkronber commented


r5693: added plugin for symbolic data analysis views.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 17:03:05: @gkronber commented


r5694: ported views for support vector machine solutions and models.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 17:03:47: @mkommend commented


r5695: Implemented persistence of grammars. Currently it does not work, because the Tuple type is not serializable (see #1442).

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 17:05:43: @gkronber commented


r5696: fixed bug in SVM solution view

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 17:24:11: @mkommend commented


r5697: Added new assemblies to HL3.3 tests project and fixed minor errors regarding the visibility of the cloning and storable ctor.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-15 19:37:54: @gkronber commented


r5699: added interactive simplifier view for symbolic regression models.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 14:49:18: @mkommend commented


r5712:Fixed persistence of SymbolicExpressionGrammars.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 14:57:42: @mkommend commented


r5713: Small change in TupleSerializer.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 15:33:59: @mkommend commented


r5715: Removed unused files.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 16:22:50: @mkommend commented


r5716: Updated estimation limits on symbolic data analysis problem creation.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 16:34:39: @gkronber commented


r5717: Implemented interactive simplifier views for symbolic classification and regression.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 17:12:16: @mkommend commented


r5719: Refactored MultiManipulators of SymbolicExpressionTreeEncoding.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 17:14:14: @gkronber commented


r5720: added upper and lower estimation bounds for symbolic classification and regression models.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-16 19:30:18: @gkronber commented


r5722:

  • fixed evaluator call from validation analyzers
  • fixed bugs in interactive simplifier view
  • added apply linear scaling flag to analyzers.
HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 10:42:42: @mkommend commented


r5726: Fixed grammars to allow ADF's.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 10:56:59: @mkommend commented


r5727: Adapted ProbabilisticTreeCreator.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 11:38:13: @mkommend commented


r5728: Corrected deserialization of SymbolicExpressionTreeNode.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 12:26:03: @gkronber commented


r5729:

  • moved linear scaling method into symbolic regression model
  • fixed bug in interactive solution simplifier
HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 13:13:28: @mkommend commented


r5730: Reorganized Problems.DataAnalysis.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 13:24:37: @mkommend commented


r5731: Commited remaining changes from project reorganization.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 13:54:11: @gkronber commented


r5732: fixed bug in variable frequency analyzer.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 14:08:19: @mkommend commented


r5733: Corrected problem interfaces & unified naming of subtrees.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 14:28:52: @gkronber commented


r5734: changed folder name to 'Outdated Plugins'

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 15:15:06: @gkronber commented


r5736: implemented linear scaling for classification solutions, fixed bugs interactive simplifier view for classification solutions.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 15:21:47: @gkronber commented


r5737: removed unused classes

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-17 21:42:25: @gkronber commented


r5742: fixed grammar cloning bug, improved analyzers for multi objective symbolic data analysis problems.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 07:27:16: @gkronber commented


r5745: ported formatters for data analysis expressions.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 09:59:42: @gkronber commented


r5746: bug fixes and minor changes to improve performance in online evaluators.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 10:01:20: @gkronber commented


r5747:

  • corrected naming of bounded evaluator
  • added base classes for single objective and multi objective validation analzers
  • added overfitting analyzers for symbolic regression and classification.
HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 10:28:22: @gkronber commented


r5748: added calculation of variable impacts to variable frequency analyzer.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 10:44:30: @gkronber commented


r5749: minor changes in SymbolicDataAnalysisExpressionTreeInterpreter to prepare for integration of interval arithmetic.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 12:51:12: @gkronber commented


r5750:

  • implemented variable view that allows to add and remove variable strings (ported from external evaluation views)
  • implemented formatter and grammar for external evaluation plugin
  • fixed bug in symbolic expression view
  • fixed bug in run collection variable impact view
  • removed unused plugin HeuristicLab.Problems.ExternalEvaluation.GP.Views
  • renamed files.
HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 23:21:43: @mkommend commented


r5757: Implemented StringConvertibleValueTuple, IntRange, DoubleRange and the according views.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-18 23:23:32: @mkommend commented


r5758: Removed unused project Problems.ExternalEvaluation.GP.Views-3.4 from the solution file.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-19 02:23:40: @mkommend commented


r5759:

  • Worked on IntRange and DoubleRange
  • Updated evaluators, analyzers, problems and problem data to use IntRanges
  • Removed properties to access the value of LookupParameter
  • Corrected files.txt
HeuristicLab-Trac-Bot commented 13 years ago

2011-03-21 00:19:46: @mkommend commented


r5770: Changed data type of estimation limits and corrected some bugs.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-21 00:28:44: @mkommend commented


r5771: Updated overfitting analyzers to do nothing if validation partition is not set.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-21 00:36:11: @mkommend commented


r5772: Fixed bug in CrossValidation.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-21 10:31:59: @mkommend commented


r5774: Corrected ItemImage of StringConvertibleValueTypeTuple.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-21 10:34:48: @mkommend commented


r5775: Renamed ModelSelectionPartition to ValidationPartition.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-21 10:39:42: @mkommend commented


r5776: Removed unused class SymbolicDataAnalysisSolutionCreator.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-21 13:29:41: @mkommend commented


r5777: Corrected plugin dependencies.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-22 13:10:18: @gkronber commented


r5788: fixed bug in lagged variable view.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-22 15:06:55: @mkommend commented


r5791: Corrected deserialization of StringConvertibleValueTuple.

HeuristicLab-Trac-Bot commented 13 years ago

2011-03-22 15:07:45: @mkommend commented


r5792: Corrected ADFs and adapted unit tests.