Timeline
10/09/12:
- 16:55 Changeset [8772] by
-
#1329 another fix for the prebuild events for Mono (missed the Encoding)
- 16:15 Changeset [8771] by
-
#1902: fixed a bug in the noise covariance function
- 16:15 Changeset [8770] by
-
#1081: Corrected plugin.cs.frame for symbolic time series prognosis views.
- 15:32 Changeset [8769] by
-
#1329 fixed prebuild events so that they work with Mono
- 14:32 Changeset [8768] by
-
#1081: Corrected plugin dependencies.
- 14:20 Changeset [8767] by
-
#1081: Merged remaining changes from the trunk.
- 14:06 Changeset [8766] by
-
#1081: Reintegrated trunk updates in timeseries branch.
- 13:56 Changeset [8765] by
-
#1081: Fixed minor bugs in time series prognosis views.
- 12:01 Changeset [8764] by
-
#1081: Removed wrong MA models from timeseries prognosis branch.
10/08/12:
- 20:09 Changeset [8763] by
-
made solution evaluation method virtual (#1953)
- 16:11 Changeset [8762] by
-
#1081: Fixed serialization and corrected AR(n) modeling.
- 14:24 Changeset [8761] by
-
#1955: fixed project
- 14:24 Changeset [8760] by
-
#1955: Updated priority rule
- 11:52 Changeset [8759] by
-
#1329: renamed AssemblyInfo.frame -> AssemblyInfo.cs.frame
- 11:44 Changeset [8758] by
-
#1329: deleted unnecessarily copied files
- 11:42 Changeset [8757] by
-
#1329 integrated Scheduling branch into trunk
- 11:33 Changeset [8756] by
-
#1890: Removed virtual property call in ResulCollectionView ctor to set ReadOnly=true;
- 10:58 Changeset [8755] by
-
#1967 renamed branch folder
- 10:57 Changeset [8754] by
-
#1967 svn:ignore properties
- 10:57 Changeset [8753] by
-
#1967 initial import of Gaussian process evolution plugin
- 10:52 Changeset [8752] by
-
#1967 moved incorrectly created folder
- 10:51 Ticket #1967 (Evolution of mean and covariance functions for Gaussian processes using GP) created by
- 10:49 Changeset [8751] by
-
initial import of Gaussian process evolution plugin
10/05/12:
- 17:57 Changeset [8750] by
-
#1081: Extracted prognosis results into separate class and added a view for them.
- 17:43 Changeset [8749] by
-
#1926: made generic type parameter in ICommandLineArgument<T> invariant
- 17:13 Changeset [8748] by
-
- addressed the suggestion by abeham in comment:13:ticket:1926
- applied the changes suggested by mkommend in comment:14:ticket:1926
- refactored argument handling infrastructure
- 16:04 Changeset [8747] by
-
- Added priority dispatching (random strategy)
- Fixed vehicle's current order
- 14:49 Changeset [8746] by
-
#1331 fixed a small bug in the Prepare method of ScatterSearch
- 13:27 Changeset [8745] by
-
#1915: Overlooked a minor bug in the classification problem data regarding the copy constructor.
- 12:36 Changeset [8744] by
-
Improve Information Analyzer #1696
- Configurable discretized or full quantile analysis
- Configurable shape size
- Include peak information values and deltas in results
- 12:02 Changeset [8743] by
-
#1081: Readded ErrorCharacteristicsView for time series prognosis solutions.
- 11:58 Changeset [8742] by
-
#1081: Merged trunk changes and fixed compilation errors due to the merge.
10/04/12:
- 17:08 Changeset [8741] by
-
#1890: updated solution configurations
- 17:06 Changeset [8740] by
-
#1902: removed assertion for test R² in GPR unit test as we are testing on a benchmark problem where the test set is randomly created.
- 16:19 Changeset [8739] by
-
#1886 removed static method calls to similarity calculators
- 15:42 Changeset [8738] by
-
#1673: Added new property AlgorithmName to the RunCollection and synced the property with the name of the surrounding IOptimizer. The AlgorithmName is used by the RunCollectionViews as prefix for its caption if it was set.
- 14:16 Changeset [8737] by
-
#1966: Initial commit for binPacking branch.
- 13:50 Ticket #1966 (Implement BinPacking problem) created by
- 13:02 Changeset [8736] by
-
#1962: fixed bug in the view that caused a unit test fail.
- 12:59 Changeset [8735] by
-
#1890: added rounding to 3 digits for variable impacts. as it is not useful to show all digits.
- 12:58 Changeset [8734] by
-
#1890: fixed a bug in the ValueGenerator for data analysis benchmark instances
- 12:56 Changeset [8733] by
-
#1902: added a unit test to create and run a GPR sample
- 12:01 Changeset [8732] by
-
- added caching for variances of GaussianProcessRegressionSolution.
- changed hyperparameter initializers to generate initial values for hyperparameters in a larger range.
- 11:44 Changeset [8731] by
-
#1890: Added svn_ignore for .user and .suo files in some directories.
- 11:43 Changeset [8730] by
-
#1962: disabled optimized button if the model contains non-differentiable functions. Added support for exact differentiation for additional function symbols (sin, cos, tan, square, norm, erf)
- 11:43 Changeset [8729] by
-
#1292: Moved FeatureCorrelation specific classes from Problems.DataAnalysis to Problems.DataAnalysis.Views.
- 11:28 Changeset [8728] by
-
#1292: Corrected SpearmansRankCalculator.
- 11:25 Changeset [8727] by
-
#1965: Used EstimationLimits to avoid NaN evaluations in simplifiers.
- 11:21 Ticket #1965 (Simplifier folds all nodes automatically if NaN occurs during the ...) created by
- The simplifier should also use the LimitToRange methods with the …
- 09:38 Changeset [8726] by
-
#1043: Removed the possibility to edit the name of optimizers in the ExperimentTreeView by pressing F2.
10/03/12:
- 17:13 Changeset [8725] by
-
improve information analysis #1696
- fixed a bug in quality delta filtering
- report finer-grained results
- add total entropy
- add peak values to results
- 12:07 Changeset [8724] by
-
#1964: Corrected creation of ensemble solutions.
- 11:38 Changeset [8723] by
-
#1964: Added new results to symbolic classification and regression solutions. Additionally, the way results are calculated was refactored and unified.
- 11:36 Ticket #1964 (Symbolic Regression and Classification Solutions do not indicate if ...) created by
- A new result showing the number of evaluations which hit the …
10/02/12:
- 22:20 Changeset [8722] by
-
#1886 improved the DuplicateSolutionsAnalyzer
- 21:53 Changeset [8721] by
-
#1331 added a view for SingleObjectiveSolutionSimilarityCalculators
- 18:59 Changeset [8720] by
-
#1899: applied the changes suggested by ascheibe in comment:6:ticket:1899
- 13:46 Changeset [8719] by
-
#1963: if possible all solutions are added/removed at once, otherwise one solution is added/removed at a time
- 13:31 Ticket #1963 (Adding and removing multiple solutions in an ensemble takes too long) created by
- If you add or remove multiple solutions in an ensemble, it takes a lot …
- 12:50 Changeset [8718] by
-
#1959 removed string comparison
- 11:59 Changeset [8717] by
-
#1915: Corrected class names in classification penalties views. Additionally I corrected a bug regarding the copy constructor, as the penalties were reset before.
- 09:52 Changeset [8716] by
-
#1915: Corrected constructor of classification problem data to take class names into account.
- 09:49 Changeset [8715] by
-
- added csv import dialog for regression
- improved existing dialog (tool tip, design, preview of dataset)
- 09:27 Changeset [8714] by
-
Added support for dynamic dial a ride
- 08:49 Changeset [8713] by
-
#1942: branch additional project
10/01/12:
- 22:58 Changeset [8712] by
- 22:53 Changeset [8711] by
-
#1886 added a combined operator for mutation
- 20:44 Changeset [8710] by
-
test
- 00:16 Changeset [8709] by
-
#1886 added an operator that combines all operators that need to be executed after crossover
09/28/12:
- 21:23 Documentation/DevelopmentCenter/Compile HeuristicLab under Linux edited by
- (diff)
- 18:36 Changeset [8708] by
-
#1959 implemented reviewing comments
- 10:49 Changeset [8707] by
-
#1712: added user queue used to schedule tasks
09/27/12:
- 14:07 Changeset [8706] by
-
#1960: fixed assembly version (set revision number to AutoDiff repository revision)
- 13:56 Documentation/DevelopmentCenter/Compile HeuristicLab under Linux edited by
- (diff)
- 13:49 Changeset [8705] by
-
#1960: added x64/x86 build configurations
- 13:44 Documentation/DevelopmentCenter/Compile HeuristicLab under Linux created by
- 12:58 Changeset [8704] by
-
#1962 changed SymbolicRegressionConstantOptimizationEvaluator to calculate gradients using AutoDiff.
- 12:54 Ticket #1962 (Use analytic gradient for constant optimization of symbolic regression ...) created by
- The gradients are estimated using differencing now, but with alglib …
- 12:01 Changeset [8703] by
-
#1960 added HL wrapper plugin for AutoDiff
- 11:44 Changeset [8702] by
-
#1959 added a comparer for sorting the jobs in the Hive Job Manager by date
09/26/12:
- 14:10 Ticket #1961 (CMAES algorithm implementation) created by
- 13:54 Ticket #1960 (Add AutoDiff to external libraries) created by
- http://autodiff.codeplex.com/ AutoDiff provides a simple and …
- 09:58 Ticket #1959 (The Hive JobManager should show the jobs per user sorted by date) created by
- The JobManager currently shows the job sorted alphabetically, which …
09/25/12:
- 16:16 Changeset [8701] by
-
- add combo boxes to DataAnalysisImportTypeDialog to select csv settings
- get branch ready
- 15:02 Changeset [8700] by
-
#1882 reverted changes of r8688 and r8692 because I think I found now the real cause for all these problems
- 12:39 Changeset [8699] by
-
#1952 fixed the documentation of the GetMonoType method
- 12:29 Changeset [8698] by
-
#1952 implemented reviewing comments
- 11:06 Changeset [8697] by
-
#1942: delete incorrectly branched project
- 11:05 Changeset [8696] by
-
#1942: branch project "Problems.Instances.DataAnalysis.Views"
- 11:04 Changeset [8695] by
-
#1942: add project "HeuristicLab.Problems.Instances.DataAnalysis"
- 11:01 Changeset [8694] by
-
#1942: create branch for remaining features and features of #1819
- 10:57 Changeset [8693] by
-
- fixed type "Shuffel"
- removed icon and control box
- 10:15 Changeset [8692] by
-
#1882 fixed collecting runs in the OptimizerHiveTaskView