Timeline
05/11/14:
- 23:10 Changeset [10839] by
-
#1772: SymbolicExpressionTreeTile: skip start symbol when displaying the tree
- 21:17 Changeset [10838] by
-
#1772: Improved display of trees and fragments in the FragmentGraphView by displaying the whole tree and highlighting the subtree and the fragment inside it. Changed color scheme to look nicer.
- 18:29 Changeset [10837] by
-
#1772: Fixed identification of mutation fragments.
- 14:34 Changeset [10836] by
-
#1265: Improved scaling of font size when zooming so that it takes into account vertical dimensions as well.
- 14:32 Changeset [10835] by
-
#1772: Fixed bug in display of node labels in SymbolicExpressionTreeTile
- 01:38 Changeset [10834] by
-
#1772: Fixed another persistence error (vertex content was missing storable attribute)
- 00:03 Changeset [10833] by
-
#1772: Fixed another minor display bug concerning elite individuals. Fixed bug when saving fragments from mutation. Displayed quality as well in the SymbolicExpressionTreeTile.
05/09/14:
- 18:37 Changeset [10832] by
-
#1772: Fixed omission in SymbolicDataAnalysisProblem.cs (forgot about the AfterManipulatorOperator)
- 15:14 Changeset [10831] by
-
#1265: Added MaximumFontSize property to RectangularPrimitiveBase.
- 15:11 Changeset [10830] by
-
#1772: Fixed persistence errors in the GenealogyAnalyzer and the instrumented operators, tweaked display code in the GenealogyGraphChart.
- 10:45 Changeset [10829] by
-
#1837: Sealed SlidingWindowRange class.
- 10:32 Changeset [10828] by
-
#1837: Added storable attributes to the SlidingWindowRange. Fixed small typo in SlidingWindow/SlidingWindowBestSolutionsCollectionHeatMapView.cs and added license information header.
- 09:12 Ticket #2182 (KeyNotFoundException in PushForwardInsertionCreator) created by
- Run the enclosed HL file for reproducing the error. It seems that …
05/08/14:
- 17:26 Changeset [10827] by
-
#1772: Added default font, pen, and brush for the graphical components (the idea is to save memory by sharing default pens and brushes - not allocating new ones all the time), added support for tracing mutation operations
- 16:56 Changeset [10826] by
-
#2181: Set fillPopulationWithParents to false if the parameter's actual value is null.
- 16:55 Ticket #2181 (OffspringSelector should have a default value for the ...) created by
- In #2172 a new ValueLookupParameter 'FillPopulationWithParents' was …
- 10:27 Changeset [10825] by
-
#1997: Allowed fixed samples to be wrap around the samples partition.
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 …