Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

05/19/14:

17:25 Changeset [10862] by mkommend

#2076: Increased vertical and horizontal spacing for the boxes layout of symbolic expression tree charts.

16:29 Changeset [10861] by pfleck

#2184:

  • Set the Solution in the VRPProblemInstanceView to null when content is changing and set the Solution on the new ActiveView to avoid repainting the new ProblemInstance with the old Solution.
16:23 Changeset [10860] by pfleck

#2184:

  • Set BestKnownQuality and BestKnownSolution to null before setting the new ProblemInstance to avoid evaluation of the new instance with the old solution.
14:34 Ticket #2184 (IndexOutOfRangeException when changing VRP Instances) created by pfleck
A IndexOutOfRangeException occurs when loading the first Augerat …
13:33 Changeset [10859] by bburlacu

#2183: Fixed ArithmeticOverflow exception in the SymbolicExpressionTreeLinearCompiler.

13:32 Ticket #2183 (The linear interpreter fails with an ArithmeticOverflow exception when ...) created by bburlacu
This bug occurrs when the childIndex value of a LinearInstruction
10:22 Changeset [10858] by pfleck

#2182:

  • Implemented a more stable version for calculating the polar angle between two coordinates that allows calculating the angle between two locations with the same coordinates.
  • Fixed a radiant/grad bug.
09:09 Changeset [10857] by jkarder

#2136: implemented review comments from mkommend in comment:32:ticket:2136

05/15/14:

17:40 DevelopersTeam edited by jkarder
(diff)
15:06 Changeset [10856] by abeham

#2174: Worked on programmable problem

  • Changed ProblemBase to IProblemDefinition and SingleObjectiveProblemBase to ISingleObjectiveProblemDefinition
  • Derived ParameterVectorCreater, -Crossover, and -Manipulator from MultiOperator<> instead of InstrumentedOperator
  • Split the megamoth ScriptOnInstanceChanged to multiple methods dealing with single-vector and multi-vector encodings separately, it's still a lot of tedious code
  • Removed maximization from Configuration again (would not be consistent with multi-objective problems)

05/14/14:

15:58 Changeset [10855] by abeham

#2174: Added crossover and manipulator for multi-vector encoding

15:42 Changeset [10854] by pfleck
  • Started implementing backtransforming of model with preprocessing transformations.
15:33 Changeset [10853] by tsteinre
  • TransformationToSymbolicTreeMapper: added further Generate[Inverse]Model methods.
15:32 Changeset [10852] by rstoll
  • Search improved

take into account the selected cell when starting a search
updating data during search
updating data when dialog is closed and opened
changed selection during search from highlighting to actual selection (benefit, line chart will be selected according the search)

14:54 Changeset [10851] by aesterer

Added selection tag in line chart legend

14:46 Changeset [10850] by abeham

#2174: Major refactoring:

  • ParameterVector is only a temporary datastructure that is constructed for evaluation purposes only
  • Multiple permutations are allowed
  • Special support for single-vector encodings (to apply specialized algorithms such as PSO or CMA-ES)
  • General support for multi-vector encoding
14:26 Changeset [10849] by psteiner

Filter Logic And/Or Conjunction

13:55 Changeset [10848] by tsteinre
  • TransformationToSymbolicTreeMapper: added GenerateInverseModel[Inverse}Model for:
    • ExponentialTransformation
13:37 Changeset [10847] by aesterer

Added coloring feature for line chart

13:19 Changeset [10846] by tsteinre
  • TransformationToSymbolicTreeMapper implemented GenerateModel for
    • LinearTransformation
11:48 Changeset [10845] by tsteinre
  • created ITransformationMapper.cs
  • started implementing TransformationToSymbolicTreeMapper
11:44 Changeset [10844] by rstoll
  • FilterResult was inversed at some point (true meaning it is filtered, not displayed respectively and thus not found and false means found)
  • Fixed that search applies a preview (data shall not be filtered, it only uses the FilterLogic)
11:36 Changeset [10843] by rstoll
  • Fixed or combination filter, default value was set to true and thus all rows where filtered (regardless of the actual filter)
10:46 Changeset [10842] by psteiner

BugFix transactions null

10:31 Changeset [10841] by tsteinre
  • renamed StandardDeviationTransformation to ShiftStandardDistributionTransformation
  • renamed ShiftDataToRangeTransformation to ShiftToRangeTransformation

05/12/14:

00:49 Changeset [10840] by bburlacu

#1772: Small temporary fix to index out of bounds error in FragmentGraphView.cs.

05/11/14:

23:10 Changeset [10839] by bburlacu

#1772: SymbolicExpressionTreeTile: skip start symbol when displaying the tree

21:17 Changeset [10838] by bburlacu

#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 bburlacu

#1772: Fixed identification of mutation fragments.

14:34 Changeset [10836] by bburlacu

#1265: Improved scaling of font size when zooming so that it takes into account vertical dimensions as well.

14:32 Changeset [10835] by bburlacu

#1772: Fixed bug in display of node labels in SymbolicExpressionTreeTile

01:38 Changeset [10834] by bburlacu

#1772: Fixed another persistence error (vertex content was missing storable attribute)

00:03 Changeset [10833] by bburlacu

#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 bburlacu

#1772: Fixed omission in SymbolicDataAnalysisProblem.cs (forgot about the AfterManipulatorOperator)

15:14 Changeset [10831] by bburlacu

#1265: Added MaximumFontSize property to RectangularPrimitiveBase.

15:11 Changeset [10830] by bburlacu

#1772: Fixed persistence errors in the GenealogyAnalyzer and the instrumented operators, tweaked display code in the GenealogyGraphChart.

10:45 Changeset [10829] by bburlacu

#1837: Sealed SlidingWindowRange class.

10:32 Changeset [10828] by bburlacu

#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 ascheibe
Run the enclosed HL file for reproducing the error. It seems that …

05/08/14:

17:26 Changeset [10827] by bburlacu

#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 mkommend

#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 mkommend
In #2172 a new ValueLookupParameter 'FillPopulationWithParents' was …
10:27 Changeset [10825] by mkommend

#1997: Allowed fixed samples to be wrap around the samples partition.

05/07/14:

22:36 Changeset [10824] by gkronber

removed missing files LabeledEllipse and LabeledRectangle from project

22:36 Changeset [10823] by gkronber

fixed build event

17:15 Changeset [10822] by bburlacu

#1772: Partially fixed fragment detection and tracing in the case of mutation.

15:33 Changeset [10821] by pfleck
  • Fixed typo in linear transformation error msg.
  • removed StringBuilder in transformation error msg.
15:22 Changeset [10820] by rstoll
  • Interpolation implemented
  • Smoothing fixed
  • Interpolation/Smooting menu disabled if first column is selected as well
15:18 Changeset [10819] by pfleck
  • Implemented handling of transformation error messages.
15:15 Changeset [10818] by psteiner

Persistence of charting congfiguration

14:42 Changeset [10817] by sbreuer
  • added default case to changed event listeners
14:40 Changeset [10816] by tsteinre
  • corrected StandardDeviationTransformation error msg
14:23 Changeset [10815] by tsteinre
  • implemented StandardDeviationTransformation logic.
14:22 Changeset [10814] by pfleck
  • Considered Transformations in Undo.
  • Renamed PDSnapshot in Snapshot.
13:24 Changeset [10813] by psteiner

BugFix within the logical conjunction of filters
persistence of filters in content

13:20 Changeset [10812] by rstoll
  • 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 sbreuer
  • provide default value (false) for considerSelection parameter
13:07 Changeset [10810] by rstoll
  • Event propagation fixed
12:47 Changeset [10809] by sbreuer
  • selected average and co. implemented
  • SelectionChanged NullPointer fixed
11:35 Changeset [10808] by tsteinre
  • rewritten Item descriptions for Transformations.
11:13 Changeset [10807] by sbreuer
  • renamed manipulation logic members
11:08 Changeset [10806] by pfleck
  • Provide Transofmations with available column names.
11:04 Changeset [10805] by tsteinre
  • refactored PowerTransformation
  • repaired Transformations / refactored TransactionalPreprocessingData
10:49 Changeset [10804] by rstoll
  • SelectionEvent added
10:44 Changeset [10803] by aesterer

Added coloring selection feature to line chart

10:27 Changeset [10802] by mleitner

Refactoring

05/06/14:

17:20 Changeset [10801] by bburlacu

#1772: Fixed invalid cast exception in BeforeManipulatorOperator.cs

15:55 Changeset [10800] by bburlacu

#2076: Fixed typo in BoxesLayoutEngine.cs

15:33 Changeset [10799] by bburlacu

#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 bburlacu

#1763: Branched tree edit functionality into /branches/HeuristicLab.InteractiveTreeSimplifier

05/05/14:

17:04 Changeset [10797] by bburlacu

#1772: Added text labels to SymbolicExpressionTreeTiles so that the generation number is also displayed.

Note: See TracTimeline for information about the timeline view.