Timeline
06/27/08:
- 23:15 Ticket #185 (Make variable suspendConstraintCheck public read accessible in ...) created by
- A public get property on suspendConstraintCheck would be beneficial in …
- 11:33 Ticket #184 (About HeuristicLab doesn't show the true version number) created by
- The splash screen reports a different version (e.g. 3.0.0.242) than …
- 11:30 Ticket #183 (Splash screen sometimes causes ObjectDisposedException) created by
- Sometimes when one opens the HeuristicLab Starter and one of the …
06/26/08:
- 16:14 Ticket #182 (Release new stable versions of plugins HeuristicLab.Grid, ...) created by
- Depends on #181
- 16:12 Ticket #181 (Create and release new setup file for HL3 stable) created by
- changeset r279 introduced stability changes in the …
- 15:36 Ticket #175 (Format of doubles and floats leads to inconsistency) closed by
- fixed: * changes for the ticket in stable branch: r345 * deleted the …
- 15:35 Changeset [346] by
-
deleted branch for ticket #175
- 15:30 Changeset [345] by
-
- merged r338 r341 and r343 from the ticket-specific trunk into the HL3.0 stable branch
- fixed serialization and display of floating point numbers in HL3.0 stable plugins HeuristicLab.Functions and HeuristicLab.DataAnalysis
(ticket #175)
- 14:59 Changeset [344] by
-
merged changes r338 r339 r340 r341 r342 r343 from the ticket-specific branch into the main trunk
- 13:57 Ticket #180 (Treenode is not selected on right click in the FunctionsTreeView component) created by
- The same problem that we already had in other tree views. When a node …
- 13:19 Changeset [343] by
-
fixed serialization and display of floating point number in plugin HeuristicLab.Data (ticket #175). Had to make the dataGridView in ArrayDataBaseView and MatrixDataBaseView to protected to be able to change the format of cells in DoubleArrayDataView and DoubleMatrixDataView.
- 12:21 Changeset [342] by
-
added comments why we need round-trip formatting in the dataGrids (ticket #175)
- 12:09 Changeset [341] by
-
fixed serialization in plugin HeuristicLab.Constraints (ticket #175)
- 11:59 Changeset [340] by
-
fixed serialization in plugin HeuristicLab.DataAnalysis (ticket #175)
- 11:20 Changeset [339] by
-
fixed serialization in plugin HeuristicLab.Functions (ticket #175)
- 11:09 Changeset [338] by
-
fixed serialization for HeuristicLab.Random plugin (#175)
- 11:07 Ticket #179 (ProgrammableOperator must be recompiled when its VariableInfos are changed) created by
- If the method is not recompiled its signature doesn't match the …
- 10:55 Ticket #178 (Restructure plugin HeuristicLab.StructureIdentification) created by
- Create smaller plugins one for the problem injector, one for default …
- 10:53 Ticket #177 (Restructure genetic programming plugins) created by
- Create a new plugin structure for the genetic programming parts.
- 09:20 Changeset [337] by
-
fixed branch name
- 02:44 Ticket #176 (SubScope(s)Remover) created by
- Currently there is: SubScopeRemover in Evolutionary.Composer (remove …
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