Timeline
11/17/11:
- 16:36 Changeset [7018] by
-
#1479: Hid the ProgramRootSymbol and the DefunSymbol in SymbolicExpressionGrammarEditorView.
- 16:34 Changeset [7017] by
-
#1684: Made Regression- and ClassificationProblem storable by implementing IStorableContent.
- 16:20 Ticket #1684 (Classifcation- and RegressionProblems cannot be saved) created by
- This is only possible for the symbolic version
- 14:59 Changeset [7016] by
-
#1659 deleted benchmarking branch
- 14:18 Changeset [7015] by
-
#1659 removed .resx files and moved Benchmark to Algorithms category
- 14:11 Changeset [7014] by
-
#1652 increased HB interval to 20 secs
- 14:09 Changeset [7013] by
-
#1652 implemented reviewing comments:
- deleted resource files
- moved UpdateTitle and OnInitialized code to Optimizer*MainForm
- 11:51 Changeset [7012] by
-
#1654: Updated Full-, Grow- and RampedHalfAndHalf tree creators so that the Create call has the exact same signature for all of them (including the probabilistic tree creator); adjusted tests. Added CreateTree interface method and tree creator selection mechanism in the Sample Tree View.
- 11:46 Changeset [7011] by
-
#1656: Added AfterDeserializationHook to ClassificationSolutionBase to add the gini results.
11/16/11:
- 19:08 Changeset [7010] by
-
#1653 renamed services frame files to go along with new naming scheme
- 19:04 Changeset [7009] by
-
#1672 moved the Hive services parts to services project as suggested by swagner
- 18:40 Changeset [7008] by
-
#1659 added an empty view for IBenchmark so that "No view available" won't be displayed in HL
- 18:24 Changeset [7007] by
-
#1659 fixed small typo
- 17:37 Changeset [7006] by
-
#1659 merged benchmarking algorithms branch back to trunk
- 16:53 Changeset [7005] by
-
- enable Remote Desktop Connection to roles
- adapt connection string for Azure Storage in cloud configuration
- add diagnostics to worker role
- 16:48 Changeset [7004] by
-
- renamed benchmarking algs to Benchmark where it was missing
- merged from trunk
- 16:44 Changeset [7003] by
-
#1680: update to Windows Azure SDK for .NET (Version 1.6)
- 16:37 Changeset [7002] by
-
- fixed errors found by unit tests
- set references to copylocal=false
- added missing platforms to project files
- 15:14 Changeset [7001] by
-
#1479: Changed default value of maximum subtree count for newly added symbols.
- 15:07 Changeset [7000] by
-
#1659 updated branch from trunk
- 13:58 Changeset [6999] by
-
- Renamed symbolic classification sample.
- Updated samples unit test to use new features of the SymbolicExpressionGrammar.
- Updated symbolic regression and classification sample.
- Filtered symbolic in AllowedChildSymbolsView.
- 13:52 Changeset [6998] by
-
#1672 Changed again how plugin discovery works because of Hive. The reason is that it must be possible to move the plugin and working directories away from the original slave working directory. This is needed for the Slave App and also in the future for the windows service because we don't want it to run as the LocalSystem user.
I have removed setting the PrivateBinPath and am now setting the ApplicationBase. This doesn't effect HL (because ApplicationBase is set by default to pluginDir anyway) but makes Hive work. The reason why setting the PrivateBinPath doesn't work with moving plugin and working directories is (from msdn): "Private assemblies are deployed in the same directory structure as the application. If the directories specified for PrivateBinPath are not under ApplicationBase, they are ignored."
- 10:25 Changeset [6997] by
-
#1672 added missing invoke
- 10:21 Changeset [6996] by
-
New branch for #1682
11/15/11:
- 14:14 Ticket #1683 (Semantic similarity crossover) created by
- This type of crossover works under the assumption that the exchange of …
- 11:57 Ticket #1682 (Probabilistic functional crossover) created by
- This crossover operator increases the probability of a beneficial …
- 11:06 Changeset [6995] by
-
#1672 fixed typo which led to false assembly paths in the Slave App
11/14/11:
- 22:44 Changeset [6994] by
-
- removed dead code
- added Hive assembly references to Tests project
- fixed problems found by tests
- 17:17 Changeset [6993] by
-
- removed unused files
- changed the plugin cache path of the Slave HL App so that HL doesn't discover Hive assemblies
- cleaned up config files
- incremented version number of installers to 3.3.6
- removed Execution time on Hive from Status page because it can't be calculated without the user statistics
- 17:12 Changeset [6992] by
-
#1680: azure projects added
- 17:08 Changeset [6991] by
-
#1669: First version with a simpler design as discussed with Michael Kommenda has been implemented and will be tested soon. Currently only the KotanchekFunction.cs is changed accordingly. Other benchmarks are going to follow soon.
The classes for the different distributions are not needed any longer. Static methods in RegressionBenchmark replace them.
- 17:06 Changeset [6990] by
-
- AzureClient initial commit
- Azure project added
- WorkerRole for starting the slave core
- 16:53 Ticket #1681 (Drag & Drop support for the allowed InputVariables of ProblemData ...) created by
- Currently it is not possible to drag & drop the allowed input …
- 16:25 Changeset [6989] by
-
- start client communication service optionally
- make slave client communication interchangeable ('PipeCom', 'TraceCom')
- 14:42 Changeset [6988] by
-
#1680: heuristiclab branch for azure integration
- 14:41 Ticket #1680 (Add Azure integration for Hive) created by
- 14:12 Changeset [6987] by
-
- removed uncommented code
- removed ‘Benchmark Name’ and ‘Benchmark Type’ from result collection
- placed Getters/Setters after data members
- added input validation
- updated parameter description
11/13/11:
- 19:24 Changeset [6986] by
-
#1679 Add simple run remover that removes all currently visible runs. All existing filters can be used to remove runs selectively.
11/12/11:
- 23:14 Ticket #1678 (Assigning null to a LookupParameter throws an exception) closed by
- worksforme: As of now this change is not necessary, my requirement was to store an …
11/11/11:
11/10/11:
- 23:29 Ticket #1678 (Assigning null to a LookupParameter throws an exception) created by
- Line 153 in LookupParameter.cs checks if the type being assigned to …
- 21:14 Ticket #1677 (Rows in the RunCollectionTabularView don't respect filters) created by
-
The tabular view always shows all runs, no matter what filters are … - 16:27 DevelopersHiveFutureIdeas created by
- 16:19 Changeset [6985] by
-
#1672 added documentation for Hive
- 15:39 Changeset [6984] by
-
- The Hive Engine probably won't make it into 3.3.6 so i moved it to the MetaOpt branch because the Hive-3.4 branch should not be used anymore. The Hive Engine will then be released together with MetaOpt.
- Updated MetaOpt to compile to new trunk binary directory and reference assemblies in this folder.
- 14:25 Changeset [6983] by
-
- added the Hive Services and Slave projects
- added missing svn ignores
- 13:06 Ticket #1676 (RegressionErrorCharacteristicsCurveView should display the constant model) created by
- The advantage would be, that then the quality measures from a constant …
- 13:04 Changeset [6982] by
-
#1675: Corrected emtpy solution ensembles and adapted views to handle empty ensembles correctly.
- 12:10 Ticket #1675 (Infinity looping occurs in empty solution ensembles) created by
- This is due to the fact that a call to !Enumerable.All always returns …
- 11:24 Ticket #1674 (Implement multi-objective external evaluation problem) created by
- Feature requested on the mailinglist. This ticket must be released …
- 11:03 Ticket #1673 (The Title of RunCollectionViews should be more specific) created by
- Currently the title of all RunCollectionViews is built like …
- 09:27 Changeset [6981] by
-
#1647: Sorted variable frequencies by the variable name and added NaturalStringComparer.
- 09:22 Changeset [6980] by
-
#1579: Removed unnecessary local variables in OnlineWightedDirectionalSymmetryCalculator.
11/09/11:
- 18:09 Changeset [6979] by
-
#1672 fixed plugin dependencies
- 17:15 Changeset [6978] by
-
#1661: Added SymbolicExpressionTreeLengthAnalyzer. Added new scalingFactory visual property for table data rows (for dynamically adjusting the histogram scale depending on the number of bins) + scaling logic inside the tree length analyzer, adjusted DataTableView.
- 17:02 Changeset [6977] by
-
- removed unused files
- added missing license headers
- 16:16 Changeset [6976] by
-
#1672 integrate the Hive client projects into trunk (Hive Job Manager and Administrator)
- 16:11 Ticket #1672 (Hive trunk integration) created by
- This ticket is for tracking the trunk integration of HeuristicLab …
- 14:32 Changeset [6975] by
-
#1579: Corrected handling of underscores in SymbolicDataAnalysisExpressionLatexFormatter.
- 10:59 Changeset [6974] by
-
#1081: cleared up definition of accuracy metrics for time series prognosis to make the distinction between one n-step forecast and n one-step forecasts clearer. Implemented calculators for time series accuracy metrics to support the calculation of the average accuracy over m n-step forecasts and adapted the unit tests accordingly.
11/08/11:
- 16:33 Changeset [6973] by
-
#1669: different kinds of distribution have been implemented for the data generation. It hasn't been tested yet.
- 15:25 Changeset [6972] by
-
#1233 added indices to DB script
- 14:33 Changeset [6971] by
-
#1233 prevent appdomain leases from timing out if communication with server is interrupted
- 13:34 Changeset [6970] by
-
Restructured VRP solution (#1177)
- 13:28 Changeset [6969] by
-
#1669: missing .resx file added and svn ignore list extended
- 13:18 Changeset [6968] by
-
#1669: First version which can automatically generate data for some problems from http://www.vanillamodeling.com/
- 13:02 Changeset [6967] by
-
Fixed small issue in pairwise manipulator (#1177)
- 12:46 Changeset [6966] by
-
Improved compatibility of pairwise operators (#1177)
- 12:22 Changeset [6965] by
-
#1669: Created branch for regression benchmark problems.
- 12:16 Changeset [6964] by
-
#1670 changed remaining calculators to follow originalValues/estimatedValues convention.
- 11:01 Changeset [6963] by
-
#1671 implemented quick fix for CSV importer and improved the import data dialog.
- 10:43 Changeset [6962] by
-
#1671 Added unit tests for CSV files with integer values (as for example produced by Excel)
- 10:13 Changeset [6961] by
-
#1670: Corrected calculation of DataAnalysisSolution results and modified online calculators to have more meaningful parameter names.
- 10:09 Ticket #1671 (CSV import does not work correctly for data files containing only ...) created by
- The heuristic detection of the separator character in the CSV importer …
- 09:47 Changeset [6960] by
-
Added pairwise manipulators, removed relocation manipulator (#1177)
- 09:35 Changeset [6959] by
-
- fixed dependencies for unit test
11/07/11:
- 16:48 Changeset [6958] by
-
#1233 fixed an arithmetic overflow when gathering statistics on job deletion
- 16:02 Ticket #1670 (RelativeAverageError is wrongly calculated for RegressionSolutions) created by
- The defect is that the error is calculated relative to the estimated …
- 13:52 Ticket #1669 (Create demo and benchmark problems for regression tasks) created by
- Benchmark modeling problems for regression and classification shall be …
- 11:14 Changeset [6957] by
-
- removed unnecessary files from import
- 11:12 Changeset [6956] by
-
- readded new simpler branch
- 11:03 Changeset [6955] by
-
- removed GeneralizedQAP branch
- 10:54 Changeset [6954] by
-
- applied fix to trunk
- 10:01 Documentation/FAQ edited by
- added FAQ regarding the build process (diff)
11/06/11:
- 22:40 WikiStart edited by
- Removed the "More..." link in the Users box because it pointed to the … (diff)
- 21:08 Changeset [6953] by
-
- Made parameter properties public
- 20:47 Changeset [6952] by
-
- reverted changes to trunk
- readded instances as embedded resources
11/05/11:
- 02:10 Support edited by
- (diff)
- 02:04 Documentation/FirstSteps edited by
- (diff)
- 02:00 UsersTutorials edited by
- (diff)
- 01:51 UsersTutorials created by
- 01:25 Documentation/FirstSteps edited by
- (diff)
- 00:20 Ticket #1668 (Provide a SimpleAlgorithm base class or interface) created by
- It would be nice to have a base class or an interface that provides a …
11/04/11:
- 17:53 Changeset [6951] by
-
#1577 reverted changes from r6568. Views must be disposed or the USER objects count exceeds the limit of 10.000
- 16:12 Changeset [6950] by
-
Use CheckedItems instead of Items when waiting for available clients (#1667)
- 16:09 Ticket #1667 (ExternalEvaluation waits indefinitely for clients if unchecked ...) created by
- When other clients, despite being unchecked, are listed external …
- 14:57 Changeset [6949] by
-
#1654: Enhanced tree creator tests.
- 13:13 Changeset [6948] by
-
- restructuring of the benchmarking algorithms
- common interface for benchmarks
- 'benchmark' class discovers benchmarking algorithms
- added 'TimeLimit' and 'ChunkSize' parameters to benchmark
- 11:44 Changeset [6947] by
-
Fixed small issues in view and crossover (#1177)
- 11:20 Changeset [6946] by
-
- disable logging of the user statistics on the server because of high run time demands
- also show in the slave UI the timestamps of arrived messages