Timeline
02/18/10:
- 20:42 Changeset [2829] by
-
Implemented CyclicCrossover, updated documentation in MaximalPreservativeCrossover and PartiallyMatchedCrossover #889
- 16:14 Changeset [2828] by
-
Prevented division by zero in relative error calculation for Theil's U. #879
- 13:52 Changeset [2827] by
-
Fixed #879 (Calculation of Theil's inequality coefficient U2 should be based on relative errors instead of absolute errors)
- 13:51 Changeset [2826] by
-
changed OperatorGraphView in EngineView and CombinedOperatorView to ViewHost (ticket #867)
- 13:50 Ticket #879 (Calculation of Theil's inequality coefficient U2 should be based on ...) created by
02/17/10:
- 23:13 Changeset [2825] by
-
Removed random selection of function library injectors from CEDMA dispatcher. #877 (Predefined GP engines for time series prognosis are defect because of the removal of local variables of function library injectors in #748)
- 23:11 Changeset [2824] by
-
Quick fix: ported CEDMA server form to HL.MainForm to be able to open and edit algorithms. #758 (CEDMA server should be based on new HL.MainForm)
- 22:41 Ticket #878 (SymbolicRegressionFunctionLibraryInjectorAttribute should be removed) created by
- 20:24 Changeset [2823] by
-
updated MPX (documentation) and PMX (documentation + implementation) (#889)
previously commited implementation of PMX was faulty
- 19:24 Changeset [2822] by
-
Fixed tests for network function library. #877 (Predefined GP engines for time series prognosis are defect because of the removal of local variables of function library injectors in #748)
- 19:22 Changeset [2821] by
-
Removed access to local variable DIFFERENTIALS_ALLOWED in time series prognosis engines. #877 (Predefined GP engines for time series prognosis are defect because of the removal of local variables of function library injectors in #748)
- 19:21 Ticket #877 (Predefined GP engines for time series prognosis are defect because of ...) created by
- Access to deleted local variable DifferentialsAllowed throws an …
- 19:18 Ticket #873 (FunctionLibraryEditor GUI should be simplified) closed by
- fixed
- 18:32 Changeset [2820] by
-
Added MPX and PMX together with reference (#889)
- 11:17 Changeset [2819] by
-
new version of graph visualization with menuitems (ticket #867)
- 05:24 Changeset [2818] by
-
Operator architecture refactoring (#95)
- corrected several bugs in order to get SGA working
- 00:30 Changeset [2817] by
-
Operator architecture refactoring (#95)
- worked on selection
02/16/10:
- 18:44 Changeset [2816] by
-
Worked on plugin deployment GUI.
Added contact info and license text to DB schema.
#860
- 18:36 Changeset [2815] by
-
Added contact info and license text to plugin descriptions. #860
- 18:36 Changeset [2814] by
-
Updates service reference. #860 (Deployment server for plugin installation from web locations)
- 17:03 Ticket #876 (Plugin licenses should be automatically loaded from license files if ...) created by
- 14:24 Changeset [2813] by
-
corrected naming of load event handler in View (ticket #857)
- 12:58 Changeset [2812] by
-
changed proxy generation script to merge service binding definitions into app.config of plugin infrastructure. #860
- 12:44 Changeset [2811] by
-
Fixed service references in plugin infrastructure. #860 (Deployment server for plugin installation from web locations)
- 10:47 Changeset [2810] by
-
updated MainFormManager to transform generic type definitions to concrete type if possible (ticket #857)
- 10:42 Changeset [2809] by
-
corrected bug in ViewHost (ticket #95)
- 10:21 Changeset [2808] by
-
Updated ALGLIB references in HL plugins. #875 (Update ALGLIB sources)
- 10:06 Changeset [2807] by
-
Set svn:ignore properties. #875 (Update ALGLIB sources)
- 10:04 Changeset [2806] by
-
Added plugin for new version of ALGLIB. #875 (Update ALGLIB sources)
- 09:37 Ticket #875 (Update ALGLIB sources) created by
- 06:50 Changeset [2805] by
-
Operator architecture refactoring (#95)
- worked on parameters, TSP and selection
02/15/10:
- 17:24 Changeset [2804] by
-
Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)
- 16:14 Changeset [2803] by
-
changed HL3.3 x64 configuration (ticket #867)
- 15:41 Changeset [2802] by
-
Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)
- 15:39 Changeset [2801] by
-
added first version of OperatorGraphVisualization (ticket #867)
- 14:58 Changeset [2800] by
-
Operator architecture refactoring (#95)
- minor changes in ViewHost
- 14:34 Changeset [2799] by
-
towards migration of ProgrammableOperator to HL 3.3 (#842)
- 14:31 Changeset [2798] by
-
Added more images from the VS2008 image library (#841)
- 14:09 Changeset [2797] by
-
changed ViewHost to cach the currently display ViewType (ticket #95)
- 05:26 Changeset [2796] by
-
Operator architecture refactoring (#95)
- worked on operators, parameters and problems
- 01:04 Changeset [2795] by
-
Added more images from the VS2008 image library (#841)
02/14/10:
- 05:31 Changeset [2794] by
-
Operator architecture refactoring (#95)
- worked on operators
- 01:57 Changeset [2793] by
-
Operator architecture refactoring (#95)
- replaced new EventArgs() by EventArgs.Empty
02/13/10:
- 05:21 Changeset [2792] by
-
Operator architecture refactoring (#95)
- added method ShowView to ViewHost to be able to set the currently shown view.
- 05:02 Changeset [2791] by
-
Operator architecture refactoring (#95)
- implemented reviewers' comments
- 04:37 Changeset [2790] by
-
Operator architecture refactoring (#95)
- implemented reviewers' comments
- added additional plugins HeuristicLab.Evolutionary, HeuristicLab.Permutation, HeuristicLab.Selection, and HeuristicLab.Routing.TSP
02/12/10:
- 15:39 Ticket #874 (LR doesn't work with an empty set of allowed input variables.) closed by
- fixed
- 15:39 Changeset [2789] by
-
Fixed #874 (LR doesn't work with an empty set of allowed input variables.)
- 15:38 Ticket #874 (LR doesn't work with an empty set of allowed input variables.) created by
- 15:37 Changeset [2788] by
-
Removed unnecessary combobox in function library editor. Functions can be dragged in from the right into the allowed sub-functions lists. #873 (FunctionLibraryEditor GUI should be simplified)
- 14:12 Ticket #870 (ApplicationManager.GetTypes throws exception when dynamic methods ...) closed by
- fixed
- 14:11 Ticket #872 (Persistence of GeneticProgrammingModels is broken after changes ...) closed by
- fixed
- 14:10 Ticket #854 (System.Data.SqlServerCe assembly is not loaded correctly) closed by
- fixed
- 14:10 Ticket #5 (Operators to analyse structural diversity in GP populations) closed by
- fixed
- 14:09 Ticket #861 (User settings are associated with a single AppDomain (name)) closed by
- duplicate: Duplicate ticket: #862
- 14:06 Ticket #855 (Configuration for SQL Compact DbProviderFactory should be merged from ...) closed by
- fixed
- 14:06 Ticket #856 (The version of SqlServerCompact plugin is incorrect) closed by
- fixed
- 14:05 Ticket #868 (Attribute to declare contact information details for plugins) closed by
- fixed
- 14:05 Ticket #850 (PluginInfrastructure should provide a way to get assemblies associated ...) closed by
- fixed
- 14:05 Ticket #873 (FunctionLibraryEditor GUI should be simplified) created by
- 14:03 Changeset [2787] by
-
Implemented quick fix for #872 (Persistence of GeneticProgrammingModels is broken after changes related to #748).
- 14:03 Ticket #872 (Persistence of GeneticProgrammingModels is broken after changes ...) created by
- 14:01 Ticket #869 (UniformCrossover for Bitvectors) closed by
- fixed
- 14:01 Changeset [2786] by
-
Added uniform crossover operator for bit-vectors. #869 (UniformCrossover for Bitvectors)
- 14:00 Ticket #871 (Implement operators for NSGA-II multi-objective GA) created by
- 13:03 Changeset [2785] by
-
Fixed bug related to dynamically emitted assembly in plugin infrastructure. #870 (ApplicationManager.GetTypes throws exception when dynamic methods assemblies are loaded (e.g. by ProgrammableOperator))
- 13:01 Changeset [2784] by
-
Fixed bug in random initialization of bit-vectors. #869 (UniformCrossover for Bitvectors)
- 11:50 Ticket #870 (ApplicationManager.GetTypes throws exception when dynamic methods ...) created by
- Exception message: {{{'asm.Location' threw an exception of type …
- 11:33 Ticket #869 (UniformCrossover for Bitvectors) created by
- 10:16 Changeset [2783] by
-
Refreshed service reference in plugin infrastructure. #860 (Deployment server for plugin installation from web locations)
02/11/10:
- 17:44 Changeset [2782] by
-
added test application for netron (ticket #867)
- 15:51 Changeset [2781] by
-
added netron specific extensions (ticket #867)
- 14:02 Changeset [2780] by
-
Removed commented line. #868
- 13:41 Changeset [2779] by
-
Added a way to store information why a plugin is disabled in plugin descriptions as suggested by abeham after code review. #863.
- 13:04 Changeset [2778] by
-
Implemented ContactInformationAttribute. #868 (Attribute to declare contact information details for plugins)
- 12:30 Changeset [2777] by
-
adapted netron project file (ticket #867)
- 12:18 Ticket #868 (Attribute to declare contact information details for plugins) created by
- 11:35 Changeset [2776] by
-
removed missing frame file from netron project (ticket #867)
- 11:34 Changeset [2775] by
-
removed not necessary plugin frame file (ticket #867)
- 11:31 Changeset [2774] by
-
added AssemblyInfo.cs to netron project (ticket #867)
02/10/10:
- 03:39 Changeset [2773] by
-
Operator architecture refactoring (#95)
- worked on parameters and operators
02/09/10:
- 17:28 Changeset [2772] by
-
added transport plugin for netron (ticket #867)
- 17:24 Changeset [2771] by
-
Implemented and tested rudimentary WCF service interface on top of the Linq2Sql data access layer. #860
- 15:22 Changeset [2770] by
-
added signing of the netron project (ticket #867)
- 13:37 Reviews edited by
- (diff)
- 13:31 Changeset [2769] by
-
added unused files for netron (ticket #867)
- 13:27 Changeset [2768] by
-
added solution folders and sources for the netron library (ticket #867)
- 13:25 Reviews created by
- 13:19 OldWikiStart edited by
- (diff)
- 13:17 Ticket #837 (Restructure external libraries for HeuristicLab) closed by
- fixed
02/08/10:
- 19:22 Changeset [2767] by
-
Added script to create database for deployment service. #860
- 19:14 Changeset [2766] by
-
Worked on deployment server. Fixed DB-schema. Implemented all test-cases. #860
- 16:58 Changeset [2765] by
-
properly close test file and explicitly catch all possible exceptions (#842)
- 16:26 Changeset [2764] by
-
added auto-generated plugin file to svn:ignore. #864.
- 16:25 Changeset [2763] by
-
Implemented changes as suggested by abeham after code review and simplified method PluginValidator.GetPluginDescription(). #863.
- 16:12 Ticket #867 (Implement OperatorGraphVisualization based on Netron) created by
- 15:54 Changeset [2762] by
-
check temp path, and disable code completion persistence in case of file permission problems (#842)
- 15:35 Changeset [2761] by
-
improved MainForm as suggested by FxCop (ticket #857)
- 10:20 Changeset [2760] by
-
Added auto-generated files to svn:ignore. #864
- 10:13 Changeset [2759] by
-
Supplemental changeset to r2750 (#864)
Adapted stale plugin dependencies.
- 09:46 Changeset [2758] by
-
Adapted plugin dependencies of HL 3.2 plugins to match plugin declarations changed with r2754 (#864).
- 03:43 Changeset [2757] by
-
Operator architecture refactoring (#95)
- worked on parameters and operators
02/05/10:
- 09:00 Ticket #866 (SimOpt Communication refactoring) created by
- A number of recent developments has made refactoring the communication …
- 08:16 Ticket #296 (It's not possible to specify StateTransition in the InitialState) closed by
- wontfix: closing this ticket as wontfix because StateTransition has never been …
- 05:23 Changeset [2756] by
-
Operator architecture refactoring (#95)
- worked on parameters and operators
02/04/10:
- 22:11 Changeset [2755] by
-
Added auto-generated plugin files of all HeuristicLab 3.3 related plugins to svn:ignore list (#864)
- 22:08 Changeset [2754] by
-
Added versions to all HeuristicLab 3.3 related plugins (#864)
- 13:13 Changeset [2753] by
-
Implemented rudimentary form to display a list of all plugins and details. #699 (Refactor ManagerForm)
- 13:12 Ticket #846 (Provide method to get all instantiable and non-instantiable types in ...) closed by
- fixed
- 12:27 Changeset [2752] by
-
Added auto-generated plugin files to svn:ignore list. #864 (Plugins should have an a version)
- 12:25 Changeset [2751] by
-
Deleted auto-generated plugin files. #864 (Plugins should have an a version)
- 12:20 Changeset [2750] by
-
Prepared plugin infrastructure to work with versioned plugins and dependencies and added versioning to part of HL.GP plugins. #864 (Plugins should have an a version)
- 11:00 Changeset [2749] by
-
include ZIP library requirement. (#802)
- 10:57 Ticket #865 (ICSharpCode.SharpZipLib.dll is not bundled as external library yet) created by
- Persistence depends on ZIP compression. If this library is not …
- 09:38 Changeset [2748] by
-
Fixed issues in plugin infrastructure as identified by abeham. #863 (Code review)
- 09:09 Ticket #864 (Plugins should have an a version) created by
- Currently the plugin version is linked to the assembly version of the …
- 08:21 Ticket #863 (HeuristicLab 3.3.0 code review) created by
- This ticket tracks efforts of the code review of all components …
- 08:12 Ticket #748 (FunctionLibraryView is empty) closed by
- fixed
- 04:48 Changeset [2747] by
-
Operator architecture refactoring (#95)
- changed access modifiers in CombinedOperatorView
- 03:06 Changeset [2746] by
-
Operator architecture refactoring (#95)
- added ItemArray and ItemArrayView
- 03:04 Changeset [2745] by
-
Added ObservableArray (#819)