Timeline
08/01/10:
- 20:29 ChangeLog edited by
- added release dates to the changelog (diff)
- 20:19 Documentation/DevelopmentCenter/AdditionalMaterial edited by
- Added a book I just ordered and a blog which led me to the book, as … (diff)
- 18:13 Changeset [4127] by
-
Added correlation coefficient evaluator for symbolic regression problems. #1117
- 18:11 Changeset [4126] by
-
Added check in correlation coefficient calculation to prevent division by zero. #1116
- 18:08 Changeset [4125] by
-
Made variable frequency analyzer more efficient and removed subtraction of base line (variable impacts are now in the range 0..1 instead of -1 .. 1) #1011
- 18:04 Changeset [4124] by
-
Improved variable impact view. #1011
- 15:53 Ticket #1012 (Operators and algorithm for linear regression) closed by
- fixed
- 15:46 Ticket #1097 (Evolutionary feature selection problem) closed by
- fixed
- 15:45 Ticket #1014 (View for symbolic expression grammars to customize the list of allowed ...) closed by
- fixed
- 15:42 Ticket #1016 (ChangeNodeType mutation operator for GP trees uses function symbols ...) closed by
- fixed
- 15:38 Ticket #535 (GP one-point crossover operator creates individuals larger than max size) closed by
- invalid: Cannot be reproduced in the current version because one-point …
- 15:35 Ticket #881 (StablePearsonCorrelationCoefficientCalculator sometimes returns NaN values.) closed by
- worksforme: Problem cannot be reproduced in the current version 3.3.0.
- 15:34 Ticket #859 (PTC2 initialization operator fails if it is used with restrictive ...) closed by
- worksforme
- 15:24 Ticket #1120 (Symbolic expression tree crossover operators swap parent operators ...) closed by
- fixed
- 15:24 Changeset [4123] by
-
Fixed #1120.
- 15:23 Ticket #1120 (Symbolic expression tree crossover operators swap parent operators ...) created by
- The relative semantic difference of the female (recieving) and male …
07/31/10:
- 17:17 Ticket #1119 (Box-Cox transformation for data-analysis) created by
- To transform non-normal distributed variables into normally …
- 16:54 Ticket #1118 (Multi-objective symbolic regression problem) created by
- Support MO optimization for symbolic regression problems. The two …
- 16:52 Ticket #1117 (Evaluation of symbolic regression solutions based on the correlation ...) created by
- Maximizing the Pearson's correlation coefficient r² is equivalent to …
- 16:29 Ticket #1116 (Values calculated by OnlinePearsonRSquaredEvaluator do not match the ...) closed by
- fixed: Fixed with r4122.
- 16:29 Changeset [4122] by
-
Fixed #1116
- 16:12 Ticket #1116 (Values calculated by OnlinePearsonRSquaredEvaluator do not match the ...) created by
07/30/10:
- 13:56 Changeset [4121] by
-
Stabilization of Hive, Improvement HiveExperiment GUI (#1115)
07/29/10:
- 16:58 Changeset [4120] by
-
further improvement and stabilisation of HiveExperiment (#1115)
07/28/10:
- 17:48 Changeset [4119] by
-
HiveExperiment is now able to send IOptimizers of an Experiment and receive the calculated result (#1115)
07/27/10:
- 19:54 Changeset [4118] by
-
- Fixed problem plugins reloading their operators on deserialization in following problems (forgot on them in the first commit)
- SupportVectorRegressionProblem
- SymbolicTimeSeriesPrognosisProblem
- Fixed a bug in the FeatureSelectionProblem introduced in r4098
- Fixed the issues mentioned in the code review of mkommend
- Fixed problem plugins reloading their operators on deserialization in following problems (forgot on them in the first commit)
- 18:57 Changeset [4117] by
-
- Added views plugin for variable symbol to set the variable names
- Beautified interface in the channel views (images in buttons)
- fixed a bug in the tree interpreter regarding missing variables
- Added missing frame file for ExternalEvaluation.Views plugin
- Fixed build of ProtoGen in the solution file
- 18:36 Changeset [4116] by
-
worked on HiveExperiment (#1115)
- 17:05 Changeset [4115] by
-
Added correct handling of adding and removing runs in experiments and batch runs (ticket #1111).
- 15:49 Ticket #1111 (Experiments and Batchruns do not extract runs of newly added optimizers) reopened by
- Added runs must also be removed from an experiment, if the optimizer …
- 15:47 Ticket #972 (Enhance ViewHost and adapt MainForm) closed by
- fixed: The main development on the ViewHost and the MainForm is finished. …
- 14:40 Changeset [4114] by
-
set svn:ignore properties. #1081
- 14:38 Changeset [4113] by
-
Added plugin for time series prognosis. #1081
- 14:36 Changeset [4112] by
-
Fixed some bugs in multi-variate regression classes. #1089
- 14:20 Changeset [4111] by
-
added experiment plugins (#1115)
- 14:19 Ticket #1115 (Implement HiveExperiment) created by
- Should be able to distribute collections of IOptimizer objects to the …
- 12:35 Ticket #1114 (Simple PRNG that is more memory-efficient than Mersenne-Twister) created by
- For the case when many PRNG objects have to be allocated and the …
- 12:32 Ticket #744 (Squared input variables in linear models) closed by
- wontfix: It would be better to implement a generalized least squares approach …
- 11:50 ChangeLog edited by
- (diff)
- 11:29 Ticket #1111 (Experiments and Batchruns do not extract runs of newly added optimizers) closed by
- fixed: Added runs of optimzers to the result collection r4110.
- 11:28 Changeset [4110] by
-
added runs of optimzers to the result collection (ticket #1111)
- 11:09 Ticket #1113 (Enable user to choose which parameters are stored in a run) created by
- 11:03 Ticket #1112 (Dragging of multiple items) created by
- Although it is possible to select multiple items only the last …
- 11:02 Ticket #1111 (Experiments and Batchruns do not extract runs of newly added optimizers) created by
- If an already finished optimizer is added to an experiment its runs do …
- 09:56 Ticket #879 (Calculation of Theil's inequality coefficient U2 should be based on ...) closed by
- invalid: Actually after consulting the original sources this is not necessary.
- 09:53 Documentation/DevelopmentCenter/VSCodeSnippets edited by
- fixed text regarding snippets (diff)
- 09:52 VSCodeSnippets created by
- VSCodeSnippets? → …
- 09:40 Changeset [4109] by
-
Use MSE instead of RMSE in feature selection for linear regression to make the results comparable with all other data analysis results. #1097
- 00:08 Ticket #1110 (SolutionMessageBuilder does not clone converter list) closed by
- fixed: r4108 * Added clone method
- 00:07 Ticket #1033 (Unchecking a converter can lead to unexpected behavior) closed by
- fixed: r4108 * Changed collection to list * Rebuilding dispatcher after …
- 00:07 Changeset [4108] by
-
- Changed collection to list
- Rebuilding dispatcher after every change to the list
- Added clone method
07/26/10:
- 23:10 Ticket #1110 (SolutionMessageBuilder does not clone converter list) created by
- 18:18 Ticket #1096 (Hive migration to HL 3.3) closed by
- fixed: hive now functional in 3.3 (see r4107)
- 18:17 Changeset [4107] by
-
migration from 3.2 to 3.3 completed. Hive Server and Client are now executable and as functional as they were in 3.2. (#1096)
- 18:14 Ticket #1098 (Remove dependency from Sping.net) closed by
- fixed
- 16:18 Ticket #1103 (Solving the ArtificialAntProblem throws an exception) closed by
- fixed
- 16:18 Changeset [4106] by
-
Fixed bugs in SubtreeCrossover, ArgumentCreater and ArgumentDuplicater and updated unit tests for symbolic expression tree operators. #1103
- 15:08 ChangeLog edited by
- (diff)
- 15:05 Ticket #1109 (Open calendar fails for "No group") created by
- Because "No group" does not represent a database entity, and therefore …
- 14:58 ChangeLog edited by
- (diff)
- 14:02 Ticket #1108 (The serialization format of CompactNumberArray2StringSerializer is not ...) created by
- The breaking changeset is r3946. Two metainfo tags are created …
- 09:36 Ticket #1107 (Add the calender GUI as HL plugin) closed by
- fixed
- 09:36 Changeset [4105] by
-
added HeuristicLab.Calendar (calendar GUI implementation from hive project) (#1107)
- 09:36 Ticket #1107 (Add the calender GUI as HL plugin) created by
- 02:42 Ticket #1106 (Implement dialog for creating an experiment for an algorithm) closed by
- fixed: Implemented in r4104.
- 02:42 Changeset [4104] by
-
Implemented dialog for creating an experiment for an algorithm (#1106)
- 02:26 Ticket #1106 (Implement dialog for creating an experiment for an algorithm) created by
- There should be a dialog for creating an experiment for an algorithm …
07/25/10:
- 23:48 Changeset [4103] by
-
improved ViewHost (ticket #972)
- 10:51 ChangeLog created by
- First version of changelog page
- 02:57 Ticket #1105 (Enable users to choose whether runs should contain a copy of their ...) closed by
- fixed: Implemented in r4102.
- 02:57 Changeset [4102] by
-
Enabled users to choose whether runs should contain a copy of their algorithm or not (#1105)
- 01:30 Ticket #1084 (Foreign move operators appear within the TSP) closed by
- fixed
- 01:29 Ticket #1052 (Textboxes are not validated after clicking in a control's background) closed by
- wontfix
- 01:27 Ticket #1101 (RealVector move making is ignoring the problem bounds) closed by
- fixed: r4101 * Fixed real vector moves ignoring the bounds
- 01:26 Changeset [4101] by
-
- Fixed real vector moves ignoring the bounds
- 01:18 Changeset [4100] by
-
- Removed all move operators. If moves should be supported, a MoveEvaluator needs to be implemented.
- 01:17 Ticket #1105 (Enable users to choose whether runs should contain a copy of their ...) created by
- As storing a copy of the algorithm in each run might lead to very …
- 01:14 Ticket #1104 (Foreign move evaluators appear in Support Vector Machine Parameter ...) created by
- The problem doesn't support moves
- 01:11 Ticket #1100 (Details group boxes are not disabled correctly) closed by
- fixed: Fixed in r4099.
- 01:11 Changeset [4099] by
-
Fixed disabling of details group boxes (#1100)
- 01:04 Changeset [4098] by
-
- Fixed initialization of operators and made operator list storable
- 01:03 Ticket #1103 (Solving the ArtificialAntProblem throws an exception) created by
- Somewhere in the ProbabilisticTreeCreator
- 00:55 Ticket #1072 (Implement OptimizerRunner) closed by
- wontfix
- 00:53 Ticket #1102 (Enable starting multiple optimizers of an experiment in parallel) created by
- In order to utilize multiple cores, users should be enabled to specify …
- 00:53 Ticket #1101 (RealVector move making is ignoring the problem bounds) created by
- 00:46 Ticket #1100 (Details group boxes are not disabled correctly) created by
- In some views the details group boxes are not disabled correctly when …
- 00:31 Changeset [4097] by
- 00:29 Ticket #1095 (Enable hiding details in collection views) closed by
- fixed: Enabled hiding details in all collection views in r4096.
- 00:29 Changeset [4096] by
-
Enabled hiding details in all collection views (#1095)
07/24/10:
- 23:15 Ticket #1044 (Prune HeuristicLab.ProtobufCS projects) closed by
- fixed: r4095 * Pruned protocol buffer projects and dynamically copied the …
- 23:15 Changeset [4095] by
-
- Pruned protocol buffer projects and dynamically copied the tools to the solution directory
07/23/10:
- 18:20 Changeset [4094] by
-
implemented first version of BoxPlotView (ticket #970)
- 18:20 Ticket #1047 (Execution time should be treated as a numerical variable in the run ...) closed by
- fixed
- 15:50 Changeset [4093] by
-
- Removed auto-generated plugin file
- 14:17 Changeset [4092] by
-
replaced transaction- and context management from Spring-advice by custom context management (see ContextFactory) (#1098)
- 11:15 Ticket #1099 (Create unit tests for NamedItems) created by
- Every NamedItem must have a name specified when it is created by its …
- 09:37 Changeset [4091] by
-
resolved issues with 3.3, hive-server now executable (1096)
- 09:17 Changeset [4090] by
-
replaced spring-component discovery method for ServiceHost with HL Type Discovery (#1098)
- 08:44 Ticket #1098 (Remove dependency from Sping.net) created by
- - remove SpingServiceHost in WCF Service - handle DB-Transactions …
- 07:58 Documentation/DevelopmentCenter/AdditionalMaterial edited by
- (diff)
07/22/10:
- 23:56 Documentation/DevelopmentCenter/AdditionalMaterial edited by
- (diff)
- 17:20 Changeset [4089] by
-
- Added project with operators to convert expression trees to protocol buffer messages
- 17:15 Changeset [4088] by
-
set svn:ignore properties #1097.
- 17:13 Changeset [4087] by
-
Fixed bugs in symbolic vector regression operators. #1089
- 16:33 Changeset [4086] by
-
- Added a very very basic analyzer for listing the qualities on the pareto front
- 16:20 Changeset [4085] by
-
Changed linear regression feature selection evaluator to use the training MSE instead of the cross-validated MSE as quality.#1097
- 16:09 Changeset [4084] by
-
added possibility to clear the cached views in the ViewHost (ticket #972)
- 16:04 Changeset [4083] by
-
fixed bug concerning invisible views in viewhost (ticket #972)
- 15:59 Changeset [4082] by
-
Added plugin for evolutionary feature selection. #1097
- 15:58 Changeset [4081] by
-
added HeuristicLab.ExtLibs (#1091)
- 14:21 Changeset [4080] by
-
Set svn:ignore properties #1089.
- 14:20 Changeset [4079] by
-
Added views plugin for multi-variate data analysis. #1089
- 13:59 Ticket #1091 (Create branch for Hive migration to HL 3.3) closed by
- fixed: finished in r4078
- 13:58 Changeset [4078] by
-
Moving of Hive projects to 3.3 branch finished, all references fixed (#1091)
- 13:58 Ticket #1097 (Evolutionary feature selection problem) created by
- 13:57 Ticket #1096 (Hive migration to HL 3.3) created by
- - Migration to persistence 3.3 API
- 13:20 Changeset [4077] by
-
moved JobBase to 3.3-HiveMigration and changed versions in hive-projects (#1091)
- 11:00 Changeset [4076] by
-
resolved remaining conflicts in 3.3-HiveMigration branch (#1091)
- 10:46 Changeset [4075] by
-
resolving svn conflicts in 3.3-HiveMigration branch (#1091)
- 10:40 Changeset [4074] by
-
resolving svn conflicts in 3.3-HiveMigration branch (#1091)
- 10:27 Changeset [4073] by
-
moved remaining Hive projects to 3.3-HiveMigration (#1091)
- 09:57 Changeset [4072] by
-
renamed subfolders in HeuristicLab.Security.* to 3.3 (#1091)
- 09:55 Changeset [4071] by
-
copied HeuristicLab.Security projects to 3.3-HiveMigration branch (#1091)
- 04:28 Ticket #1027 (Exception in Clone when running an algorithm) closed by
- fixed: Fixed in r4070.
- 04:27 Changeset [4070] by
-
Fixed bugs when quickly stopping, resetting and restarting algorithms (#1027)
- 02:26 Changeset [4069] by
-
Enabled hiding details in ItemListView (#1095)
- 01:20 Ticket #1095 (Enable hiding details in collection views) created by
- In some cases it is reasonable not to show the details part in a …
- 00:44 Ticket #1094 (Remove and sort usings in entire solution) closed by
- fixed: Done in r4068.
- 00:44 Changeset [4068] by
-
Sorted usings and removed unused usings in entire solution (#1094)
- 00:11 Changeset [4067] by
-
- Fixed some bugs in NSGA-II
07/21/10:
- 23:57 Ticket #1094 (Remove and sort usings in entire solution) created by
- 23:56 Ticket #1093 (Migrate solution and projects to Visual Studio 2010) closed by
- fixed
- 23:55 Changeset [4066] by
-
Fixed VSMDI file (#1093)
- 23:34 Documentation/DevelopmentCenter/DeveloperGuidelines edited by
- (diff)
- 23:33 Changeset [4065] by
-
Migrated solution and projects to Visual Studio 2010 (#1093)
- 22:57 Ticket #1093 (Migrate solution and projects to Visual Studio 2010) created by
- 17:34 Changeset [4064] by
-
renamed folder HeuristicLab.Hive 3.3 to HeuristicLab.Hive (#1091)
- 17:30 Changeset [4063] by
-
renamed project files to 3.3 (#1091)
- 17:24 Changeset [4062] by
-
changed folder structure (#1091)
- 17:18 Ticket #1092 (Cleanup and stabilisation of Hive) created by
- Code should be cleaned and small (really necessary) refactorings …
- 17:16 Ticket #1091 (Create branch for Hive migration to HL 3.3) created by
- There should be a solution only containing hive-related projects, …
- 17:14 Changeset [4061] by
-
renamed folders to 3.3 (#1091)
- 17:10 Changeset [4060] by
-
created folders, copied Hive.Server.Core and Hive.Client.Core (#1091)
- 16:54 Changeset [4059] by
-
created branch for Hive migration to HL 3.3
- 13:02 Changeset [4058] by
-
corrected custom labels in RunCollectionBubbleChartView (ticket #1047)
- 09:53 Ticket #920 (Each single objective problem should provide a parameter for its best ...) closed by
- fixed
- 02:07 Ticket #863 (HeuristicLab 3.3.0 code review) closed by
- fixed: The reviewing phase of HeuristicLab 3.3.0 has ended with the release …
- 02:07 Ticket #893 (HeuristicLab 3.3.0 application review) closed by
- fixed: The reviewing phase of HeuristicLab 3.3.0 has ended with the release …
- 02:05 Ticket #17 (Documentation) closed by
- fixed: A lot of documentation has been added to the HeuristicLab wiki in the …
- 01:58 Ticket #18 (Implement standard algorithms and problems) closed by
- fixed: Several standard algorithms and problems have been implemented in …
- 01:56 Ticket #887 (Slow responding UI in 3.3) closed by
- fixed
- 01:54 Ticket #936 (Show start page after the optimizer was started to guide new users) closed by
- fixed
- 01:54 Ticket #947 (Implement batch processing of algorithms) closed by
- fixed: Closing this ticket for now. All further issues concerning …
- 01:52 Ticket #999 (Refactor algorithm analysis and tracing) closed by
- fixed: The concept of Analyzers has been implemented and turned out to be …
- 01:47 Ticket #107 (Improve capabilities for modularization and operator reuse) closed by
- wontfix: This ticket is not relevant anymore, as operator libraries have been …
- 01:45 Ticket #208 (Closing the view of the sequential engine doesn't stop the engine) closed by
- fixed
- 01:41 Ticket #338 (CopyTo method in ItemDictionary<K,V> is not implemented) closed by
- wontfix: This issue has been resolved in the HeuristicLab.Collections plugin …
- 01:36 Ticket #614 (Add a generic best solution storer) closed by
- fixed
- 01:35 Ticket #620 (Hitting Reset doesn't update the scope view) closed by
- wontfix: This issue has been resolved in HeuristicLab 3.3 and will not be fixed …
- 01:32 Ticket #810 (Save will only save the last opened workbench) closed by
- wontfix: After some more discussions we decided to leave HeuristicLab 3.2 as it …
- 00:06 Documentation/DevelopmentCenter/AdditionalMaterial edited by
- (diff)
07/20/10:
- 23:54 Ticket #13 (Review and unify drag and drop support) closed by
- wontfix: This issue has been resolved in HeuristicLab 3.3 and will not be fixed …
- 23:53 Ticket #14 (Improve performance of SGA plugin) closed by
- wontfix: The SGA does not exist in this form in HeuristicLab 3.3 anymore, as …
- 23:50 Ticket #27 (Adapt installer for Windows Vista) closed by
- wontfix: This ticket is not relevant anymore, as HeuristicLab 3.3 is deployed …
- 23:48 Ticket #181 (Create and release new setup file for HL3 stable) closed by
- wontfix: This ticket is not relevant anymore, as HeuristicLab 3.3 has already …
- 23:44 Ticket #275 (Define appropriate directory structure for branches) closed by
- fixed: The directory structure of branches has been defined in the context of …
- 23:40 Ticket #499 (Exception is thrown during saving of engines if the opened file is not ...) closed by
- fixed: This issue has been resolved in HeuristicLab 3.3 and will not be fixed …
- 23:39 Ticket #504 (It should be possible to explicitly give a name and a description for ...) closed by
- wontfix: This issue has been resolved in HeuristicLab 3.3 and will not be fixed …
- 23:38 Documentation/DevelopmentCenter/AdditionalMaterial edited by
- (diff)
- 23:38 Ticket #517 (Extend SGA GUI plugin with OperatorInjector for post-generation processing) closed by
- wontfix: This issue has been resolved in HeuristicLab 3.3 (Analyzers) and …
- 23:37 Documentation/DevelopmentCenter/AdditionalMaterial edited by
- (diff)
- 23:36 Documentation/DevelopmentCenter/AdditionalMaterial created by
- 23:34 Ticket #685 (HL crashes when saving running engines) closed by
- fixed: This issue has been resolved in HeuristicLab 3.3 and will not be fixed …
- 23:28 Ticket #16 (Implement analysis of variable infos to identify invalid data dependencies) closed by
- wontfix: VariableInfos have been replaced by Parameters in HeuristicLab …
- 23:19 Ticket #115 (CombinedOperator GUIDs in the scope tree should be invisible) closed by
- wontfix: In HeuristicLab 3.3 this is not an issue anymore, as the way how a …
- 23:15 Ticket #714 (Mousecursor is not set back to standard after a "Save..." action) closed by
- wontfix: This issue has been resolved in HeuristicLab 3.3 and will not be fixed …
- 23:12 Ticket #789 (XmlException is not handled when trying to open a non-XML file) closed by
- wontfix
- 21:47 Changeset [4057] by
-
set svn:ignore properties #1089
- 21:46 Changeset [4056] by
-
Added new plugins for multi-variate regression. #1089
- 16:17 Ticket #1090 (Problems replace the operators collection after deserialization) created by
- Most problems have a StorableHook.AfterDeserialization that calls …
- 16:15 Ticket #1089 (Plugin for multi-variate data analysis problems) created by
- 15:09 Changeset [4055] by
-
removed warning in Encodings.SymoblicExpressionTreeEncoding (ticket #915)
- 14:58 Changeset [4054] by
-
improved Analyzers for SymoblicRegressionProblems (ticket #1074)
- 13:46 Ticket #1088 (Deployment not possible) closed by
- fixed
- 13:46 Changeset [4053] by
-
fixed broken deployment of Hive.Server due to errors in build-path (#1088)
- 13:45 Ticket #1088 (Deployment not possible) created by
- Deployment of Spring.NET and Hive.Server.LINQDataAccess isn't possible …
- 12:32 Ticket #1087 (Implement multiobjective test functions) created by
- There are a number of popular test functions for multiobjective …
- 11:21 Changeset [4052] by
-
- Added maximization parameter in constructor
- 08:52 Changeset [4051] by
-
#828 checked in everything to restore build ability
- 08:50 Changeset [4050] by
-
#828 checked in everything to restore build ability
07/19/10:
- 17:31 Changeset [4049] by
-
adapted bubble chart to handle TimeSpanValues correctly (ticket #1047)
- 17:07 Ticket #1086 (LocalSearch doesn't wire the SampleSize parameter) closed by
- fixed: r4048 * Fixed local search to wire sample size parameter of …
- 17:07 Changeset [4048] by
-
- Fixed local search to wire sample size parameter of IMultiMoveGenerators
- 17:05 Ticket #1086 (LocalSearch doesn't wire the SampleSize parameter) created by
- 16:53 Ticket #1085 (The VRP problem should provide a default problem instance upon creation) created by
- Currently the problem parameters are all empty. A custom defined …
- 16:50 Changeset [4047] by
-
- Removing all foreign move evaluators in the TSP
- Put the AlbaTranslocationMove operators under an interface of their own
- 16:33 Ticket #1084 (Foreign move operators appear within the TSP) created by
- In the TSP it is possible to choose the move operator wrappers from …
- 15:44 Changeset [4046] by
-
- Added a stochastic move generator for insertion moves
- 15:43 Ticket #1083 (Add additional move operators for permutation) created by
- 15:24 Changeset [4045] by
-
- Added first possibly working NSGA-II
- Added Maximization parameter to IMultiObjectiveProblem and IMultiObjectiveSelector
- 14:36 Changeset [4044] by
-
added statistical comperator operator for SymReg OSGP (ticket #1082)
- 13:01 Ticket #926 (Replace LeftSelector and RightSelector by BestSelector and WorstSelector) closed by
- fixed: r4043 * Added LeftSelector and RightSelector (reverted some …
- 13:01 Changeset [4043] by
-
- Added LeftSelector and RightSelector (reverted some changes in r3096)
- 12:53 Ticket #926 (Replace LeftSelector and RightSelector by BestSelector and WorstSelector) reopened by
07/18/10:
- 22:16 Changeset [4042] by
-
#828 added various improvements to the plugin cache manager, the execution engine, the transaction handling on the serverside and the server console
- 00:24 Changeset [4041] by
-
- Added CrowdedTournamentSelector