Timeline
06/03/14:
- 16:26 Ticket #2184 (IndexOutOfRangeException when changing VRP Instances) closed by
- done: r10929: merged r10860, r10861 to stable
- 16:26 Changeset [10929] by
-
#2184: merged r10860, r10861 to stable
#2119: merged r10472 to stable (was forgotten)
- 16:19 Ticket #2182 (KeyNotFoundException in PushForwardInsertionCreator) closed by
- done: r10928: merged r10858 to stable
- 16:19 Changeset [10928] by
- 14:54 Changeset [10927] by
-
#2190: Generated new file for the TabuSearch VRP - Sample where the changes from r10924 and r10926 were applied.
- 14:50 Changeset [10926] by
-
#2190:
When setting the available operators for the MultiVRPMoveGenerator the AlbaOperators and the PotvinVehicleAssignmentMultiMoveGenerator are unchecked by default.
The AlbaOperators doesn't work with a TabuSearch as they do not specify a TabuChecker.
The PotvinVehicleAssignmentMultiMoveGenerator only makes sense for VRP instances where the Vehicles have different capacities and otherwise results in an empty neighborhood very quickly and the TabuSearch will stop although other Moves from the MultiMoveGenerator were possible.
- 11:01 Changeset [10925] by
-
Changed version of DataPreprocessing from 3.3 to 3.4
06/02/14:
- 13:53 Changeset [10924] by
-
#2190: The PotvinCustomerRelocationMoveTabuCriterion now checkes only PotvinCustomerRelocationMoveAttributes in the TabuList in case there are different types (i.e. when the MultiVRPMoveGenerator is used).
06/01/14:
- 14:43 Changeset [10923] by
-
#2109: Renamed plugin class from HeuristicLabProblemsGEArtificialAntPlugin to HeuristicLabProblemsGrammaticalEvolutionPlugin.
05/30/14:
- 11:51 Changeset [10922] by
-
- changed storage of Transformations from Collection to List.
- 11:46 Changeset [10921] by
-
- Changed order of ViewShortcuts in preprocessing main view
- 08:47 Changeset [10920] by
-
#2187: reverse merge of r10919 (merged r10894 from trunk to stable)
- 08:46 Changeset [10919] by
05/28/14:
- 15:59 Changeset [10918] by
-
- inadvertently profiler committed settings
- 15:36 Ticket #2138 (The successful offspring analyzer should be made more user friendly) closed by
- done
- 15:35 Changeset [10917] by
- 15:34 Changeset [10916] by
-
- Fixed FindAll -> selection was very slow, CopyOfStringConvertibleMatrix had registered an event as well which slowed down everything (more or less)
- 15:31 Changeset [10915] by
-
Splitted scatter plot view in single and multi view
- 15:29 Changeset [10914] by
-
Style fixes
- 15:27 Changeset [10913] by
-
DataCompletenessChart
- 15:24 Ticket #2181 (OffspringSelector should have a default value for the ...) closed by
- done: r10912: Merged r10826 into stable.
- 15:24 Changeset [10912] by
- 15:24 Changeset [10911] by
-
- set row header to fixed size
- 15:20 Ticket #2177 (Implement XOR symbol) closed by
- done
- 15:19 Changeset [10910] by
-
#2177: Merged r10774 and r10788:10791 into stable.
- 15:14 Changeset [10909] by
-
- modified Transformations Names / Parameter Names
- 15:09 Changeset [10908] by
-
Add Feature correlation matrix, Add limit for distinct values in histogramm classification.
- 15:07 Ticket #2169 (Tracking of training and test quality for solutions) closed by
- done: r10907: Merged r10596, r10597 into stable.
- 15:06 Changeset [10907] by
- 14:53 Ticket #2170 (Analyzers should track the best generation of the reported solution) closed by
- done: r10906: Merged r10599 into stable.
- 14:53 Changeset [10906] by
- 14:37 Changeset [10905] by
-
- Manipulation View
missing values per column
validating per column
success message for missing values was missing
- 14:35 Changeset [10904] by
-
- changed ViewShortcutCollection(View) to ViewShortcutList(View)
- 14:18 Changeset [10903] by
-
#1772: Removed Storable property from Vertex in- and outArcs as it causes a stack overflow exception during serialization. Added a list of arcs to the DirectedGraph class which is persisted. The Vertex in- and outArcs lists are then restored by the graph after the deserialization. Renamed Nodes data member to Vertices.
- 14:12 Changeset [10902] by
-
- Removed sorting of ItemCollectionView and used ItemListView instead.
- 14:07 Changeset [10901] by
-
- stop repainting while selecting found cells (still too slow because we cannot select multiple cells at once)
- 12:52 Changeset [10900] by
-
- deleted unused method
- refactored filter logic
- added filter changed event
- changed datagridview validation (cannot modify, if filter is active)
- update datagridview if preview is active
- 12:42 Ticket #2192 (Discovering of StoreableHooks is not cached) created by
- There exists a code in the StorableSerializer for discovering the …
- 11:37 Changeset [10899] by
-
- Added Sorting Property to ItemCollectionView to allow disabling of automatic sorting when content changed.
- 10:23 Changeset [10898] by
-
- removed autoresizing from datagrid
05/27/14:
- 16:33 Changeset [10897] by
-
#1772: Adjusted namespace in Plugin.cs.frame for HeuristicLab.EvolutionTracking.Views. Simplified DirectedGraph and GenealogyGraph API. Added public events for the Vertex content (so that the graph itself can be notified when the content changes and can adjust it's content-to-vertex map. Adjusted instrumented operators code to reflect api changes.
- 15:56 Ticket #2191 (Bug in IterativeInsertionCreator) created by
- The bug was reported on the …
- 10:44 Changeset [10896] by
-
#1802 make the Number2StringSerializer accept nullable numbers
- 10:13 Changeset [10895] by
-
#2096 introduce base 64 sections to deal with special characters within CDATA
- 09:00 Changeset [10894] by
-
#2187: fixed a typo in the message shown while exporting symbolic regression solutions.
- 08:36 Ticket #2104 (When closing the optimizer a warning is shown to save views even ...) closed by
- done
- 08:35 Changeset [10893] by
05/26/14:
- 21:59 Ticket #2190 (Tabu search with the MultiVRPMoveGenerator throws an exception) created by
- Load the Tabu Search VRP sample. Change to the MultiVRPMoveGenerator …
- 16:43 Ticket #2136 (Create a scripting environment) closed by
- done: r10891: merged r10359, r10391, r10401, r10506 to stable r10892: …
- 16:41 Changeset [10892] by
-
#2136: merged r10510, r10511, r10512, r10566, r10577, r10642, r10727, r10731, r10747, r10761, r10857, r10865 to stable
- 16:38 Changeset [10891] by
- 16:28 Changeset [10890] by
-
#1772: Deleted unused VisualGenealogyGraphTextLabel.cs, fixed tracking code in BeforeManipulatorOperator.cs, re-added setters for vertex in- and outArcs.
- 13:24 Changeset [10889] by
-
#2111 Distinguish between generic fonts and fonts instantiated by name during persistence
- 09:04 Ticket #2189 (Tabu Search should hide moves for which there are no tabu operators) created by
- 01:56 Changeset [10888] by
-
#1772: Introduced separate class for FragmentNodes and adjusted tracing code. Fixed small bug creating the genealogy graph.
05/23/14:
- 09:18 Changeset [10887] by
-
#2168: added jar file to version control and updated project file
05/22/14:
- 13:49 Changeset [10886] by
-
#1772: Simplified GenealogyGraph (and related components) API in an effort to improve speed and memory consumption (eg., by sharing the same arc when walking the graph in both directions: parent-child and child-parent).
- 13:01 Ticket #1881 (VariableNeighborhoodSearch doesn't react to disabled analyzers) closed by
- done
- 12:59 Ticket #2188 (Analyzers in generic local improvement operators) created by
- This is a follow-up of #1881. The analyzers of the local improvement …
- 11:31 Ticket #2187 (Typo in message box for "Export to Excel") created by
- The text says "Exportion solution to ..."
- 10:43 Changeset [10885] by
-
#2076: Fixed incorrect call to DrawNode which caused problems with emf export.
05/21/14:
- 23:39 Changeset [10884] by
-
#1772: Added license headers where they were missing. Introduced an id map to the DirectedGraph to get graph vertices based on the id injected in the scopes by the genealogy analyzer.
- 19:17 Ticket #1456 (Create Plugin's for OKB.Web.Admin-Client) closed by
- obsolete
- 19:16 Ticket #1510 (Create "Problem" Subplugin for Administrator Plugin) closed by
- obsolete
- 19:16 Ticket #1511 (Create "ProblemClass" Subplugin for Administrator Plugin) closed by
- obsolete
- 19:16 Ticket #1512 (Create "Algorithm" Subplugin for Administrator Plugin) closed by
- obsolete
- 19:16 Ticket #1513 (Create "AlgorithmClass" Subplugin for Administrator Plugin) closed by
- obsolete
- 19:16 Ticket #1519 (Create "Platform" Subplugin for Administrator Plugin) closed by
- obsolete
- 19:16 Ticket #1435 (Documentation) closed by
- obsolete
- 19:16 Ticket #1499 (Implement Filter in MVC2) closed by
- obsolete
- 19:16 Ticket #1446 (Tabular view of run collection) closed by
- obsolete
- 19:15 Ticket #1520 (Detail View for Run) closed by
- obsolete
- 19:13 Ticket #1503 (Integrate Bubble Chart Visualization to MVC2) closed by
- obsolete
- 19:11 Ticket #1437 (Documentation) closed by
- invalid
- 19:10 Ticket #1434 (Documentation) closed by
- invalid
- 19:10 Ticket #1441 (SVN Structure) closed by
- obsolete
- 19:10 Ticket #1440 (Adapt OKB Java connector according to changes of OKB services) closed by
- obsolete
- 17:48 Ticket #2186 (Boosting Meta-Algorithm) closed by
- duplicate: Duplicate of 1795
- 17:46 Ticket #2089 ("Show sample tree" button in grammar view throws exceptions in some cases) closed by
- obsolete
- 17:21 Ticket #2186 (Boosting Meta-Algorithm) created by
- AdaBoost with sampling instead of weighting could be implemented for …
- 17:15 Ticket #2185 (View to calculate mutual information matrix for classification problems) created by
- Similar to correlation matrix
- 15:58 Changeset [10883] by
-
- Implemented inverse backtransformation.
- 15:28 Changeset [10882] by
-
Added scatter plot view
- 15:16 Changeset [10881] by
-
- resize column width on first opening of data grid view
- 15:13 Changeset [10880] by
-
- refined IModelBacktransformator
- 14:50 Changeset [10879] by
-
- added view refresh workaround
- added messagebox for successful Backtransformation
- 14:16 Changeset [10878] by
-
- Fixed bug in backtransformation when model contains same variable multiple times.
- 13:42 Changeset [10877] by
-
Filters stored in Content
Preparation DataCompletenessChart
- 13:38 Changeset [10876] by
-
- Do not open Search and Replace twice
- SelectionChanged event caused a NullPointer fixed
- 13:30 Changeset [10875] by
-
- disable replace value over selection toolstripitem, if only one cell is selected
- 13:15 Changeset [10874] by
-
- convert variable weights into multiplication nodes for backtransformation
- 13:07 Changeset [10873] by
-
- Bugfixing
- 12:54 Changeset [10872] by
-
- modified TransformationToSymbolicTreeMapper Interface derivation
- 12:48 Changeset [10871] by
-
Persist Histogram classification setting, disable legend for histogram
- 12:22 Changeset [10870] by
-
- offer search comparison options
- 11:49 Changeset [10869] by
-
- implemented basic backtransformation without variable weights
- 11:43 Changeset [10868] by
-
Removed selection from histogram
- 11:12 Changeset [10867] by
-
Add colors to histogram / remove all in one mode
- 10:58 Changeset [10866] by
-
- refactored TransformationToSymbolicTreeMapper
- full support of ShiftStandardDistributionTransformation
- 10:14 Changeset [10865] by
-
#2136: fixed compilation error output in console
- 10:10 Ticket #2106 (SubScopeSorter is not using a stable sort) closed by
- done: r10864: merged r10324, r10477, r10787 to stable
- 10:10 Changeset [10864] by
- 09:03 Changeset [10863] by
-
- make selection in datagrid faster