Timeline
02/26/09:
- 17:34 Changeset [1231] by
-
Fixed compile errors and bugs in AlgorithmBase and !StandardGP introduced with r1230. #419 (Refactor CEDMA plugins)
- 13:54 Changeset [1230] by
-
Added a base class for GP algorithms. (#419 Refactor CEDMA plugins)
- 13:44 Ticket #471 (OnLoad hook for plugins) closed by
- fixed: Merged r1228 from CEDMA branch into the trunk with r1229.
- 13:44 Changeset [1229] by
-
Merged implementation of #471 (OnLoad hook for plugins) (r1228) from CEDMA branch into the trunk.
- 13:40 Changeset [1228] by
-
Implemented #471 (OnLoad hook for plugins).
02/25/09:
- 11:51 Ticket #472 (Export of HL3 function trees to HL2 import format (copy-to-clipboard) ...) closed by
- fixed: Merged fix r1226 from CEDMA refactoring branch to trunk with r1227.
- 11:50 Changeset [1227] by
-
merged fix for #472 (Export of HL3 function trees to HL2 import format (copy-to-clipboard) doesn't work) r1226 from CEDMA refactoring branch to trunk.
- 11:49 Changeset [1226] by
-
fixed #472 (Export of HL3 function trees to HL2 import format (copy-to-clipboard) doesn't work) in CEDMA refactoring branch.
02/24/09:
- 13:17 Ticket #496 (Add new crossover model into the SGA GUI plugin) closed by
- fixed: done in r1225 Had to add a new dependency to …
- 13:15 Changeset [1225] by
-
Adapted SGA plugin to use new crossover model, added reference to HeuristicLab.Evolutionary (ticket #496)
- 12:52 Ticket #496 (Add new crossover model into the SGA GUI plugin) created by
- The change to the model of crossover operators can be incorporated …
- 10:21 Ticket #475 (Implement new offspring analyzer for changed crossover behavior) closed by
- fixed: As discussed, I changed ComparisonFactor back to global variable, as …
- 10:19 Changeset [1224] by
-
Changed ComparisonFactor to global variable, corrected description slightly (finishes #475)
- 01:09 Changeset [1223] by
-
Adapted some of the XML code comments and some of the VariableInfo descriptions. Added a local default variable for ComparisonFactor. (#475)
- 00:58 Ticket #495 (Uniform distribution in initial strategy parameter vector) closed by
- fixed: done in r1222
- 00:58 Ticket #491 (Plus/Comma notation does not display correctly after loading) closed by
- fixed: done in r1222
- 00:58 Changeset [1222] by
-
Updated ES to uniformly distributed initialization of strategy vector #495
Fixed Plus/Comma display bug on load #491
Removed some unnecessary references
Added necessary reference to RealVector
02/23/09:
- 15:33 Ticket #494 (Import of missing values given as ;; doesn't work) closed by
- fixed: Merged r1220 from CEDMA refactoring branch to the trunk with r1221.
- 15:33 Changeset [1221] by
-
Merged r1220 from the CEDMA refactoring branch to the trunk. #494 (Import of missing values given as ;; doesn't work)
- 15:31 Changeset [1220] by
-
fixed #494 (Import of missing values given as ;; doesn't work) in the CEDMA refactoring branch.
- 13:16 Ticket #495 (Uniform distribution in initial strategy parameter vector) created by
- Instead of only specifying fixed starting values in the strategy …
- 10:30 Ticket #494 (Import of missing values given as ;; doesn't work) created by
02/18/09:
- 11:12 Changeset [1219] by
-
implementation done (#493)
02/17/09:
- 15:45 Ticket #493 (Implement a Job Storage Manager) created by
- Situation: A Job finishes calculating and the server is offline …
02/16/09:
- 01:52 Ticket #492 ((Auto-)Reload in choose operator library dialog) created by
- When an underlying operator library is changed, but was already loaded …
- 01:22 Ticket #470 (More flexibility in crossover) closed by
- fixed: Finished refactoring of crossover operators in r1218.
- 01:21 Changeset [1218] by
-
Refactoring of crossover operators (#470)
02/15/09:
- 14:47 Ticket #470 (More flexibility in crossover) reopened by
- Due to these changes, the parameter scope is no longer needed in the …
02/13/09:
- 11:53 Ticket #463 (Grid services allow connections from any user (SecurityMode.None)) reopened by
- Default mode doesn't allow authenticated connections from remote …
02/12/09:
- 15:19 Changeset [1217] by
-
Improved dispatcher code. Added an interface and a base class to make it easier to try out different dispatch strategies in the future. #419 (Refactor CEDMA plugins)
- 14:05 Changeset [1216] by
-
Improved dispatching mechanism. #419 (Refactor CEDMA plugins).