Timeline
03/02/09:
- 22:03 Changeset [1240] by
-
Transformations on shapes are possible outside of the Draw method. (#424)
- 21:48 Ticket #501 (Remove LineChart.GetRows) created by
- The options dialog accesses the data rows using the LineChart.GetRows …
- 17:32 Changeset [1239] by
-
Reintoduced MaxEvaluatedSolutions stopping criterion for hard-coded OffspringSelectionGP. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))
- 17:23 Changeset [1238] by
-
Improved structure of OffspringSelectionGP and StandardGP hard-coded algorithms. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))
- 17:12 Changeset [1237] by
-
Use DataRowChanged event instead of ApplyChangesToRow Method.
Moved OptionsDialog files to Options subfolder. (#497)
- 16:31 Changeset [1236] by
-
Fixed bugs in OffspringSelectionGP and the associated editor. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))
- 10:29 Ticket #500 (Implement QAP) created by
- The quadratic assignment problem (QAP) is similar to the TSP, but …
- 09:38 Changeset [1235] by
-
Worked on hard-coded OffspringSelectionGP. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))
03/01/09:
- 14:01 Ticket #499 (Exception is thrown during saving of engines if the opened file is not ...) created by
- Instead of an exception the SaveFileDialog (save as functionality) …
02/28/09:
- 23:12 Changeset [1234] by
-
Added Xml comments for IShape, WorldShape and Transforms. (#406)
- 21:21 Changeset [1233] by
-
General housekeeping (#498) Removed some old unused Z-Order values. Replaced some var types by concrete types. Renamed some LineShape properties. Added caching of Pens and Brushes in LineShape and RectangleShape. Put axis tick calculation algorithm into its own class.
- 21:21 Ticket #498 (General housekeeping (code style,...)) created by
- 21:20 Ticket #497 (Replace LineChart.ApplyChangesToRow by Event IDataRow.DataRowChanged) created by
- The IDataRow.DataRowChanged event should be used instead of the …
- 19:58 Changeset [1232] by
-
Fixed a major blocking problem in LegendShape. (#407)
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)