Timeline
08/05/14:
- 20:59 Changeset [11272] by
-
#1772: Adjusted SolutionVariableName for symbolic data analysis similarity calculators.
- 16:34 Changeset [11271] by
-
#1772: Added specialized diversity analyzers (phenotypic and bottom-up) and phenotypic similarity calculator.
- 15:52 Changeset [11270] by
-
#2208 fixed dimension bug and wrong initial endpoint when loading CVPR data
- 11:37 Changeset [11269] by
-
#2208 Uses DistanceHelper for calculating initial distance matrix
- 10:43 Changeset [11268] by
-
#2208 added additional missing value changed event handlers
- 10:12 Changeset [11267] by
-
#2208 Added missing ValueChanged events for visualization
- 09:54 Changeset [11266] by
-
- Changed path visualization to line strip instead of polygon since start and end point must not match
- Used correct incremental length calculation in CleanupTour
08/04/14:
- 15:27 Changeset [11265] by
-
#2208 Improved orienteering solution view by labeling start and endpoint
- 15:04 Changeset [11264] by
-
#2208 Fixed random index calculation bug in shaking operator
- 14:58 Changeset [11263] by
-
- Vertex: remove cloning of arcs in the cloning constructor
- DirectedGraph; Adjust cloning constructor to add arcs to cloned vertices
- 14:50 Changeset [11262] by
-
#1772: Added missing Storable constructor to GenealogyGraphNode<T> class. Prefer cloning vertices in the GenealogyAnalyzer. Add In/Out Degree in node tooltip in the GenealogyGraphChart.
- 14:12 Changeset [11261] by
-
- Added Schilde instances zip
- Implemented additional InstanceConsumer of OPData in OrienteeringProblem
- 13:05 Changeset [11260] by
-
- Added OPData
- Added SchildeOPParser and SchildOPInstanceProvider
- 13:01 Changeset [11259] by
- 09:27 Changeset [11258] by
-
#2208 Added Orienteering Instances Plugin
08/03/14:
- 20:58 Documentation/DevelopmentCenter edited by
- added link to source browser (diff)
08/02/14:
- 20:25 Changeset [11257] by
-
- GenealogyAnalyzer: compute relative success ratios per individual and save them in a DataTableHistory chart and as a heat map
- GenealogyGraph: remove rank if it contains no vertices
- BeforeManipulatorOperator: avoid "collection was modified" exception
08/01/14:
- 19:39 Changeset [11256] by
-
#2223: Changed arc data from IDeepCloneable to object.
- 16:31 Changeset [11255] by
- 16:20 Changeset [11254] by
-
#2215: Do not add the BottomUpSimilarityCalculator to the problem operators collection. Add it directly to the diversity analyzer.
07/31/14:
- 17:11 Changeset [11253] by
-
#1772: Ported the rest of the changes to the DirectedGraph and Vertex to the GenealogyGraph and GenealogyGraphNode. Adapted tracking operators, analyzers and views.
- 16:37 Changeset [11252] by
- 10:21 Changeset [11251] by
-
#2223: Corrected compiler error in DirectedGraph.
- 10:10 Changeset [11250] by
-
#2223: Adapted events signatures in the directed graph.
- 10:03 Changeset [11249] by
-
#2223: Minor code changes in DirectedGraph (renaming of methods, code simplification).
- 00:08 Changeset [11248] by
-
#2223: Added item attributes and firing of events in the DirectedGraph.
07/30/14:
- 16:52 Changeset [11247] by
-
#2208 Now VNS adds LocalImprovementOperators from problem first (better default selection of operator)
- 16:41 Changeset [11246] by
- 16:37 Changeset [11245] by
-
- Added visualization in the visualization tab of the problem
- Fixed bug in shaking operator when tour only consists of start and end point
- 15:23 Changeset [11244] by
-
#2215: Updated test traits in the bottom up and max common subtree similarity tests.
- 15:10 Changeset [11243] by
-
#2223: Removed directed graph implementation from the bottom up tree distance branch.
- 15:02 Changeset [11242] by
-
- Added MaximumBlockLength parameter in OrienteeringLocalImprovementOperator
- Use and set parameter from ILocalImprovementOperator
- 15:02 Changeset [11241] by
-
#2223: Copied directed graph implented in bottom up tree distance branch into the trunk.
- 14:59 Changeset [11240] by
-
#2208 improved visualization of orienteering solution
- 13:58 Ticket #2223 (Directed graph class for HeuristicLab) created by
- Graphs are useful for representing hierarchical data in a compact way. …
- 13:44 Changeset [11239] by
-
- Renamed BottomUpSimilarityCalculator to BottomUpTreeSimilarityCalculator.
- Refactored the BottomUpTreeSimilarityCalculator to accept a configurable list of commutative symbols (the children of commutative symbols need to be sorted according to their label).
- Added MaxCommonSubtreeSimilarityCalculator performance test
- Updated BottomUpTreeSimilarityCalculatorTest
- 13:06 Changeset [11238] by
-
#2215: Updated interfaces and graph components according to the reviewer comments (IDirectedGraph, DirectedGraph, Vertex, Arc).
- 12:46 Changeset [11237] by
-
#2208 fixed bug in score calculation and used quality parameter
- 10:05 Changeset [11236] by
-
#2208 fixed bug in OrienteeringEvaluator
- 09:22 Changeset [11235] by
-
- Implemented OrienteeringSolutionView
- Fixed bug in tour cleanup
- 02:01 Changeset [11234] by
-
#2215: Updated tests project. Fixed a couple of bugs when adding arcs to a vertex. Removed useless events from the directed graph. Worked around invalid operation exception when removing arcs.
- 01:41 Changeset [11233] by
-
#1772: Worked towards integrating the new graph api with the tracking operators.
07/29/14:
- 20:03 Changeset [11232] by
-
#1772: Merged latest changes (directed graph and bottom up distance calculator) from the BottomUpDistance branch.
- 19:46 Changeset [11231] by
-
#1772: Removed obsolete files.
- 19:32 Changeset [11230] by
-
#2215: Fixed bug in MaxCommonSubtreeSimilarityCalculator and added performance unit test.
- 16:20 Changeset [11229] by
-
#2215: Refactored and simplified DirectedGraph and related components API, simplified the BottomUpSimilarityCalculator by not using a directed graph and vertices but a simpler object so that the similarity calculator is self-contained.
- 15:43 Changeset [11228] by
-
- Fixed bugs in cost calculation of insertion and replacement
- Rewritten Cleanup of infeasible tours
- Small refactoring
- 11:04 Documentation edited by
- (diff)
- 02:17 Changeset [11227] by
-
#1772: Added storable attributes to all the tracking operators. Added an additional method in the genealogy analyzer which computes the relative reproductive success for each individual in the population as the ratio of its offspring which make it into the next generation.
07/28/14:
- 14:24 Changeset [11226] by
-
- Fixed bug in LocalImprovementOperator.
- Implemented ShakingOperator.
- 14:23 WikiStart edited by
- (diff)
07/25/14:
- 13:56 Research edited by
- (diff)
- 13:46 Documentation/DevelopmentCenter/CreateNewPluginUsingVS edited by
- (diff)
- 13:37 Documentation/DevelopmentCenter/DownloadAndBuildSource edited by
- (diff)
- 13:31 Documentation/DevelopmentCenter/CreateNewPluginUsingVS edited by
- (diff)
- 13:30 Documentation/DevelopmentCenter/CreateNewPluginUsingSD edited by
- (diff)
- 13:28 Documentation/DevelopmentCenter/BestPractices edited by
- (diff)
- 13:25 Documentation/DevelopmentCenter/CreateNewPluginUsingVS edited by
- added information for core developers (diff)
07/24/14:
- 23:44 Changeset [11225] by
-
#2215: Fixed a couple of bugs in the BottomUpSimilarityCalculator:
- the child sequences of matching nodes were not sorted in the same way (one was using StringComparison.Ordinal, the other the default)
- when creating the mapping it is necessary to walk the nodes of the first tree in decreasing height order (not level-order as the author claims)
- 22:28 Ticket #2222 (Update Startpage text) created by
- On the start page it says: Looking for predefined algorithms which …
- 16:57 Changeset [11224] by
-
#2215: Added checks for debugging purposes in the BottomUpSimilarityCalculator and refactored the SymbolicDataAnalysisInternalDiversityAnalyzer.
- 13:13 Changeset [11223] by
-
fixed bugs in statistics generator and updated janitor service config
- 12:34 Ticket #2221 (Implement the probabilistic traveling salesman problem) created by
- The heterogeneous PTSP would be preferred where each city can have a …
- 10:12 Ticket #2220 (Improve the generation of all possible combinations of values in ...) created by
- The method GenerateAllCombinationsOfValuesInLists from …
- 09:16 Changeset [11222] by
07/23/14:
- 22:49 Changeset [11221] by
-
#2215: Fixed incorrect namespace of the BottomUpSimilarityCalculator. Changed signature of ComputeBottomMapping method to take tree nodes as arguments rather than trees, because we should be able to compute the bottom-up distance for any two subtrees. Added internal diversity calculator based on the bottom-up distance, which computes the average diversity of all the nodes inside a tree individual.
- 17:38 Documentation/Reference/Genetic Programming Crossovers edited by
- image links (diff)
- 17:10 Ticket #2219 (Move generators for integer vector encoding) created by
- 16:00 Changeset [11220] by
-
#2215: Added a couple more test cases in the matching unit test.
- 15:45 Ticket #2218 (Move the SymbolicExpressionImporter from HeuristicLab.Tests to the ...) created by
- The importer is a nice feature for creating trees out of string …
- 14:37 Ticket #2217 (Improve handling of box constraints in CMA-ES implementation) created by
- Resampling is not an optimal technique for handling box constraints in …
- 00:54 Research edited by
- (diff)
- 00:00 Documentation/FirstSteps edited by
- (diff)
07/22/14:
- 23:58 Documentation/DevelopmentCenter edited by
- (diff)
- 17:30 Changeset [11219] by
-
#2215: Refactored the tree distance calculators as similarity calculators (extending SingleObjectiveSolutionSimilarityCalculator). Removed ISymbolicExpressionTreeDistanceCalculator interface. Made small performance enhancements to the BottomUpSimilarityCalculator. Added unit tests to check correctness and performance of bottom up similarity. Added SingleObjectivePopulationDiversityAnalyzer in the default operators list along with the BottomUpSimilarityCalculator.
- 13:51 Ticket #2216 (Curve for the baseline is not shown in the ERC view) created by
- The blue curve for the constant model is not displayed in the ERC view …
- 13:49 Changeset [11218] by
-
svn:ignore
- 13:49 Changeset [11217] by
-
initial commit of demo of excel interoperability (PredictRandomForest)
- 13:46 Changeset [11216] by
-
created branch for excel integration
- 12:42 Changeset [11215] by
-
#2215: Code clean-up and small performance improvements.
- 11:14 Changeset [11214] by
-
#2214: Improved and corrected view lookup in the data preprocessing starter.
- 11:04 Changeset [11213] by
-
#2215: Removed missing/unneeded files from project file.
- 01:54 Changeset [11212] by
-
#2215: Realized that "Height" in the paper might actually refer to the subtree depth (and not it's level in the tree). Changed code according to this interpretation as it makes more sense and seems to produce the correct results.
- 01:40 Changeset [11211] by
-
#2215: Added implementation of the BottomUpTreeDistanceCalculator in branches/HeuristicLab.BottomUpTreeDistance.