Timeline
06/25/08:
- 17:51 Changeset [336] by
-
added branch for ticket #175 (oops wrong name)
- 17:33 Ticket #174 (FormatException is thrown in special circumstances when deserializing ...) closed by
- wontfix: replaced by larger ticket #175
- 17:32 Ticket #175 (Format of doubles and floats leads to inconsistency) created by
- This ticket overrides ticket #174. While searching for the cause of …
- 13:17 Ticket #174 (FormatException is thrown in special circumstances when deserializing ...) created by
- The message of the format exception is: "formatexception can't parse …
06/24/08:
- 18:20 Changeset [335] by
-
Fixed small issue with the OperationUpdater.
- 10:31 Changeset [334] by
-
readded trainingsamplesstart and trainingsamplesend parameter for gp evaluation operators
06/23/08:
- 22:47 Ticket #171 (ProgrammableOperator is recompiled in each clone) closed by
- worksforme
- 22:46 Ticket #173 (Programmable operators are recompiled after deserialization) created by
- As already stated in ticket #171, the compiled code of programmable …
- 19:42 Changeset [333] by
-
minor code cleanup
- 19:13 Ticket #172 (GP evaluators for autoregressive modelling) closed by
- fixed: fixed with r332
- 19:13 Changeset [332] by
-
implemented #172
- 18:17 Ticket #172 (GP evaluators for autoregressive modelling) created by
06/22/08:
- 22:25 Changeset [331] by
-
deleted experimental branch for bottom up GP tree evaluation
06/21/08:
- 13:03 Ticket #171 (ProgrammableOperator is recompiled in each clone) created by
- In each clone operation the custom code of programmable operators is …
- 12:26 Changeset [330] by
-
small improvements
- 10:11 Changeset [329] by
-
fixed bugs in bottom up gp evaluator
06/20/08:
- 18:12 Changeset [328] by
-
more work on GP evaluation - work in progress - bug nest
- 00:35 Changeset [327] by
-
changed GP evaluator to evaluate trees bottom up. This removes the dependency chain for the terminals and allows non-recursive evaluation of the tree
- 00:29 Changeset [326] by
-
created a short-living branch to store experimental evaluation code for GP functions
06/18/08:
- 16:31 Changeset [325] by
-
extend only trees that are at least the specified size
- 16:20 Changeset [324] by
-
added Size and Height properties to interface IFunctionTree and removed the helper methods from TreeGardener (specific implementations of size and height properties in classes implementing IFunctionTree can be more efficient than the general functions in TreeGardener)
- 14:45 Ticket #170 (Resetted is not a word (in BakedTreeEvaluator)) closed by
- fixed: fixed with r323
- 14:45 Changeset [323] by
-
fixes #170
- 14:42 Ticket #170 (Resetted is not a word (in BakedTreeEvaluator)) created by
- 11:47 Changeset [322] by
-
made evaluator static (related to ticket #168)
- 11:30 Changeset [321] by
-
- changed Instr from struct to class for a big performance improvement
- BakedTreeEvaluator is never serialized so it doesn't need to extend StorableBase anymore. (related to changes in #168)
06/17/08:
- 20:51 Ticket #168 (BakedFunctionTree maps different function instances of the same ...) closed by
- fixed: fixed the main problem of this ticket which was caused by the static …
- 20:47 Ticket #169 (Possibility to extend the set of available functions for GP via plugins) created by
- Related to reopened ticket #106 in that it needs a similar adaption to …
- 20:31 Ticket #166 (SymbolTable for the function-evaluation shouldn't be static) closed by
- fixed: This issue was fixed together with #168 (see changeset r319)
- 20:22 Ticket #106 (Programmable functions for GP (similar to ProgrammableOperator)) reopened by
- The evaluation of ProgrammableFunctions was removed while improving …
- 20:15 Changeset [320] by
-
fixed serialization of function-trees (deactivated with r317) (ticket #168)
- 19:48 Changeset [319] by
-
simplified symbol-table mechanism (ticket #168)
- 18:56 Changeset [318] by
-
adapted and simplified evaluation code for ticket #168
- 18:17 Changeset [317] by
-
fixed the defect (ticket #168)
- 16:36 Ticket #168 (BakedFunctionTree maps different function instances of the same ...) created by
06/16/08:
- 17:38 Changeset [316] by
-
removed unnecessary catch statement because exception is not handled anyway
- 17:36 Changeset [315] by
-
improved code for distributed-engine job-manager. Also removed the throwing of an uncaught exception in a thread-pool thread.
06/13/08:
- 11:22 Ticket #154 (Remove text-field to enter the port number in the grid-client form) closed by
- fixed: fixed with r314
- 11:21 Changeset [314] by
-
fixed #154
- 11:05 Changeset [313] by
-
deleted experimental serialization branches