Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

04/15/14:

22:34 Changeset [10754] by abeham

#2174: minor refactorings

18:01 Changeset [10753] by abeham

#2174: The problem is now not Sim# specific anymore, but the parameters of Sim# models could be optimized using this problem. It's all about being able to program the evaluation function and parameter vector.

17:08 Changeset [10752] by bburlacu

#1772: Refactored subtree tracing functionality and moved it from the view into a separate static class. Shortened symbol names in the FragmentGraphView so that trees are displayed more nicely.

13:34 Changeset [10751] by mkommend

#2175: Added solution for complexity analysis.

13:18 Changeset [10750] by mkommend

#2175: Branched DataAnalysis.Symbolic.Regression with local changes.

13:16 Changeset [10749] by mkommend

#2175: Branched DataAnalysis.Symbolic with local changes.

13:15 Changeset [10748] by mkommend

#2175: Added branch folder for complexity analysis.

11:58 Ticket #2176 (CMA-ES doesn't use SolutionCreator) created by abeham
The CMA-ES doesn't use the problem's solution creator, but creates its …
11:51 Ticket #2175 (Calculate the complexity of symbolic expression trees) created by mkommend
Currently the only measure that gives an indication of the complexity …
11:23 Changeset [10747] by abeham

#2136: fixed anchor in ScriptView

04/14/14:

17:15 Changeset [10746] by bburlacu

#1772: Small improvements to FragmentGraphView, moved tracking classes to separate folder.

13:04 Changeset [10745] by mkommend

#2173: Corrected ctor call in ComparisonConstraint.

10:07 Ticket #2152 (The extensibility of the VRPProblem should be improved for creating ...) closed by pfleck
done: r10744: merged r10435, r10460, r10475, r10651,r10652 into stable
10:04 Changeset [10744] by pfleck

#2152: merged r10435, r10460, r10475, r10651,r10652 into stable

04/11/14:

15:07 Ticket #2146 (Bug in SampleProportionalWithoutRepetition extension method) closed by abeham
done: r10743: merged r10407,r10465,r10466,r10474,r10503,r10504,r10646 into …
15:05 Changeset [10743] by abeham

#2146: merged r10407,r10465,r10466,r10474,r10503,r10504,r10646 into stable

04/09/14:

15:59 Changeset [10742] by rstoll

deleted unused method

13:41 Changeset [10741] by aesterer

Handle add/delete column in chart view

13:32 Changeset [10740] by rstoll
  • changed variableValues from Dictionary<int, IList> to IList<Ilist> because this way DeleteColumn works correctly without any modification of the keys (otherwise the keys would need to be rewriten)
13:16 Changeset [10739] by sbreuer
  • close find and replace dialog when switching to other view
  • scroll to found cell on find next
  • fix search bug (search even if nothing is selected)
  • set cursor in search field and set find next button to default
  • do not show any icon in find and replace dialog
13:09 Changeset [10738] by rstoll

deleted resx

13:08 Changeset [10737] by rstoll
  • Preview and execution for delete columns/rows with insufficient information
13:05 Changeset [10736] by aesterer

Update chart when data changed

12:45 Changeset [10735] by psteiner

set datagridview as start view

11:43 Changeset [10734] by mleitner

Add not implemented notice to transformation view

10:24 Changeset [10733] by aesterer

Modified chart logic

04/08/14:

23:54 Changeset [10732] by bburlacu

#1772: Some improvements on the way the genealogy graph and the lineages are drawn.

23:28 Changeset [10731] by abeham

#2136:

  • Split Script into Script and CSharpScript
  • Split ScriptView into ScriptView and CSharpScriptView
17:23 Changeset [10730] by bburlacu

#1772: Improved FragmentGraphView.

04/07/14:

22:48 Changeset [10729] by bburlacu

#1772: Changed orientation of trees in the SymbolicExpressionTreeTile. Added a graphical bounding rectangle for each tile.

17:05 Changeset [10728] by bburlacu

#1772: Improved aspect of visual components of the FragmentGraphView.

10:36 Changeset [10727] by jkarder

#2136:

  • fixed tool tips
  • added Clear() method to remove all variables present in the VariableStore
  • the script cannot be compiled and started with the shortcuts anymore if it is already running

04/06/14:

00:00 Changeset [10726] by abeham

#2174: Created branch

04/05/14:

23:58 Ticket #2174 (Add programmable optimization problem) created by abeham
A programmable optimization problem should be created that allows to …
00:40 Changeset [10725] by bburlacu

#1772: The subtree index needs to be adjusted if it is greater than the fragment index and the fragment is different in size than the subtree it replaced.

04/04/14:

10:18 Changeset [10724] by bburlacu

#1837: Moved sliding window views into separate folder, re-added title to heat map view.

09:56 Changeset [10723] by bburlacu

#1837: Added missing SlidingWindowBestSolutionsCollectionHeatMapView files, fixed heatmap orientation.

04/03/14:

22:38 Changeset [10722] by bburlacu

#1837: SVN-renamed SlidingWindowBestSolutionsCollectionHeatMapView to SlidingWindowBestSolutionsCollectionHeatMapControl, and added SlidingWindowBestSolutionsCollectionHeatMapView which extends HeatMapView and provides a reversed Y-axis.

16:21 Changeset [10721] by bburlacu

#1837: Performance and usability improvements.

11:06 Changeset [10720] by bburlacu

#1837: Moved quality calculation inside the SlidingWindowBestSolutionsCollection so that data can be cached across views. Added background worker for calculating qualities for each solution on all intervals. Added method for updating the qualities on the fly during the run (without recalculating). Added progress indicator for views.

04/02/14:

16:13 Changeset [10719] by sbreuer
  • highlight selected cells when search an replace opens
16:08 Changeset [10718] by mleitner

Add shuffletoindices

16:01 Changeset [10717] by aesterer

Added chart per variable feature to preprocessing chart view

15:57 Changeset [10716] by psteiner

changed description of item

15:48 Changeset [10715] by mleitner

Add methods for preview of deleting samples/variables without sufficient information

15:44 Changeset [10714] by rstoll
  • added inactive tab to preview tabs
15:43 Changeset [10713] by psteiner

FilterView + Design

15:39 Changeset [10712] by rstoll
  • Changed views to standard views in order that a double click opens them in a new tab
14:50 Changeset [10711] by rstoll

Moved methods for "delete columns/rows without sufficient information" from ITransformationLogic to IManipulationLogic

14:42 Changeset [10710] by rstoll
  • ManipulationView - textbox was glueing to the label in tab delete columns with small variance, fixed it
14:28 Changeset [10709] by rstoll
  • Added ManipulationView with Content

presentation logic implemented
manipulation actions for delete xY missing

  • License added to LineChartView
  • ShuffleWithRanges without parameter added to ManipulationLogic (will use training and test partition)
14:16 Changeset [10708] by tsteinre

Removed unnecessary features in ITransformation

14:13 Changeset [10707] by psteiner

FilterView

14:07 Changeset [10706] by sbreuer
  • start with search at the beginning when reached the end
13:47 Changeset [10705] by sbreuer
  • enhanced usability
13:34 Changeset [10704] by mleitner

Add Tostring for comparison filter

13:14 Changeset [10703] by mleitner

Inverse search logic - keep rows which fulfill filter criteria

13:02 Changeset [10702] by tsteinre

refactored LinearTransformation / Transformation to fit HL coding style

12:50 Changeset [10701] by pfleck
  • Undeleted PreprocessingCheckedItemListView and set default view to false.
12:39 Changeset [10700] by psteiner

removed CheckedItemListView

12:37 Changeset [10699] by mleitner

Add transaction to apply filter and inverse delete order

12:27 Changeset [10698] by sbreuer
  • refactoring - extract iterator class
  • create utils folder
11:51 Changeset [10697] by psteiner
11:44 Changeset [10696] by mleitner

Add logic for apply filter button

11:38 Changeset [10695] by pfleck
  • Added Transformations to PreprocessingData
  • Added Transformations to DataAnalysisProblemData Parameters
  • Removed SymbolicExpressionTree as inverse transformation.
11:23 Changeset [10694] by tsteinre
  • LinearTransformation and Transformation now uses ITransformation,
  • refactoring
11:22 Changeset [10693] by psteiner

FilterInfo Update, View Changes on FilterView

11:10 Changeset [10692] by mleitner

Only consider active filters when calculating preview

10:52 Changeset [10691] by mleitner

Autosize table columns and keep selection on refresh

10:23 Changeset [10690] by pfleck
  • Added missing project file entry for transformation interface.
10:19 Changeset [10689] by pfleck
  • Added Transformation interface.

04/01/14:

11:27 Changeset [10688] by mkommend

#1837: Added missing license headers to designer files for sliding window visualization.

11:24 Changeset [10687] by bburlacu

#1837: Added missing designer file.

10:06 Changeset [10686] by bburlacu

#1837: Added SlidingWindowBestSolutionsCollectionHeatMapView.

Note: See TracTimeline for information about the timeline view.