Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

01/29/10:

19:16 Changeset [2725] by abeham

Fixed a bug in ConfigMerger when the bindings root node didn't exist (#858)

16:27 Changeset [2724] by mkommend

corrected handling of generic content types (ticket #857)

16:26 Changeset [2723] by mkommend

corrected MainForm.ActiveViewChanged event and View.IsShown property (ticket #857)

15:22 Changeset [2722] by gkronber

Added a special predictor builder for linear scaling tree evaluation and changed default GP engines to use linear scaling evaluators. #823.

15:19 Changeset [2721] by gkronber

Activated creation of XML documentation of ANN plugin. #751 (Plugin for for data-modeling with ANN (integrated into CEDMA))

15:13 Ticket #607 (Version conflict in ProgrammableOperator) closed by epitzer
fixed: while this can still happen (you have to explicitly enable both …
15:11 Changeset [2720] by epitzer

disable elements while updating (or compiling) (#842)

14:33 Changeset [2719] by epitzer

try a different method for signaling the parser thread to terminate (#842)

13:53 Changeset [2718] by epitzer

reset ZipEntry data to make binary objects comparable (#548)

13:31 Changeset [2717] by epitzer

reset date of ZipEntries (to make binary data directly comparable) (#802)

13:30 Changeset [2716] by epitzer

remove persistence of GUID in storable base (#802)

04:15 Changeset [2715] by swagner

Operator architecture refactoring (#95)

  • adapted parameters to be able to use generic content types of views
02:58 Changeset [2714] by swagner

Operator architecture refactoring (#95)

  • moved parameters and parameter views into new plugins
01:44 Changeset [2713] by swagner

Adapted HL 3.3 plugins according to changes in MainForm (#857)

01:41 Changeset [2712] by swagner

Worked on ContentView (#857)

  • added interface IContentView
  • renamed RegisterObjectEvents and DeregisterObjectEvents to RegisterContentEvents and DeregisterContentEvents
  • removed EventArgs parameter from OnContentChanged
  • called DeregisterContentEvents in Dispose to remove content events correctly

01/28/10:

23:46 Changeset [2711] by mkommend

added View.IsShown property (ticket #857)

23:37 Changeset [2710] by mkommend

corrected ToolStripItemDisplayStyle for menuitems (ticket #857)

21:40 Changeset [2709] by mkommend

corrected firing of ToolStripItemSet (ticket #857)

21:28 Changeset [2708] by swagner

Adapted HL 3.3 plugins according to changes in MainForm (#857)

20:39 Changeset [2707] by mkommend

changed responsibility for calling OnToolStripItemSet from the MainForm to the ActionUserInterfaceItem (ticket #857)

20:30 Changeset [2706] by mkommend

fixed compilation errors in HL3.2 solution (ticket #857)

20:00 Changeset [2705] by mkommend

deleted unused classes (ticket #857)

19:57 Changeset [2704] by mkommend
  • new method ToolStripItemSet
  • Control.Show Hide method hidden with new keyword in View class (ticket #857)
17:31 Changeset [2703] by mkommend

changed access modifier of FireMainFormChanged back to protected.
if it is really necessary to be accessed from other classes, then it should be reopened with the new keyword.
although it would be better if the mainform reacts automatically on changes. (ticket #857)

16:49 Changeset [2702] by mkommend

removed test cases in MainFormManager ctor (ticket #857)

16:43 Changeset [2701] by gkronber

Repaired FunctionLibraryEditor. #748 (FunctionLibraryView is empty)

16:42 Changeset [2700] by gkronber

Renamed FunctionBase to Function and FunctionTreeBase to FunctionTree. #748 (FunctionLibraryView is empty).

16:42 Changeset [2699] by mkommend

changed access modifier from FireMainFormChanged back to public (ticket #857)

16:23 Changeset [2698] by abeham

Updated ConfigMerger.exe (#858)

16:21 Changeset [2697] by abeham

Changed ConfigMerger to merge each possible binding in system.serviceModel/bindings separately (#858)

16:15 Ticket #858 (Merge service.model bindings separately in ConfigMerger) created by abeham
If a binding configuration is added to e.g. wsHttpBinding config …
16:15 Changeset [2696] by mkommend

first version of redesigned MainForm (ticket #857)

16:14 Ticket #857 (Redesign MainForm) created by mkommend
16:13 Ticket #771 (Improve MainForm GUI) closed by mkommend
fixed
09:40 Changeset [2695] by gkronber

Added missing app.config file (missing in r2692). #855

05:19 Changeset [2694] by swagner

Operator architecture refactoring (#95)

  • finished implemented ideas which came up during yesterday's presentation of HeuristicLab.Core and related plugins

01/27/10:

17:53 Changeset [2693] by gkronber

Fixed a bug introduced with r2690 #854

17:34 Changeset [2692] by gkronber

Fixed #855 (Configuration for SQL Compact DbProviderFactory should be merged from a local app.config for the SqlServerCompact assembly)

17:21 Changeset [2691] by gkronber

Changed version of SQLServerCompact plugin. #856

17:08 Changeset [2690] by gkronber

Fixed caching and resolve event handler in plugin infrastructure to fix the bug that the SqlServerCompact assembly is not found when opening a db connection. #854 (System.Data.SqlServerCe assembly is not loaded correctly)

17:03 Ticket #856 (The version of SqlServerCompact plugin is incorrect) created by gkronber
The dll file version (3.5.5692.0) is used instead of the assembly …
17:02 Ticket #855 (Configuration for SQL Compact DbProviderFactory should be merged from ...) created by gkronber
16:59 Ticket #854 (System.Data.SqlServerCe assembly is not loaded correctly) created by gkronber
12:55 Changeset [2689] by gkronber

Fixed the problem with debug-symbols in CodeEditor.

11:11 Changeset [2688] by gkronber

Implemented an enumerable to iterate through all PluginFiles as suggested by swagner, replaced the Assemblies enumerable with an AssemblyName enumerable for internal usage in the plugin infrastructure and replaced Assembly.LoadFrom calls with Assembly.Load() to prevent loading from GAC as far as possible.

#850 (PluginInfrastructure should provide a way to get assemblies associated with a plug-in)

11:07 Ticket #849 (PluginInfrastructure attempts to disable a plugin multiple times if ...) closed by gkronber
fixed
03:55 Changeset [2687] by swagner

Operator architecture refactoring (#95)

  • implemented ideas which came up during today's presentation of HeuristicLab.Core and related plugins

01/26/10:

17:32 Ticket #799 (Refactor plugin infrastructure) closed by mkommend
fixed: removed lazy loading in ApplicationManager GetInstances r2686
17:31 Changeset [2686] by mkommend

removed lazy loading in ApplicationManager GetInstances (ticket #799)

17:28 Changeset [2685] by swagner

Fixed error in parameter lookup (#95)

05:14 Changeset [2684] by swagner

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • started work on adapting and refactoring HeuristicLab.Operators according to changes in HeuristicLab.Core

01/25/10:

15:26 Changeset [2683] by gkronber

Implemented operator to calculate variable impacts based on the log of variable frequencies over the whole GP run and integrated operators into default SGP and OSGP algorithms. #853 (Operator to calculate variable impacts as integral over the relative frequencies of variable references over the whole GP run and the whole population)

15:23 Ticket #853 (Operator to calculate variable impacts as integral over the relative ...) created by gkronber
15:21 Changeset [2682] by gkronber

Implemented operators to count relative frequencies of function-symbols and variable-symbols in over the whole population.
#5 (Operators to analyse structural diversity in GP populations)

13:01 Changeset [2681] by epitzer

also allow sub namespaces that don't contain any types (#842)

12:59 Changeset [2680] by epitzer

keep namespace treeview node expansion and expand newly added namespace nodes (#842)

10:50 Changeset [2679] by epitzer

statically initialize list of assemblies and plugins (#842)

10:33 Changeset [2678] by epitzer

Filter out generated assemblies during discovery (#842)

05:46 Changeset [2677] by swagner

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
02:34 Changeset [2676] by swagner

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • unified visual appearance of views

01/22/10:

16:12 Changeset [2675] by gkronber

Implemented a fix in TreeGardener for #836 (Initial population doesn't contain all functions in combination with SimpleFunctionLibraryInjector). Added test cases for SimpleFunctionLibraryInjector. Changed code for calculation of minTreeHeight and minTreeSize in FunctionBase

16:06 Changeset [2674] by gkronber

Added weights for open parameters. #833 (Genetic Programming based search for equations (modeling with multiple target variables))

14:41 Ticket #482 (Additional usings in ProgrammableOperator) closed by epitzer
fixed: fixed with #842
14:40 Ticket #450 (Too much code in ProgrammableOperator) closed by epitzer
fixed: fixed during #842
14:40 Ticket #179 (ProgrammableOperator must be recompiled when its VariableInfos are changed) closed by epitzer
fixed: fixed during #842
14:38 Changeset [2673] by epitzer

use SharpDevelop's TextArea.KeyEventHandler to prevent editing before Prefix and after Suffix (#842)

14:37 Changeset [2672] by epitzer

Add InvokeRequired in Dispose method to prevent cross-thread access exception (#842)

13:45 Changeset [2671] by mkommend

removed csproj.user files for extlibs (ticket #837)

12:39 Changeset [2670] by gkronber

Fixed incorrect reference to PluginInfrastructure. #842 (ProgrammableOperator Overhaul)

12:35 Ticket #852 (Implement Particle Swarm Optimization) created by mkofler
The attached engine describes a simple PSO in HL3.2 and was configured …
11:55 Ticket #851 (Implement Ant Colony Optimization) created by abeham
The attached engine is an example of how to model a max-min ant system …
03:29 Changeset [2669] by swagner

Continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core (#95)

01/21/10:

18:36 Changeset [2668] by epitzer

Group assemblies by plugin and replace assembly and namespace list boxes with tree views (#842)

18:34 Changeset [2667] by epitzer

Ensure proper resizing of CodeEditor and don't crash when removing non-existent assemblies (#842)

18:33 Changeset [2666] by epitzer

Expose locations (names) of assemblies associated with a plugin (#850)

18:24 Ticket #850 (PluginInfrastructure should provide a way to get assemblies associated ...) created by epitzer
05:10 Changeset [2665] by swagner

Continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core (#95)

02:08 Documentation/DevelopmentCenter/DeveloperGuidelines edited by swagner
(diff)
02:04 Changeset [2664] by swagner

Abandoned policy that the names of all abstract base classes have to end in "Base" (#95)

01:31 Changeset [2663] by swagner

Started to adapt HeuristicLab.Data and HeuristicLab.Operators according to the changes in HeuristicLab.Core (#95)

01/20/10:

17:25 Changeset [2662] by swagner

Fixed wrong updating of an engine's execution time in EngineBaseView (#95)

16:47 Changeset [2661] by mkommend

corrected SharpDevelop plugin (ticket #842)

16:16 Changeset [2660] by epitzer

New ProgrammableOperator with syntax highlighting, code completion, configurable assemblies and namespaces (#842)

16:04 Changeset [2659] by epitzer

Add new Plugin that provides a code editor with syntax highlighting and code completion (#842)

16:00 Changeset [2658] by epitzer

Add SharpDevelop libraries to support syntax highlighting and code completion (#842)

14:46 Changeset [2657] by mkommend

corrected assembly version for SQLServerCompact (ticket #837)

05:10 Changeset [2656] by swagner

Committing first results of the refactoring of HeuristicLab.Core and related plugins (#95)

05:04 Changeset [2655] by swagner

Committing first results of the refactoring of HeuristicLab.Core and related plugins (#95)

05:03 Changeset [2654] by swagner

Committing first results of the refactoring of HeuristicLab.Core and related plugins (#95)

05:00 Changeset [2653] by swagner

Committing first results of the refactoring of HeuristicLab.Core and related plugins (#95)

04:59 Changeset [2652] by swagner

Committing first results of the refactoring of HeuristicLab.Core and related plugins (#95)

02:12 Changeset [2651] by swagner

Updated SortUp image (#841)

01:23 Changeset [2650] by swagner

Added more images from the VS2008 image library (#841)

00:42 Changeset [2649] by swagner

Fixed wrong project name in Files.txt, added solution folders for closed source libraries, updated project references (#837)

00:31 Changeset [2648] by gkronber

fixed #849 (PluginInfrastructure attempts to disable a plugin multiple times if multiple dependencies are missing)

01/19/10:

21:30 Ticket #849 (PluginInfrastructure attempts to disable a plugin multiple times if ...) created by abeham
An InvalidOperationException is thrown in desc.Disable() line 303 of …
18:25 Changeset [2647] by mkommend

forgot System.Data.SQLite.DLL for SQLite (ticket #837)

18:16 Changeset [2646] by mkommend

forgot two add files for SQLite (ticket #837)

18:11 Changeset [2645] by mkommend

extracted external libraries and adapted dependent plugins (ticket #837)

15:46 Changeset [2644] by mkommend

fixed string comparison in GetTypes method of the ApplicationManager;
necessary because on x64 systems the drive letter could be lower or upper case
(ticket #799)

15:01 Changeset [2643] by swagner

Applied changes resulting from the refactored plugin infrastructure to HeuristicLab 3.3 (#799)

13:41 Ticket #845 (In the FunctionTreeView only the string N/A is displayed for unknown ...) closed by gkronber
fixed
13:40 Changeset [2642] by gkronber

Added a two versions of the type discovery methods in IApplicationManager with a boolean parameter to select if only instantiable types should be returned. #846

13:38 Ticket #832 (Starting a new application or closing a running application after some ...) closed by gkronber
fixed: Problem couldn't be reproduced after r2615.
02:16 Changeset [2641] by swagner

Added more images from the VS2008 image library (#841)

01/18/10:

16:46 Changeset [2640] by gkronber

Removed the restriction of the estimated value to the range [LowerBound..UpperBound] because the estimation is scaled anyway. However the scaled values are restricted to that range. #823 (Implement tree evaluator with linear scaling to improve convergence in symbolic regression.)

16:37 Changeset [2639] by mkommend

update create console application for x64 systems (ticket #799)

16:19 Changeset [2638] by mkommend

adapted CopyAssemblies.cmd and !CustomPostBuildTemplate_UpdateLocalInstallation.cmd (ticket #799)

16:05 Ticket #799 (Refactor plugin infrastructure) reopened by mkommend
15:59 Ticket #799 (Refactor plugin infrastructure) closed by mkommend
fixed: added output of copied files in CopyAssemblies.cmd r2637
15:59 Changeset [2637] by mkommend

added output of copied files in CopyAssemblies.cmd (ticket #799)

15:59 Ticket #799 (Refactor plugin infrastructure) reopened by mkommend
13:56 Ticket #843 (ActiveViewChanged is not fired correctly) closed by mkommend
fixed
10:59 Changeset [2636] by mkommend

registered on additional event ActiveContentChanged in !WinFormsUI to fire ActiveViewChanged (ticket #843)

10:56 Changeset [2635] by gkronber

Fixed a bug in the network transformation operator and changed test-cases to detect the problem. #833

09:31 Changeset [2634] by gkronber

Added target variable property for the scaling tree evaluator. #823

09:28 Changeset [2633] by gkronber

Fixed test-cases for constant expressions and expressions of one argument and fixed a bug in the network transformation operator. #833

01/17/10:

13:14 Ticket #848 (NodeBasedVariableQualityImpactCalucator uses incorrect tree evaluator ...) closed by gkronber
fixed: Fixed with r2632.
13:14 Changeset [2632] by gkronber

Fixed #848 (NodeBasedVariableQualityImpactCalucator uses incorrect tree evaluator to calculate variable impacts in hard coded GP algorithms for structure identification).

13:14 Ticket #848 (NodeBasedVariableQualityImpactCalucator uses incorrect tree evaluator ...) created by gkronber
02:29 Ticket #847 (Plugin infrastructure doesn't deactivate unloadable plugins in some cases) created by gkronber
There seem to be problems when the application directory contains both …
02:20 Ticket #846 (Provide method to get all instantiable and non-instantiable types in ...) created by swagner
It should be possible to get all types of a base type using the …

01/15/10:

18:42 Changeset [2631] by gkronber

Fixed another problem in the operator for transformation of networks to closed-form function trees. #833 (Genetic Programming based search for equations (modeling with multiple target variables))

18:12 Changeset [2630] by gkronber

Fixed bugs in the operator for transformation of networks to closed-form function trees. #833 (Genetic Programming based search for equations (modeling with multiple target variables))

17:58 Changeset [2629] by gkronber

Fixed display of unknown functions and removed UnknownFunctionException. #845 (In the FunctionTreeView only the string N/A is displayed for unknown functions)

17:51 Ticket #845 (In the FunctionTreeView only the string N/A is displayed for unknown ...) created by gkronber
We can at least display the type name of the function.
16:49 Ticket #844 (CEDMA Controller should store the experiment configuration in model ...) created by gkronber
To enable analysis based on experiment configurations (for instance …
14:23 Ticket #843 (ActiveViewChanged is not fired correctly) created by mkommend
If a view is docked left, right, top, bottom or floating the MainForm …
Note: See TracTimeline for information about the timeline view.