Timeline
04/21/11:
- 17:23 Changeset [6037] by
-
#1486: Deleted unnecessary files.
- 17:16 Changeset [6036] by
-
#1486: Decoupled operator graph visualization content classes from view classes.
- 13:05 Ticket #1489 (Change interface between problem and algorithm) created by
- The more problems and the more algorithms we add to HeuristicLab the …
04/20/11:
- 11:08 Changeset [6035] by
-
#1364 added reference to no same mates paper by Gustafson
04/19/11:
- 19:17 Documentation/Howto/UseHiveForOptimization edited by
- (diff)
- 19:00 Changeset [6034] by
-
- updated binaries
- 18:58 Changeset [6033] by
-
- created baseclass for jobs (ItemJob) which derives OperatorJobs and EngineJobs
- created special view for OptimizerJobs which derives from a more general view
- removed logic from domain class HiveExperiment and moved it into RefreshableHiveExperiment
- improved ItemTreeView
- corrected plugin dependencies
- fixed bug in database trigger when deleting HiveExperiments
- added delete cascade for Plugin and PluginData
- lots of fixes
- 17:47 Changeset [6032] by
-
- updated from trunk
- fixed the bug regarding the -1 x-axis start
- 13:37 Changeset [6031] by
-
#1488: Corrected locking of OperatorShapeInfo.
- 13:35 Changeset [6030] by
-
#1488: Corrected locking of OperatorShapeInfo.
- 13:30 Changeset [6029] by
-
#1488: Added lock around critical region in cloning ctor of OperatorShapeInfo.
- 13:23 Ticket #1488 (Cloning of OperatorShapeInfo is not thread safe) created by
- This is due to the fact that the cloning of the nested Bitmap is not …
- 13:05 Changeset [6028] by
-
- Changed unit test slightly as the other failed on my machine
- 12:37 Changeset [6027] by
-
Small improvements to font serialization: (#1487)
- included font size units and vertical font indicator for complete serialization
- removed unnecessary checks for null during serialization
- removed checks during deserializaiton: incorrect files should not cause nulls to be deserialized but throw an error instead
- added unit test
- replaced string concatenation with string.Format()
- 10:52 Changeset [6026] by
-
#1413: Removed bug regarding the axis value change.
- 10:05 Changeset [6025] by
-
#1049: Added a check for abstract types in ValueParameter.CreateDefaultValue.
04/18/11:
- 23:27 Changeset [6024] by
-
- improved the way AlgorithmExecutor handles cancellation
- 23:26 Changeset [6023] by
-
- added missing files
- 18:45 Ticket #1487 (Add a serializer for objects of type System.Drawing.Font) created by
- 18:43 Ticket #1285 (Write a batch file for compiling without VS2010) closed by
- done
- 18:36 Changeset [6022] by
-
- Updated branch with changes from the trunk
- Updated Font2XmlSerializer according to Erik's suggestions
- 17:33 Changeset [6021] by
-
#1348: added ContainsKey check and throw ArgumentException with a more descriptive error message.
- 17:33 Changeset [6020] by
-
- Fixed some bugs
- Fixed out-of-sync issue in DataRowVisualPropertiesControl
- Added border in histogram (white for very dark colors)
- Added serializer for System.Drawing.Font
- Added option to choose the font of the title as well as the axis of the chart
- 17:08 Ticket #1486 (Decouple OperatorGraphVisualizationInfo from the associated view classes) created by
- This is necessary as Hive 3.4 transports every needed assembly to the …
- 16:10 Ticket #1485 (Research publishing (and updating) tools integrated in VS2010) created by
- 16:01 Ticket #1484 (Crossover probability for evolutionary algorithms) created by
- 15:01 Documentation/Howto/UseHiveForOptimization edited by
- (diff)
- 14:59 Documentation/Howto/UseHiveForOptimization edited by
- (diff)
- 14:57 Documentation/Howto/UseHiveForOptimization created by
- 12:07 Changeset [6019] by
-
#1049: Corrected bug in TypeSelector.
04/17/11:
- 18:22 Changeset [6018] by
-
- support for maximization problems
- made base level algorithms stoppable
- optimization for multiple goals possible (AverageQuality, AverageDeviation, AverageEvaluatedSolutions)
- lots of fixes
- 11:03 Changeset [6017] by
-
- fixed import of existing algorithm
- moved operators in subfolders
- extended tests for SymbolicExpressionGrammar
04/16/11:
- 11:48 Changeset [6016] by
-
- added sorting of series to move them back and forth
- the implementation currently is quite memory intensive in that all data rows are cloned, the collection is cleared and then they're readded in the correct order. Since the underlying collection is a collection and not a list I don't have the possibilities to insert them.
- fixed histogram configuration
- added a crude check if there are incompatibilities with bars
- added sorting of series to move them back and forth
04/15/11:
- 23:32 Changeset [6015] by
-
- forgot to change the min/max fixed setting for all axis
- 23:30 Changeset [6014] by
-
- added option to set fixed minimum and maximum for all four possible axis
- added an icon to the properties context menu entry
- added dependency from ChartControlsExtensions to Common.Resources
- 19:33 Changeset [6013] by
-
- removed AggregatedHistogramHistoryView
- removed Histogram and HistogramHistory data structures
- removed HistogramView and HistogramHistoryView, but left the HistogramControl
- adapted the QualityDistributionAnalyzer to create a DataTable instead
- added a StoreHistory parameter
- adapted the temporary test project
- 19:27 Ticket #1483 (The default constructor for DataRow should not be public) created by
- The view accesses all series in the chart by the name of the DataRow. …
- 18:41 Changeset [6012] by
-
- fine tuned UI for setting data(table|row) visual properties
- added control for the data table visual properties
- added a few more visual properties
- 14:54 Changeset [6011] by
-
- updated branch with changes from trunk
- fixed some bugs
- introduced secondary x-axis option
04/14/11:
- 21:59 Ticket #1482 (Remove button in ValueParameterView should be disabled when viewing a ...) created by
- I think the ValueParameterView should disable the remove button for …
- 00:18 Changeset [6010] by
-
- worked on histogram integration
- Added control to display DataRowVisualProperties
- Added a dialog to select the DataRowVisualProperties of different series
- Added a Properties menu item to the context menu and an option to show or hide this item (default is hide)
- worked on histogram integration
04/13/11:
- 16:02 Changeset [6009] by
-
#1472 implemented a check in PTC2 operator, fixed bugs in SymbolicExpressionGrammarBase and made some small changes in both classes to prevent numeric overflow exceptions.
- 15:26 Ticket #1481 (Visual view for clustering solutions displaying cluster centers and ...) created by
- This is essentially a scatter plot with different marker colors (or …
- 15:22 Ticket #1480 (Reevaluate IL emitting for symbolic data analysis solutions) created by
- Could be beneficial for larger datasets. Additionally it could be …
- 15:20 Ticket #1479 (Allow editing of symbolic expression tree grammars) created by
- 15:19 Ticket #1478 (Functionality for optimization of constants in symbolic data analysis ...) created by
- For instance a 'Optimize Constants' button in the interactive …
- 15:17 Ticket #1477 (Additional problem instances for artificial ant problem) created by
- 14:49 Ticket #1476 (Move operators for symbolic expression tree encoding) created by
- 14:43 Ticket #1475 (Wrapper for multinomial logit regression implemented in alglib) created by
- 14:42 Ticket #1474 (Wrapper for neural network ensembles implemented in alglib) created by
- 14:41 Ticket #1473 (Wrapper for random forest algorithm implemented in alglib) created by
- 00:32 Changeset [6008] by
-
- increase timeout when sending (for sending large jobs/lot's of plugins)
- handle failed GetPluginDatas() properly
- 00:04 Ticket #1472 (StackOverflowException when SymbolicExpressionGrammar is configured wrong) created by
- When a symbolic regression problem with a …
04/12/11:
- 20:19 Changeset [6007] by
-
- Fixed column width in histogram by introducing 0 columns
- 13:43 Changeset [6006] by
-
- changed relationship between Job and HiveExperiment. There is no more HiveExperiment.RootJobId, instead there is Job.HiveExperimentId.
- One HiveExperiment can now have multiple Experiments.
- TreeView supports multiple root nodes
- HiveEngine creates a HiveExperiment for each set of jobs, so jobs cannot be without an parent experiment anymore (no more loose jobs)
- updated ExperimentManager binaries
- 09:55 Changeset [6005] by
-
- fixed bug in matching plugin versions
04/11/11:
- 20:57 Changeset [6004] by
-
- fix pause/stop bug when serializing big experiments
- use proper newlines
- use GetPlugin(..) instead of GetPlugins()
- 19:06 Changeset [6003] by
-
#1455 fixed bug in estimated values view for clustering solutions and added a view for kMeans clustering models showing the cluster centers.
- 18:41 Changeset [6002] by
-
#790 Fixed minor issues in LDA, LR, SVC and SVR to make sure everything works correctly in presence of NaN and infinity values.
- 17:51 Ticket #1471 (Functionality for preprocessing of large datasets as preparation for ...) created by
- 15:34 Changeset [6001] by
-
- renamed AssemblyInfo.frame to AssemblyInfo.cs.frame
- 15:32 Changeset [6000] by
-
- added GetPlugin service method
- fixed minor issues with double plugins in database
- worked on HiveEngine
- fixed wrong role name for Hive User
- fixed bug in group assignment of slaves
04/10/11:
- 07:25 Changeset [5999] by
-
- Changed sorting of alleles in AlleleFrequencyCollectionView
- 03:07 Changeset [5998] by
-
Corrected tab indexes and tab stops in StringConvertibleValueView (#1460)
- 01:58 Changeset [5997] by
-
Restructured code and adapted layout of framework version error dialog (#1466)
04/09/11:
- 22:38 Ticket #1470 (AlleleFrequencyCollectionView should show alleles in lexicographic order) created by
- Currently the allele frequncy columns in the chart are ordered by …
- 19:59 Changeset [5996] by
-
- implemented QAPAlleleFrequencyAnalyzer and QAPPopulationDiversityAnalyzer
- 19:34 Ticket #1469 (Implement analyzers for the quadratic assignment problem) created by
- 14:48 Changeset [5995] by
-
- Changed HistogramHistory to derive from CheckedItemList<T> instead of ItemCollection<T>
- Changed AggregatedHistogramHistoryView to aggregate only checked entries
- 00:15 Changeset [5994] by
-
- Added movie view for HistogramHistory
- Added QualityDistributionAnalyzer for analyzing the development of the quality distributions in a population
- Added AggregatedHistogramHistoryView for displaying a histogram of the accumulated data in a history
04/08/11:
- 21:41 Changeset [5993] by
-
#1418 fixed issues in interactive simplifier views for regression and classification solutions regarding automatic folding of nodes without impact on the solution quality and problems with ADFs.
- 16:58 Changeset [5992] by
-
#1198 cleaned up subdirectory - removed obsolete code
- 16:54 Changeset [5991] by
-
#1198 Added service references to web.config
- 16:23 Changeset [5990] by
-
#1198 Store username also in session may be fetched by identity or session now
- 16:17 Changeset [5989] by
- 16:04 Changeset [5988] by
-
#1198 restoring membership provider and removing Query references.
- 16:02 Changeset [5987] by
-
#1418 improved memory usage of symbolic data analysis expression tree interpreter.
- 15:32 Changeset [5986] by
-
#1198 fixed web config
- 15:31 Changeset [5985] by
-
added dependencies for junit #1441
- 11:40 Changeset [5984] by
-
#1466 implemented check for .NET version 4.0 (full profile) and a warning dialog with the download URL.
- 10:08 Changeset [5983] by
-
#1418: Added after deserialization hook to SymbolicExpressionSymbolFrequencyAnalyzer for newly added parameter.
- 01:03 Changeset [5982] by
-
added ServiceDependicies for all 4 services #1441
04/07/11:
- 23:36 Download edited by
- Updated download page (diff)
- 22:23 Changeset [5981] by
-
adding initial project structure #1441
- 22:10 Changeset [5980] by
-
creating new branch for the OKBJavaConnector #1441
- 22:08 Changeset [5979] by
-
renaming project for wshttpbinding #r1441
- 19:57 Changeset [5978] by
-
changed .Net4 to .NET4
- 18:15 Ticket #1468 (ResultsParameter of the QualityAnalyzer has a wrong generic datatype) created by
- The QualityAnalyzer.ResultsParameter is a …
- 15:01 Changeset [5977] by
-
#1446 added user-controls RunCollectionDetail, RunCollectionTable and class RunCollectionData for showing the run-results
- 14:06 Changeset [5976] by
-
#1413: Corrected bugs regarding automatic coloring and axis value changes in RunCollectionBubbleChart. Additionally removed feature to drag runs because it was useless.
- 10:31 Changeset [5975] by
-
#1313: Updated view names to use spaces instead of !camelCasing.
- 10:10 Ticket #1467 (Allele frequency analyzer for symbolic data analysis expression trees) created by
- 10:02 Changeset [5974] by
-
#1198 cleaning up previously added generated files and sandbox specific content
- 10:00 Changeset [5973] by
-
#1198 cleaning up previously added generated files and sandbox specific content
- 08:47 Changeset [5972] by
-
#1429 fixed icon of splash screen
- 08:00 Ticket #1466 (Check if correct version of .NET framework is installed on startup) created by
- 07:49 Changeset [5971] by
-
#1418 added a parameter to the symbol frequency analyzer in symbolic expression tree encoding which indicates if the frequencies of symbols with the same name but different number of subtrees should be aggregated.