Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

05/09/08:

16:22 Changeset [228] by gkronber

bug fixing in DistributedEngine and Grid-Infrastructure

15:23 Ticket #144 (Automatically scale variables in a dataset) created by gkronber
In combination with #143
15:22 Ticket #143 (Exporter from HL dataset to libsvm data-format) created by gkronber

05/08/08:

08:50 Ticket #142 (The number of stored BadChildren can be reduced) created by gkronber
I think it is not necessary to keep all bad children generated in the …

05/07/08:

21:29 Changeset [227] by gkronber

fixed evaluation of variables (returns NaN if index points out of the dataset) (ticket #139)

10:52 Changeset [226] by gkronber

fixed compilation problem introduced with: r225

01:39 Changeset [225] by gkronber

deleted obsolete class FunctionTree (ticket #139)

01:13 Changeset [224] by gkronber

implemented naive straight-forward way of serialization for baked-trees as tree-structure in XML. It should be possible to serialize and deserialize with the more compact linear representation as well. (ticket #139)

00:45 Changeset [223] by gkronber

moved evaluation code out of BakedFunctionTree into static class BakedTreeEvaluator to simplify code (ticket #139)

00:07 Changeset [222] by gkronber

fixed waiting for results (waithandle.waitall()) works only for maximally 64 wait-handles. So if execute more than 64 jobs in parallel we have to wait for each wait-handle separately.

00:06 Changeset [221] by gkronber

made the expiration time shorter to decrease probability to raise OutOfMemoryExceptions (quick fix for pspitzli meta-gp engines)

00:02 Changeset [220] by gkronber

worked on #139:

  • fixed display of trees in the gui
  • split list representation of tree into two lists code and data
  • implemented static evaluation for all predefined functions (except ProgrammableFunction)

05/06/08:

16:16 Ticket #141 (Use WeakReference to store results in the EngineStore instead of ...) created by gkronber
13:21 Ticket #140 (ServerForm shows incorrect numbers for "Running jobs" and "Waiting Results") created by gkronber
13:00 Ticket #139 (Implement fast evaluator for GP function-trees) created by gkronber
Some functions like addition, multiplication... can be statically …
12:46 Ticket #138 (Starting multiple applications concurrently causes some of the ...) created by gkronber
Seems there is a synchronization problem in the splash-screen class.
12:27 Ticket #136 (Jobs that were not executed correctly are lost and the ...) closed by gkronber
fixed: * Implemented restarting jobs in r129. * Also improved exception …
12:26 Ticket #137 (Stopping the GridClient while an engine is running throws an exception.) created by gkronber
The channel is closed in the event-handler for the stop button. When a …
12:22 Changeset [219] by gkronber
  • extracted communication code out of the DistributedEngine into class JobManager
  • implemented a method to retrieve the JobState for a given job (specified by it's guid) in GridServer
  • implemented restarting of jobs in JobManager
  • improved exception handling in JobManager and DistributedEngine

(ticket #136)

09:16 Ticket #136 (Jobs that were not executed correctly are lost and the ...) created by gkronber
DistributedEngine should handle exceptions more gracefully and …

05/04/08:

07:25 Ticket #134 (Wrong build time in XML fragments when publishing a plugin) closed by gkronber
worksforme: Closing this issue as 'worksforme' after discussion with swagner.

05/02/08:

20:05 Ticket #133 (Possibility to open a scope view while an algorithm is running) closed by gkronber
wontfix: Marked as won't fix because it would be hairy to support this since …

05/01/08:

19:18 Ticket #54 (Create a HL 3.0 Release branch) closed by swagner
fixed: Alpha release of HeuristicLab 3.0 should be working finally. Closing …
19:16 Changeset [218] by swagner

Worked on ticket #54

  • rebuilt HeuristicLab 3.0
  • updated API documentation, setup and ZIP archive
  • updated plugins on HeuristicLab 3.0 update location
18:07 Changeset [217] by swagner

Worked on #54

  • changed default URL of plugin sources to new update location of the HeuristicLab 3.0 release branch
12:55 Ticket #135 (Please review and add the attached test functions) created by adoppelb
Hi Stefan, please review and add the attached test functions to the …

04/30/08:

21:44 Ticket #134 (Wrong build time in XML fragments when publishing a plugin) created by swagner
When publishing a plugin a wrong build time is shown in the XML …
21:30 Changeset [216] by swagner

Worked on ticket #54

  • updated API documentation
  • created new setup
  • added ZIP archive for deployment under Windows Vista
12:40 Changeset [215] by swagner

Updated configuration of API configuration generator

12:40 Changeset [214] by swagner

Activated generation of XML documentation for release builds

12:32 Changeset [213] by swagner

Updated configuration of API configuration generator

12:14 Changeset [212] by swagner

Activated generation of XML documentation for release builds

12:05 Changeset [211] by swagner

Worked on ticket #54

  • added new update location for HeuristicLab 3.0 release branch
  • adapted update location in application settings of HeuristicLab.PluginInfrastructure.GUI
12:03 Changeset [210] by swagner

Updated project file

11:40 Ticket #54 (Create a HL 3.0 Release branch) reopened by swagner
Some additional task are required for the HeuristicLab 3.0 alpha …

04/29/08:

19:31 Changeset [209] by gkronber

added a comment about AppartementState.STA

17:00 Ticket #133 (Possibility to open a scope view while an algorithm is running) created by gkronber
It is necessary to stop an engine before an scope-view can be opened. …
13:36 Changeset [208] by gkronber

fixed bug

13:19 Changeset [207] by gkronber

sealed Dataset class

13:19 Changeset [206] by gkronber

minor changes

13:14 Changeset [205] by gkronber

deleted unused branch

10:09 Changeset [204] by gkronber

created a branch of the structure identification plugin for performance experiments

04/28/08:

21:40 Changeset [203] by gkronber

prototype implementation for fast evaluation of basic functions

21:35 Changeset [202] by gkronber

bug fixes in struct-id operators

09:18 Changeset [201] by gkronber

created a branch for experiments with the functions plugin regarding performance and efficiency

09:16 Changeset [200] by gkronber

added a counter for the total number of evaluated nodes.

04/27/08:

19:42 Changeset [199] by gkronber

fixed a bug in random-tree creation

04/25/08:

16:40 Changeset [198] by gkronber

fixed references for SQLite plugin (ticket #104)

16:39 Changeset [197] by gkronber

added empty project for SQLite plugin (ticket #104)

16:09 Changeset [196] by gkronber

fixed caching of mean and range in dataset for another nice speed improvement in GP evaluation.

15:30 Changeset [195] by gkronber

removed silly bug-ridden code

14:55 Changeset [194] by abeham

moved type identification to default constructor

14:55 Changeset [193] by gkronber

fixed a bug introduced while refactoring

14:51 Ticket #132 (Abstract value classes in KeyValuePair Dialog) created by abeham
reminder
14:46 Changeset [192] by gkronber

performance tuning of functions framework by removing the need for calling Activator in StorableBase

14:46 Changeset [191] by gkronber

minor speed tuning

12:18 Changeset [190] by mkofler

Change to ItemDictionaryView: Removed automatic creation of dictionary by default constructor.

12:15 Ticket #131 (Boost evaluation speed by caching the variable lookup in Variable and ...) closed by gkronber
fixed: fixed with r189. * created function-specific FunctionTree types …
12:13 Changeset [189] by gkronber

fixed #131

11:25 Changeset [188] by abeham

Removed references to bitmaps
Updated project file (VS wants to add designer subtype)

11:05 Ticket #131 (Boost evaluation speed by caching the variable lookup in Variable and ...) created by gkronber
Variable and Constant retrieve the local variable values at each …
11:03 Ticket #101 (Caching scheme to boost performance of GP evaluation) closed by gkronber
wontfix: Experimented with caching the results of tree-branches on different …
Note: See TracTimeline for information about the timeline view.