Timeline
04/14/08:
- 21:51 Changeset [121] by
-
created a branch that uses XmlTextReader instead of XMLDocument to load documents. Investigating ticket #103. (...work in progress!)
- 17:59 Changeset [120] by
-
fixed a typo that caused an error in save/restore of operator JSSPInjector
- 17:49 Changeset [119] by
-
created a branch that uses XmlTextWriter instead of XMLDocument to save documents. Investigating ticket #103.
- 15:42 Ticket #103 (Serialization of large engines should use less RAM) created by
- When serializing and deserializing large engines HL allocates a lot of …
- 15:30 Ticket #102 (Investigate if all numbers are serialized with InvariantCulture ...) created by
- especially: * DoubleBoundedConstraint * NormalDistributedRandom
- 10:19 Ticket #100 (PluginManager uses the active path as the location to store downloaded ...) closed by
- fixed: fixed with r118
- 10:18 Changeset [118] by
-
fixed #100 by using an absolute path for the plugin-download location
04/13/08:
- 16:52 Ticket #101 (Caching scheme to boost performance of GP evaluation) created by
- Caching the return values of tree branches could improve GP evaluation …
04/08/08:
- 22:03 Ticket #100 (PluginManager uses the active path as the location to store downloaded ...) created by
- This is a serious error because the .NET framework remembers the …
- 21:46 Changeset [117] by
-
ticket #98 also removed call to Compile() in the Populate() method since it slowed down the deserialization needed for the parallel execution horribly and it's not needed in the lazy compilation scheme anyway (also see r116)
- 16:09 Ticket #99 (Possibility to publish multiple plugins in one action) created by
- Publishing many plugins is cumbersome. It would be nice to have an …
- 15:02 Ticket #98 (Emtpy method of ProgrammableOperator is compiled on every clone operation) closed by
- fixed: fixed with r116 as suggested by pspitzli by lazily compiling the …
- 15:00 Changeset [116] by
-
fixing #98 by compiling the method in the programmable operator lazily in the apply() method. as suggested by pspitzli
- 14:49 Changeset [115] by
-
improved the comment of the OS.version check
- 14:44 Ticket #96 (GridClient / GridServer doesn't work in Vista (inconsistent result of ...) closed by
- fixed: applied patch with r114
- 14:44 Ticket #97 (Multiple instances of GridClient on one machine) closed by
- fixed: patch applied with r114
- 14:44 Changeset [114] by
04/07/08:
- 22:29 Ticket #98 (Emtpy method of ProgrammableOperator is compiled on every clone operation) created by
- This is potentially harmful (at least for efficiancy reasons) in a GP …
- 22:26 Ticket #97 (Multiple instances of GridClient on one machine) created by
- Could be useful to allocate both cores on a dual-core machine. (first …
- 22:22 Ticket #96 (GridClient / GridServer doesn't work in Vista (inconsistent result of ...) created by
- GridClient and GridServer do not work in Windows Vista (TM) …
04/03/08:
- 09:37 IslandGA_TSP edited by
- fixed IslandGA example to work with current revision (diff)
03/31/08:
- 17:18 OldWikiStart edited by
- added link to page DesignDocuments (diff)
- 14:16 Ticket #93 (DelegatingOperator puts name translations of local variables into the scope) closed by
- fixed: Fixed in r113
- 14:15 Changeset [113] by
-
Closed ticket #93
- fixed handling of local variables in DelegatingOperator
- 14:05 Ticket #94 (Operators might overwrite existing aliases in the scope) closed by
- duplicate: Closing this ticket now as all further work concerning refactoring the …