Timeline
05/07/14:
- 22:36 Changeset [10824] by
-
removed missing files LabeledEllipse and LabeledRectangle from project
- 22:36 Changeset [10823] by
-
fixed build event
- 17:15 Changeset [10822] by
-
#1772: Partially fixed fragment detection and tracing in the case of mutation.
- 15:33 Changeset [10821] by
-
- Fixed typo in linear transformation error msg.
- removed StringBuilder in transformation error msg.
- 15:22 Changeset [10820] by
-
- Interpolation implemented
- Smoothing fixed
- Interpolation/Smooting menu disabled if first column is selected as well
- 15:18 Changeset [10819] by
-
- Implemented handling of transformation error messages.
- 15:15 Changeset [10818] by
-
Persistence of charting congfiguration
- 14:42 Changeset [10817] by
-
- added default case to changed event listeners
- 14:40 Changeset [10816] by
-
- corrected StandardDeviationTransformation error msg
- 14:23 Changeset [10815] by
-
- implemented StandardDeviationTransformation logic.
- 14:22 Changeset [10814] by
-
- Considered Transformations in Undo.
- Renamed PDSnapshot in Snapshot.
- 13:24 Changeset [10813] by
-
BugFix within the logical conjunction of filters
persistence of filters in content
- 13:20 Changeset [10812] by
-
- Disabled menu such as average in selection and co. if selected cells are only of string columns
- GetVariance -> using GetValuesWithoutNaN as well
- 13:19 Changeset [10811] by
-
- provide default value (false) for considerSelection parameter
- 13:07 Changeset [10810] by
-
- Event propagation fixed
- 12:47 Changeset [10809] by
-
- selected average and co. implemented
- SelectionChanged NullPointer fixed
- 11:35 Changeset [10808] by
-
- rewritten Item descriptions for Transformations.
- 11:13 Changeset [10807] by
-
- renamed manipulation logic members
- 11:08 Changeset [10806] by
-
- Provide Transofmations with available column names.
- 11:04 Changeset [10805] by
-
- refactored PowerTransformation
- repaired Transformations / refactored TransactionalPreprocessingData
- 10:49 Changeset [10804] by
-
- SelectionEvent added
- 10:44 Changeset [10803] by
-
Added coloring selection feature to line chart
- 10:27 Changeset [10802] by
-
Refactoring
05/06/14:
- 17:20 Changeset [10801] by
-
#1772: Fixed invalid cast exception in BeforeManipulatorOperator.cs
- 15:55 Changeset [10800] by
-
#2076: Fixed typo in BoxesLayoutEngine.cs
- 15:33 Changeset [10799] by
-
#2076: Improved visual aspect of trees using the Boxes layout engine (decreased horizontal spacing to a minimum of 1px). Refactored some code in the InteractiveSymbolicDataAnalysisSolutionSimplifierView to throw an exception when the visual node content is null, and to only update the tree when necessary.
- 12:19 Changeset [10798] by
-
#1763: Branched tree edit functionality into /branches/HeuristicLab.InteractiveTreeSimplifier
05/05/14:
- 17:04 Changeset [10797] by
-
#1772: Added text labels to SymbolicExpressionTreeTiles so that the generation number is also displayed.
04/29/14:
- 09:32 Changeset [10796] by
-
#2176: CMA-ES will use the solution creator of the problem to initialise individual solutions
- 09:06 Ticket #2180 (Best solution analyzer does not clone the real-vector) closed by
- done: r10795: merged to stable
- 09:06 Changeset [10795] by
-
#2180: merged to stable
04/28/14:
- 11:26 Changeset [10794] by
-
#2180: Fixed cloning of solutions in BestSingleObjectiveTestFunctionSolutionAnalyzer
- 11:22 Ticket #2180 (Best solution analyzer does not clone the real-vector) created by
- This is a problem for trajectory-based methods which manipulate the …
04/26/14:
- 13:37 Changeset [10793] by
-
#2179: Changed default tree creator for the show sample tree functionaltiy of the grammar view.
- 13:11 Ticket #2179 (Use the PTC2 as the default tree creator in the show sample tree dialog) created by
- Currently the MultiSymbolicExpressionTreeCreator is selected, when …
04/25/14:
- 00:35 Changeset [10792] by
-
worked on a GP model for time series using toeplitz structure
04/24/14:
- 10:07 Changeset [10791] by
-
#2177: Added xor support in the IL emitting interpreter.
- 09:49 Changeset [10790] by
-
#2177: Added asserts for xor symbol in the interpreter evaluation test method.
- 09:48 Changeset [10789] by
-
#2177: Adapted TypeCoherentGrammar to disable the xor symbol per default to guarantee backwards compatibility.
- 09:23 Changeset [10788] by
-
#2177: Corrected evaluation of the xor symbol in the interpreters.
04/23/14:
- 18:33 Changeset [10787] by
-
#2106: Changed StableSort extension methods:
- Parameters index and count were ignored in List<T>.StableSort(int, int, Comparison<T>)
- Made both StableSortComparer<T> private classes
- Added sanity checks similar to those of Array.Sort and List<T>.Sort
- Before it was possible that index + count was bigger than the size of the list
- Reduced number of method overloads to 2 by introducing IComparer<T> as optional parameter
- 15:56 Changeset [10786] by
-
- Implemented PreprocessingTransformator to apply Transformations.
- 15:51 Changeset [10785] by
-
filter or combination
filter control: checkedlistview
- 15:41 Changeset [10784] by
-
Added DeviationTransformation (not ready implemented)
- 15:27 Changeset [10783] by
-
Add FilteredPreprocessing data for applying and caching filter status
- 15:08 Changeset [10782] by
-
Added ExponentiationTransformation
- 14:57 Changeset [10781] by
-
Added ReciprocalTransformation
- 14:48 Changeset [10780] by
-
Added ExponentialTransformation
- 14:40 Changeset [10779] by
-
Added LogarithmicTransformation
- 14:17 Changeset [10778] by
-
- Added CheckedTransformationCollectionView for providing an own type selector dialog.
- 14:10 Changeset [10777] by
-
LinearTransformation: Renamed Multiplier and Addend
- 14:04 Changeset [10776] by
-
- Missing values manipulations
- 14:03 Changeset [10775] by
-
Added ShiftDataToRangeTransformation
- 13:12 Changeset [10774] by
-
#2177: Implemented XOR symbol and adapted the interpreters and grammars.
- 12:41 Changeset [10773] by
-
Added CopyColumnTransformation.cs
- 12:38 Changeset [10772] by
-
- Current Transformations from GUI stored in TransformationContent.
- Corrected namespace from Transformation interfaces.
- 11:42 Changeset [10771] by
-
Changed content icons. Copied data table view and removed title.
- 11:33 Changeset [10770] by
-
Moved Transformations to HeuristicLab.Problems.DataAnalysis.Transformations
- 11:31 Changeset [10769] by
-
- create toolstripmenuitems
- 11:18 Changeset [10768] by
-
- create toolstripmenuitems
- 11:14 Changeset [10767] by
-
#2178: Reordered statistics in the boxplot view.
- 11:13 Ticket #2178 (Reorder statistics in the BoxPlotView) created by
- Currently the order is ..., average, median, stdev, ... . This should …
- 11:02 Changeset [10766] by
-
Fixed wrong version number in path for Transformation Plugin.
- 10:55 Changeset [10765] by
-
Added assembly for DataAnalysis Transformations.
- 10:51 Changeset [10764] by
-
renamed button1 to btnSearch
- 10:48 Changeset [10763] by
-
removed resx
- 10:48 Changeset [10762] by
-
- Renamed FindAndReplace to SearchAndReplace
- Added "Search" and "Replace" buttons to DataGrid