heuristiclab/mono.git
11 years agoImplemented review comments from swagner (#1392)SuccessProgressAnalysissvn-origin/heads/SuccessProgressAnalysis
svonolfe [Tue, 15 Mar 2011 08:51:22 +0000 (15 08:51 +0000)]
Implemented review comments from swagner (#1392)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/branches/SuccessProgressAnalysis@5682 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded success-dependant execution of the operators for the VRP (#1392)
svonolfe [Wed, 16 Feb 2011 13:58:23 +0000 (16 13:58 +0000)]
Added success-dependant execution of the operators for the VRP (#1392)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/branches/SuccessProgressAnalysis@5493 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented various changes as proposed by vdorfer and swinkler (#1392)
svonolfe [Wed, 16 Feb 2011 13:50:59 +0000 (16 13:50 +0000)]
Implemented various changes as proposed by vdorfer and swinkler (#1392)
- Collecting the successful values now works when elites are enabled
- The initial iteration (0) is not collected
- The DataTable now has a Name

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/branches/SuccessProgressAnalysis@5492 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented review comments by abeham for the SuccessProgressAnalysis (#1392)
svonolfe [Wed, 26 Jan 2011 12:18:26 +0000 (26 12:18 +0000)]
Implemented review comments by abeham for the SuccessProgressAnalysis (#1392)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/branches/SuccessProgressAnalysis@5379 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented first version of success progress analysis (#1392)
svonolfe [Tue, 25 Jan 2011 13:10:06 +0000 (25 13:10 +0000)]
Implemented first version of success progress analysis (#1392)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/branches/SuccessProgressAnalysis@5372 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCreated branch for the success progress analysis (#1392)
svonolfe [Tue, 25 Jan 2011 09:44:56 +0000 (25 09:44 +0000)]
Created branch for the success progress analysis (#1392)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/branches/SuccessProgressAnalysis@5370 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoRemoved unused methods in `TableFileParser` (ticket #1173).SuccessProgressAnalysis@5369svn-origin/heads/SuccessProgressAnalysis@5369
mkommend [Tue, 25 Jan 2011 09:44:17 +0000 (25 09:44 +0000)]
Removed unused methods in `TableFileParser` (ticket #1173).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5369 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoFixed some minor issues in the VRP operators (#1177)
svonolfe [Tue, 25 Jan 2011 08:46:11 +0000 (25 08:46 +0000)]
Fixed some minor issues in the VRP operators (#1177)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5368 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1136 Fixed test cases for symbolic expression tree encoding operators (+ minor bug...
gkronber [Mon, 24 Jan 2011 18:04:27 +0000 (24 18:04 +0000)]
#1136 Fixed test cases for symbolic expression tree encoding operators (+ minor bug fixes in symbolic expression tree operators).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5367 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1344
abeham [Mon, 24 Jan 2011 16:38:42 +0000 (24 16:38 +0000)]
#1344
 * Fixed discovery of the main loop operator in the !MainLoop property

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5366 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented automatic adaptation of maximization parameter for symbolic regression...
cfischer [Mon, 24 Jan 2011 16:12:08 +0000 (24 16:12 +0000)]
Implemented automatic adaptation of maximization parameter for symbolic regression and classification problems; Added new maximization property in symbolic regression and classification evaluators. #1381

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5365 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected discovering of Analyzers in `UserDefinedAlgorithm` (ticket #1382).
mkommend [Mon, 24 Jan 2011 09:46:51 +0000 (24 09:46 +0000)]
Corrected discovering of Analyzers in `UserDefinedAlgorithm` (ticket #1382).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5362 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1344
abeham [Sat, 22 Jan 2011 14:18:20 +0000 (22 14:18 +0000)]
#1344
 * Adapted all algorithms to count evaluated solutions / moves and outside of the parallel region
 * Used the same pattern in every algorithm: Initialize and collect the variable in the Algorithm and increment it in the main loops and main operators

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5356 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1333
abeham [Fri, 21 Jan 2011 23:12:47 +0000 (21 23:12 +0000)]
#1333
 * Adapated Tabu Search to run move evaluations and tabu check in parallel

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5354 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1333
abeham [Fri, 21 Jan 2011 22:31:09 +0000 (21 22:31 +0000)]
#1333
 * Adapted local search to perform move evaluation in parallel (using the parallel engine)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5353 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1333
abeham [Fri, 21 Jan 2011 21:51:59 +0000 (21 21:51 +0000)]
#1333
 * Removed changes to `IntCounter` that would make it thread-safe, if a thread-safe operator is needed a separate one should be implemented
 * Moved counting of evaluated solutions out of the parallel region

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5352 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1344
abeham [Fri, 21 Jan 2011 21:49:02 +0000 (21 21:49 +0000)]
#1344
 * Added !EvaluatedSolutions as result to the Island GA
 * Moved island analyzer out of the islands processing branch (should that becoming parallelized the analysis operator will be executed sequentially for each island)
 * Related ticket #1333

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5351 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoMade ADF parameters changeable by default. #1354
gkronber [Fri, 21 Jan 2011 15:09:28 +0000 (21 15:09 +0000)]
Made ADF parameters changeable by default. #1354

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5349 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded functionality to resize bubbles although the size combobox is set to constant...
mkommend [Fri, 21 Jan 2011 11:59:21 +0000 (21 11:59 +0000)]
Added functionality to resize bubbles although the size combobox is set to constant (ticket #1056).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5348 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1346
abeham [Fri, 21 Jan 2011 11:37:23 +0000 (21 11:37 +0000)]
#1346
 * Fixed cloning behavior in some operators
 * Fixed problem UI textbox length

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5347 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1344
abeham [Fri, 21 Jan 2011 09:54:30 +0000 (21 09:54 +0000)]
#1344
 * Added !EvaluatedSolutions result to `GeneticAlgorithm`
 * Updated the GA and SGP samples (GA samples with parallel engine, SGP with sequential engine)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5346 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdd new alternate view ConstrainedValueParameterConfigurationView for configuring...
epitzer [Fri, 21 Jan 2011 09:41:14 +0000 (21 09:41 +0000)]
Add new alternate view ConstrainedValueParameterConfigurationView for configuring the ValidValues ItemSet (#1390)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5345 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded base class for multi-objective problems `MultiObjectiveProblem<T, U>` (#1389)
swagner [Fri, 21 Jan 2011 01:23:56 +0000 (21 01:23 +0000)]
Added base class for multi-objective problems `MultiObjectiveProblem<T, U>` (#1389)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5343 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected minor flaw regarding equal classification scores during the calculation...
mkommend [Thu, 20 Jan 2011 16:51:36 +0000 (20 16:51 +0000)]
Corrected minor flaw regarding equal classification scores during the calculation of the optimal thresholds (ticket #1383).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5341 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected `BubbleChart`designer file to use `Common.Resources` (ticket #1056).
mkommend [Wed, 19 Jan 2011 17:15:30 +0000 (19 17:15 +0000)]
Corrected `BubbleChart`designer file to use `Common.Resources` (ticket #1056).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5336 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoChanged default sigma for variable weights (also affects lagged variables and differe...
gkronber [Wed, 19 Jan 2011 15:36:41 +0000 (19 15:36 +0000)]
Changed default sigma for variable weights (also affects lagged variables and differentials) to 0.05 instead of 1. #1388

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5334 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented type coherent grammar. #1387
gkronber [Wed, 19 Jan 2011 15:22:50 +0000 (19 15:22 +0000)]
Implemented type coherent grammar. #1387

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5333 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected thresholds classification to maximize the borders between the classes accor...
mkommend [Wed, 19 Jan 2011 14:48:45 +0000 (19 14:48 +0000)]
Corrected thresholds classification to maximize the borders between the classes according to the misclassification matrix (ticket #1383).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5332 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded `ApplyScalingParameter` to `RegressionAnalyzers` (ticket #1369).
mkommend [Wed, 19 Jan 2011 14:07:45 +0000 (19 14:07 +0000)]
Added `ApplyScalingParameter` to `RegressionAnalyzers` (ticket #1369).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5331 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoticket #1056
mkommend [Wed, 19 Jan 2011 12:19:28 +0000 (19 12:19 +0000)]
ticket #1056
* Changed combobox events from `SelectedIndexChanged` to `SelectedValueChanged`
* Changed series type from `Bubbles` to `Points` as this improves the performance of the chart as cneumuel suggested.
* Added trackbar to change the maximum marker size.

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5330 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented multiplicative manipulation of constants and variable weights. #1384
gkronber [Tue, 18 Jan 2011 15:09:35 +0000 (18 15:09 +0000)]
Implemented multiplicative manipulation of constants and variable weights. #1384

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5326 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplement one-way serialization that allows either only loading or only saving of...
epitzer [Tue, 18 Jan 2011 14:50:23 +0000 (18 14:50 +0000)]
Implement one-way serialization that allows either only loading or only saving of storable members by setting a new property called AllowOneWay on the [Storable] attribute (#1385)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5324 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoReverted unwanted change. #1383
gkronber [Tue, 18 Jan 2011 14:20:30 +0000 (18 14:20 +0000)]
Reverted unwanted change. #1383

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5323 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded a switch to turn of linear scaling of best solution to classification analyzers...
gkronber [Tue, 18 Jan 2011 13:52:38 +0000 (18 13:52 +0000)]
Added a switch to turn of linear scaling of best solution to classification analyzers. #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5322 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoMinor bug fix in SymbolicClassificationSolution. #1383
gkronber [Tue, 18 Jan 2011 13:50:59 +0000 (18 13:50 +0000)]
Minor bug fix in SymbolicClassificationSolution. #1383

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5321 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected calculation of thresholds in `SymbolicClassificationSolutions` (ticket...
mkommend [Tue, 18 Jan 2011 11:43:21 +0000 (18 11:43 +0000)]
Corrected calculation of thresholds in `SymbolicClassificationSolutions` (ticket #1383).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5319 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected nested `ViewHost` check (ticket #1372).
mkommend [Tue, 18 Jan 2011 08:48:37 +0000 (18 08:48 +0000)]
Corrected nested `ViewHost` check (ticket #1372).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5318 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1361 reverted changes of r5206
cneumuel [Mon, 17 Jan 2011 10:45:43 +0000 (17 10:45 +0000)]
#1361 reverted changes of r5206

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5308 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1361 reverted changes of r5206
cneumuel [Mon, 17 Jan 2011 10:42:42 +0000 (17 10:42 +0000)]
#1361 reverted changes of r5206

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5307 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected HL3.3 tests project to test all assemblies and not only assemblies that...
mkommend [Mon, 17 Jan 2011 09:49:45 +0000 (17 09:49 +0000)]
Corrected HL3.3 tests project to test all assemblies and not only assemblies that contain a Plugin class (ticket #1351).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5306 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoFixed exception which was thrown when item updates are still pending after the conten...
swagner [Sun, 16 Jan 2011 02:14:15 +0000 (16 02:14 +0000)]
Fixed exception which was thrown when item updates are still pending after the content of an `ItemCollectionView` has already been changed (#1324)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5302 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoEnabled batch runs to deal with optimizers (#1378)
swagner [Sat, 15 Jan 2011 01:34:08 +0000 (15 01:34 +0000)]
Enabled batch runs to deal with optimizers (#1378)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5300 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoDisable visibility checks for dynamic methods. (#1376)
epitzer [Thu, 13 Jan 2011 16:33:02 +0000 (13 16:33 +0000)]
Disable visibility checks for dynamic methods. (#1376)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5292 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded custom serializers for generic HashSets and Dictionaries that include the Compa...
epitzer [Thu, 13 Jan 2011 12:01:28 +0000 (13 12:01 +0000)]
Added custom serializers for generic HashSets and Dictionaries that include the Comparer property (#1375)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5290 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented Power symbol for GP (ticket #1374).
mkommend [Wed, 12 Jan 2011 12:19:53 +0000 (12 12:19 +0000)]
Implemented Power symbol for GP (ticket #1374).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5288 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1337
abeham [Wed, 12 Jan 2011 08:13:15 +0000 (12 08:13 +0000)]
#1337
 * Renamed `VS2008ImageLibrary` resource to `VSImageLibrary`
 * Added Filter icon to the `VS2010ImageLibrary` folder and the resource manager

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5287 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoRevert of changeset r5284. #1369
gkronber [Tue, 11 Jan 2011 18:20:59 +0000 (11 18:20 +0000)]
Revert of changeset r5284. #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5285 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded deserialization hook for TrainingBestSymbolicClassificationSolutionAnalyzer...
gkronber [Tue, 11 Jan 2011 17:38:38 +0000 (11 17:38 +0000)]
Added deserialization hook for TrainingBestSymbolicClassificationSolutionAnalyzer #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5284 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected validation range in `ClassificationProblem` (ticket #1373).
mkommend [Tue, 11 Jan 2011 16:03:33 +0000 (11 16:03 +0000)]
Corrected validation range in `ClassificationProblem` (ticket #1373).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5279 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected check in setter of `ViewType` in the `ViewHost` (ticket #1372).
mkommend [Tue, 11 Jan 2011 15:15:14 +0000 (11 15:15 +0000)]
Corrected check in setter of `ViewType` in the `ViewHost` (ticket #1372).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5278 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoFixed calculation of R², MSE and rel. Error for training best classification solution...
cfischer [Tue, 11 Jan 2011 13:24:24 +0000 (11 13:24 +0000)]
Fixed calculation of R², MSE and rel. Error for training best classification solution #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5274 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded calculation of R², MSE and rel. Error for training best classification solution...
gkronber [Tue, 11 Jan 2011 12:59:55 +0000 (11 12:59 +0000)]
Added calculation of R², MSE and rel. Error for training best classification solution. Fixed calculation of accuracy. Fixed namespace and name of TrainingBestSymbolicClassificationSolutionAnalyzer. #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5273 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected `TestAssemblyExtension` in `PluginLoader` (ticket #1351).
mkommend [Tue, 11 Jan 2011 12:45:47 +0000 (11 12:45 +0000)]
Corrected `TestAssemblyExtension` in `PluginLoader` (ticket #1351).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5272 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded training best solution analyzer for classification problems. #1369
gkronber [Tue, 11 Jan 2011 12:01:56 +0000 (11 12:01 +0000)]
Added training best solution analyzer for classification problems. #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5271 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoImplemented `ShowContent` method in `MainForm` which reuses existing views and adapte...
mkommend [Tue, 11 Jan 2011 11:00:36 +0000 (11 11:00 +0000)]
Implemented `ShowContent` method in `MainForm` which reuses existing views and adapted the `ClipBoard` (ticket #1372).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5270 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoFixed persistence of visual properties in `DataTable` and `DataRow` (#1338)
swagner [Sun, 9 Jan 2011 22:17:06 +0000 (9 22:17 +0000)]
Fixed persistence of visual properties in `DataTable` and `DataRow` (#1338)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5261 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded overfitting analyzer to default operators of symbolic regression problems to...
gkronber [Sat, 8 Jan 2011 16:46:48 +0000 (8 16:46 +0000)]
Added overfitting analyzer to default operators of symbolic regression problems to make sure it also works correctly in cross-validation. #1356

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5260 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded calculation of accuracy of best training solution. #1369
gkronber [Sat, 8 Jan 2011 14:36:17 +0000 (8 14:36 +0000)]
Added calculation of accuracy of best training solution. #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5259 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded analyzer for symbolic regression that collects results about the training best...
gkronber [Sat, 8 Jan 2011 13:17:29 +0000 (8 13:17 +0000)]
Added analyzer for symbolic regression that collects results about the training best solution. #1369

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5253 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded calculation of length and height of best solution to FixedValidationBestScaledS...
gkronber [Sat, 8 Jan 2011 12:04:00 +0000 (8 12:04 +0000)]
Added calculation of length and height of best solution to FixedValidationBestScaledSymbolicRegressionSolutionAnalyzer. #1368

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5246 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected execution time updating in engines (#1367)
swagner [Sat, 8 Jan 2011 04:35:58 +0000 (8 04:35 +0000)]
Corrected execution time updating in engines (#1367)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5240 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdapted method `RebuildImageList` to work with null items (#1324)
swagner [Sat, 8 Jan 2011 01:34:26 +0000 (8 01:34 +0000)]
Adapted method `RebuildImageList` to work with null items (#1324)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5239 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdapted method `GetListViewItemsForItem` to work with null items (#1324)
swagner [Sat, 8 Jan 2011 01:06:12 +0000 (8 01:06 +0000)]
Adapted method `GetListViewItemsForItem` to work with null items (#1324)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5238 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1324:
swagner [Sat, 8 Jan 2011 00:47:47 +0000 (8 00:47 +0000)]
#1324:
 * Added performance optimization in all other item collection views
 * Checked and refactored item event registration/deregistration
 * Enabled null items in item collection views
 * Moved non-default `Dispose` methods from designer files into user files

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5237 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoRemoved references to ALGLIB version 2.5.0 in Files.txt and Builder.testsettings...
gkronber [Wed, 5 Jan 2011 15:20:01 +0000 (5 15:20 +0000)]
Removed references to ALGLIB version 2.5.0 in Files.txt and Builder.testsettings and updated assembly version in AssemblyInfo.frame of project HeuristicLab.ALGLIB-3.1.0. #875

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5226 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoFixed enabling and disabling of breakpoint context menus (#1362)
swagner [Wed, 5 Jan 2011 14:00:53 +0000 (5 14:00 +0000)]
Fixed enabling and disabling of breakpoint context menus (#1362)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5224 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoMade `SimpleArithmeticExpressionInterpreter` thread safe (ticket #1333).
mkommend [Wed, 5 Jan 2011 13:53:11 +0000 (5 13:53 +0000)]
Made `SimpleArithmeticExpressionInterpreter` thread safe (ticket #1333).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5223 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoUse a background worker to execute single steps to prevent the GUI locking up for...
epitzer [Wed, 5 Jan 2011 08:45:20 +0000 (5 08:45 +0000)]
Use a background worker to execute single steps to prevent the GUI locking up for long-running operations (#47)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5222 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoDisable list view control in operator trace if operator trace is itself disabled...
epitzer [Wed, 5 Jan 2011 08:44:24 +0000 (5 08:44 +0000)]
Disable list view control in operator trace if operator trace is itself disabled (#47)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5221 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoBetter spacing for parameters and display of "null" for null values in parameter...
epitzer [Wed, 5 Jan 2011 08:43:22 +0000 (5 08:43 +0000)]
Better spacing for parameters and display of "null" for null values in parameter view (#47)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5220 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoProperly show nesting in execution stack and remove unused suspension code and displa...
epitzer [Wed, 5 Jan 2011 08:38:51 +0000 (5 08:38 +0000)]
Properly show nesting in execution stack and remove unused suspension code and display "Parallel" for parallel operation collections (#47)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5219 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdd shortcut to tool tip and properly capitalize GUI messages (#1322)
epitzer [Wed, 5 Jan 2011 07:30:51 +0000 (5 07:30 +0000)]
Add shortcut to tool tip and properly capitalize GUI messages (#1322)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5218 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoremove second reference to mscorlib.dll v4.0.0.0 to prevent duplicate assembly refere...
epitzer [Wed, 5 Jan 2011 07:14:06 +0000 (5 07:14 +0000)]
remove second reference to mscorlib.dll v4.0.0.0 to prevent duplicate assembly reference (#1363)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5217 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoDo not manually include mscorlib.dll in default assemblies as it is automatically...
epitzer [Wed, 5 Jan 2011 07:08:36 +0000 (5 07:08 +0000)]
Do not manually include mscorlib.dll in default assemblies as it is automatically included and would cause a duplicate (#1363)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5216 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoPrevented that the `ActualName` of a `LookupParameter` is an empty string or just...
swagner [Wed, 5 Jan 2011 04:21:34 +0000 (5 04:21 +0000)]
Prevented that the `ActualName` of a `LookupParameter` is an empty string or just contains white spaces (#1341)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5215 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoEnabled `Breakpoint` flag for each operator in every algorithm (#1362)
swagner [Wed, 5 Jan 2011 01:48:47 +0000 (5 01:48 +0000)]
Enabled `Breakpoint` flag for each operator in every algorithm (#1362)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5214 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoUpdated samples (#1333)
swagner [Wed, 5 Jan 2011 01:01:28 +0000 (5 01:01 +0000)]
Updated samples (#1333)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5211 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdapted distance matrix calculation in `TSPCoordinatesPathEvaluator` to avoid that...
swagner [Tue, 4 Jan 2011 23:49:56 +0000 (4 23:49 +0000)]
Adapted distance matrix calculation in `TSPCoordinatesPathEvaluator` to avoid that multiple distance matrices are created, if the evaluator is executed in parallel (#1333)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5210 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdapted EAs to enable parallel solution evaluation (#1333)
swagner [Tue, 4 Jan 2011 05:17:50 +0000 (4 05:17 +0000)]
Adapted EAs to enable parallel solution evaluation (#1333)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5208 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1361 fixed deregistration of events on parameter values
cneumuel [Tue, 4 Jan 2011 01:09:55 +0000 (4 01:09 +0000)]
#1361 fixed deregistration of events on parameter values

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5206 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoUpdated samples (#1355)
swagner [Mon, 3 Jan 2011 22:37:05 +0000 (3 22:37 +0000)]
Updated samples (#1355)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5205 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoStored whole population in `SingleObjectiveTestFunctionSolution` only in the 2D case...
swagner [Mon, 3 Jan 2011 22:21:30 +0000 (3 22:21 +0000)]
Stored whole population in `SingleObjectiveTestFunctionSolution` only in the 2D case (#1360)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5204 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoChanged storing the algorithm in each run into an opt-in feature (#1355)
swagner [Mon, 3 Jan 2011 21:20:03 +0000 (3 21:20 +0000)]
Changed storing the algorithm in each run into an opt-in feature (#1355)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5203 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoFixed #1359.
gkronber [Mon, 3 Jan 2011 14:40:02 +0000 (3 14:40 +0000)]
Fixed #1359.

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5199 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoChanged FixedValidationBestScaledSymbolicRegressionSolutionAnalyzer to extend from...
gkronber [Mon, 3 Jan 2011 14:05:36 +0000 (3 14:05 +0000)]
Changed FixedValidationBestScaledSymbolicRegressionSolutionAnalyzer to extend from SymbolicRegressionValidationAnalyzer. #1356

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5198 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoIntroduced base class for operators that evaluate symbolic regression models on a...
gkronber [Mon, 3 Jan 2011 13:48:11 +0000 (3 13:48 +0000)]
Introduced base class for operators that evaluate symbolic regression models on a validation set. #1356

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5197 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoFixed #1357.
gkronber [Mon, 3 Jan 2011 12:23:51 +0000 (3 12:23 +0000)]
Fixed #1357.

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5196 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCleared global scope after an `EngineAlgorithm` is stopped (#1355)
swagner [Mon, 3 Jan 2011 04:43:27 +0000 (3 04:43 +0000)]
Cleared global scope after an `EngineAlgorithm` is stopped (#1355)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5195 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoMerged `ParallelEngine` branch back into trunk (#1333)
swagner [Sun, 2 Jan 2011 23:46:55 +0000 (2 23:46 +0000)]
Merged `ParallelEngine` branch back into trunk (#1333)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5193 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCopied overfitting analyzer for symbolic regression from feature exploration branch...
gkronber [Sun, 2 Jan 2011 22:48:45 +0000 (2 22:48 +0000)]
Copied overfitting analyzer for symbolic regression from feature exploration branch. #1356

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5192 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoRemoved references to ALGLIB version 2.5.0. #875
gkronber [Sun, 2 Jan 2011 13:44:00 +0000 (2 13:44 +0000)]
Removed references to ALGLIB version 2.5.0. #875

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5191 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agomoved ALGLIB version 2.5.0 into branches. #875
gkronber [Sun, 2 Jan 2011 13:38:33 +0000 (2 13:38 +0000)]
moved ALGLIB version 2.5.0 into branches. #875

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5189 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrectly show whether operator trace is enabled (#47)ParallelEngine@5174svn-origin/heads/ParallelEngine@5174
epitzer [Fri, 24 Dec 2010 07:54:31 +0000 (24 07:54 +0000)]
Correctly show whether operator trace is enabled (#47)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5174 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoensure the System.dll version 4.0.0.0 is selected (#1350)
epitzer [Thu, 23 Dec 2010 19:19:14 +0000 (23 19:19 +0000)]
ensure the System.dll version 4.0.0.0 is selected (#1350)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5173 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoexplicitly allow different versions for mscorlib, this facilitates upgrading (#1350)
epitzer [Thu, 23 Dec 2010 19:17:59 +0000 (23 19:17 +0000)]
explicitly allow different versions for mscorlib, this facilitates upgrading (#1350)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5172 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoAdded check for `ExecutionContext` in scaled evaluators (ticket #1352).
mkommend [Thu, 23 Dec 2010 10:37:29 +0000 (23 10:37 +0000)]
Added check for `ExecutionContext` in scaled evaluators (ticket #1352).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5169 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoCorrected plugin check in unit tests (ticket #1351).
mkommend [Thu, 23 Dec 2010 10:31:30 +0000 (23 10:31 +0000)]
Corrected plugin check in unit tests (ticket #1351).

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5168 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoRemoved Microsoft Chart Controls 3.5 check (#1350)
swagner [Wed, 22 Dec 2010 23:29:42 +0000 (22 23:29 +0000)]
Removed Microsoft Chart Controls 3.5 check (#1350)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5166 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years agoReintegrated .NET 4.0 migration branch (#1350)
swagner [Wed, 22 Dec 2010 23:07:58 +0000 (22 23:07 +0000)]
Reintegrated .NET 4.0 migration branch (#1350)

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5163 2abd9481-f8db-48e9-bd25-06bc13291c1b

11 years ago#1343
abeham [Wed, 22 Dec 2010 15:31:47 +0000 (22 15:31 +0000)]
#1343
 * Added backwards compatibility tagging comment and renamed region

git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk/sources@5162 2abd9481-f8db-48e9-bd25-06bc13291c1b