Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

05/26/08:

17:46 Ticket #158 (File is not closed when exception is thrown while trying to import data) created by gkronber
17:45 Ticket #157 (Importing data throws exception because of datagridview sort-mode) created by gkronber
16:24 Ticket #156 (All GP-evaluators should update the number of total evaluated nodes) created by gkronber
15:17 WorkbenchesHL3 edited by gkronber
also added adjective 'demo' (diff)
15:16 OldWikiStart edited by gkronber
specified that the listed engines are just a few demo engines (diff)
10:07 Ticket #155 (Exceptions in engines are not handled correctly) created by gkronber
The distributed-engine doesn't handle results from aborted engines …

05/19/08:

17:26 Ticket #154 (Remove text-field to enter the port number in the grid-client form) created by gkronber
The port number is not used because the client doesn't open a …
16:29 Ticket #153 (DistributedEngine needs too much RAM) closed by gkronber
fixed: fixed with r268
16:29 Changeset [268] by gkronber

improved RAM footprint of distributed-engine by serializing only the part of the scope-tree that contains the scope (including sub-scopes) on which a parallel operation 'operates' on. (ticket #153)

05/17/08:

15:50 Changeset [267] by gkronber

using string.substring(0..n) instead of string.split()[0] because it is more light-weight

15:48 Changeset [266] by gkronber

added missing GPL headers

15:47 Changeset [265] by gkronber

added missing GPL header

14:15 Ticket #153 (DistributedEngine needs too much RAM) created by gkronber
There is a large increase in memory-footprint when executing an …

05/16/08:

11:40 Ticket #152 (Grid-server allows only 10 connections) closed by gkronber
fixed: fixed with r264
11:30 Changeset [264] by gkronber

fixed #152, increased maximum allowed concurrent sessions to 20

11:17 Changeset [263] by gkronber

removed binding that is not needed anymore (#152)

11:15 Ticket #152 (Grid-server allows only 10 connections) created by gkronber
01:02 Ticket #151 (GetScope(String name) method of the Scope implementation in ...) closed by swagner
fixed
01:01 Changeset [262] by swagner

Merged fix of ticket #151 (r260:261) from trunk into 3.0 release branch

00:53 Changeset [261] by swagner

Fixed ticket #151

  • corrected error in GetScope(string name) and GetScope(Guid guid)

05/15/08:

22:40 Ticket #151 (GetScope(String name) method of the Scope implementation in ...) created by pspitzli
The method GetScope(String name) does not get the subscope named name, …
12:18 Ticket #149 (DistributedEngine throws InvalidOperationException after running for a ...) closed by gkronber
fixed: Worked on stability of plugin-infrastructure (uncaught exceptions in …

05/14/08:

20:14 Changeset [260] by gkronber

fixed #146 (serialization of function-trees in linear form)

19:24 Ticket #146 (Functiontrees should be serialized in compact linear form) closed by gkronber
fixed: implemented with r259
19:23 Changeset [259] by gkronber

implemented #146

16:46 Changeset [258] by gkronber

moved sleep in the results-fetching-loop to the top. It's better to sleep a little before the first try. (ticket #149)

16:37 Changeset [257] by gkronber

don't keep all zipped engines just in case we have to restart one of them. Instead keep the engine objects (we have to keep them anyway) and serialize - zip only if a restart is needed (#149)

16:09 Changeset [256] by gkronber
  • added statement to remove results from the job-manager
  • added a critical section in case EndExecuteOperation is called while any of the TryGetResult-threads is still running.
  • added statements to make sure that streams to (un)zip serialized engines are closed and resources released

(ticket #149)

16:06 Changeset [255] by gkronber

closing wait-handle just to be sure that resources are released (ticket #149)

16:05 Changeset [254] by gkronber

removed caching of results in engine-store. kept deletion mechanism for expired results to delete results that are never retrieved from the grid-server (ticket #149)

00:21 Changeset [253] by gkronber

improved handling of closed or faulted connections in job-manager for distributed engine (ticket #149)

00:13 Changeset [252] by gkronber

minor change

05/13/08:

23:56 Changeset [251] by gkronber

bug-fixes in grid-client (#149)
also cleaned up code in the grid-client

23:25 Ticket #140 (ServerForm shows incorrect numbers for "Running jobs" and "Waiting Results") closed by gkronber
fixed: fixed with r250
23:24 Changeset [250] by gkronber

fixed #140

23:12 Changeset [249] by gkronber

fixed incorrect sleeping-timeouts (#149)

23:06 Changeset [248] by gkronber

improved stability of distributed engine (#149)

23:05 Changeset [247] by gkronber

deleted unused interface IClient (#149)

23:05 Changeset [246] by gkronber

minor bugfixes (related to #149)

23:04 Ticket #150 (Re-queue jobs when a client takes too long to return the result) closed by gkronber
fixed: fixed with r245
23:03 Changeset [245] by gkronber

fixed #150 (re-queueing of jobs that were not executed in time)

22:37 Ticket #38 (Monitor running jobs on grid-clients from the grid-server) closed by gkronber
invalid: This ticket has been replaced by #150.
22:36 Ticket #150 (Re-queue jobs when a client takes too long to return the result) created by gkronber
If the grid-server doesn't receive a result for a job after a …
22:21 Ticket #137 (Stopping the GridClient while an engine is running throws an exception.) closed by gkronber
fixed: fixed with r244
22:21 Changeset [244] by gkronber

fixed #137 (together with changes for #149)

20:27 Changeset [243] by gkronber

changed GridClient and GridServer to "service"-applications that are automatically restarted when they crash. (see r242) (related to ticket #149)

20:24 Changeset [242] by gkronber

added support for "service" applications that are restarted automatically when they crash with an exception. (related to #149)

18:58 Changeset [241] by gkronber

Stability improvement.
also makes debugging easier (related to #149). Should be merged into the trunk after testing.

  • added exception handling in PluginManager to graciously unload AppDomains when an uncaught exception is occurred
  • added exception handling in the starter-form to display an error message-box
18:36 Changeset [240] by gkronber

removed start/stop buttons, server is started automatically right away (necessary for automatic restarts)

15:30 Ticket #149 (DistributedEngine throws InvalidOperationException after running for a ...) created by gkronber
This happens at least for the Meta-GP engines of pspitzli. The cause …
15:23 Ticket #30 (Make clients reconnect to the server periodically in case a connection ...) closed by gkronber
worksforme: This issue was fixed together with another issue in an earlier changeset
15:11 Ticket #148 (Function-evaluator should copy code and data only once per evaluated model.) closed by gkronber
fixed: fixed with r239
15:10 Changeset [239] by gkronber

fixed #148

15:01 Changeset [238] by gkronber

used Debug.Assert to enable tree-validity checks only in debug builds

14:44 Ticket #148 (Function-evaluator should copy code and data only once per evaluated model.) created by gkronber
Right now the function-evaluator copies the lists on each evaluated …
14:37 Ticket #147 (Scaling factors should be saved together with the dataset) closed by gkronber
fixed: implemented with r237 by moving scaling code and data from …
14:36 Changeset [237] by gkronber

implemented #147

13:40 Ticket #147 (Scaling factors should be saved together with the dataset) created by gkronber

05/12/08:

22:31 Changeset [236] by gkronber

minor changes

15:33 Changeset [235] by gkronber

fixed bug in function evaluation.
if a tree had the same size as the tree that was evaluated just before the evaluator evaluated the last tree again.

10:38 Ticket #143 (Exporter from HL dataset to libsvm data-format) closed by gkronber
fixed: Implemented with r234
10:37 Changeset [234] by gkronber

implemented #143

08:00 Changeset [233] by gkronber

removed export button and attached the contextMenuStrip directly to the dataGridView instead of each column. (preparation for #143)

Note: See TracTimeline for information about the timeline view.