Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

06/06/08:

13:41 Changeset [307] by swagner

Updated description of test functions

13:12 Changeset [306] by swagner

Updated description of test functions

13:09 Documentation/Reference/Test Functions edited by swagner
Updated description of real valued test functions (diff)
12:55 Documentation/Reference/Test Functions edited by swagner
Updated description of real valued test functions (diff)
12:51 Changeset [305] by swagner

Updated template document for description of real valued test functions

03:03 Changeset [304] by swagner

Added Mathematica file containing real valued test functions

03:02 Changeset [303] by swagner

Added template document for describing real valued test functions

01:55 Documentation/Reference/Test Functions edited by swagner
Updated page (diff)
01:51 Documentation/Reference/Test Functions edited by swagner
Removed MathML test code (diff)
01:29 Documentation/Reference/Test Functions edited by swagner
Experiments with MathML (diff)

06/05/08:

17:53 Changeset [302] by gkronber

merged r301 into the HL3 stable branch (ticket #142)

17:51 Changeset [301] by gkronber

removed code to remove non-existent parameter "BadCount" (ticket #142)

16:13 Documentation/Reference/Test Functions edited by swagner
Experiments with wiki processors (diff)
14:31 Changeset [300] by gkronber

merged r229 into HL3 stable branch

14:30 Ticket #164 (DistributedEngine shoud call OnOperationExecuted and check for abort ...) closed by gkronber
fixed: fixed with r299
14:30 Changeset [299] by gkronber

fixed #164

14:23 Ticket #155 (Exceptions in engines are not handled correctly) closed by gkronber
fixed: test runs were successful
13:37 Ticket #142 (The number of stored BadChildren can be reduced) closed by swagner
fixed
13:37 Changeset [298] by swagner

Merged fix of ticket #142 (r295:297) from trunk into 3.0 release branch

12:09 Changeset [297] by gkronber
  • fixed "off by one" bug when determining the number of badChildren needed from the successRatioLimit.
  • fixed a bug in the calculation of the current successRatio. (used number of good Children in the last generation instead of the total number of good children

(ticket #142)

11:55 Changeset [296] by swagner

Worked on ticket #142

  • applied offspring selection patch by gkronber to reduce number of stored bad children
10:32 Ticket #161 (Please review and add / replace the attached RealVector manipulator ...) closed by swagner
fixed
10:32 Changeset [295] by swagner

Merged fix of ticket #161 (r292:294) from trunk into 3.0 release branch

10:24 Changeset [294] by swagner

Worked on ticket #161

  • removed bounds checking in MichalewiczNonUniformAllPositionsManipulator and MichalewiczNonUniformOnePositionManipulator
02:47 Documentation/Reference/Test Functions edited by swagner
Removed non-functional MathML code (diff)
02:08 Documentation/Reference/Test Functions created by swagner
Experiments with MathML
00:12 OldWikiStart edited by swagner
Added reference to new wiki page TestFunctions (diff)

06/04/08:

23:48 Changeset [293] by swagner

Worked on ticket #161

  • added ContinuousManipulator implemented by adoppelb
  • added bug fixes for MichalewiczNonUniformAllPositionsManipulator and MichalewiczNonUniformOnePositionManipulator as suggested by adoppelb, but commented them -> have to check this with adoppelb first
23:32 Ticket #135 (Please review and add the attached test functions) closed by swagner
fixed
23:32 Changeset [292] by swagner

Merged fix of ticket #135 (r290:291) from trunk into 3.0 release branch

23:26 Changeset [291] by swagner

Worked on ticket #135

  • added additional test functions implemented by adoppelb
11:43 OldWikiStart edited by swagner
Added HeuristicLab wiki page (diff)
11:38 Ticket #164 (DistributedEngine shoud call OnOperationExecuted and check for abort ...) created by gkronber

06/03/08:

17:44 Changeset [290] by gkronber

minor fix

17:31 Ticket #163 (Changing the FunctionLibrary in a VariableInjector has no effect on ...) created by gkronber
Howto reproduce: * Create a new sequential engine * Add …
17:29 Changeset [289] by gkronber
  • also added code to account for constraints regarding the allowed sub-functions for the clean-up part (where terminals (or if not possible trees of minimal size) are inserted at the open ends. (follow up to r288 and r286)
17:13 Changeset [288] by gkronber

added code to account for constraints regarding the set of allowed sub-functions

17:12 Changeset [287] by gkronber

fixed missing file problem of last changeset

16:21 Changeset [286] by gkronber
  • renamed RandomTreeCreator to RampedTreeCreator
  • added ProbabilisticTreeCreator and method to create trees with a more uniform size distribution (actual distribution still depends on the arity of functions in the function library)
13:17 Changeset [285] by gkronber
  • removed the randomly selected size-limit from the RandomTreeCreator to force a more uniform distribution of tree-heights.
  • added a parameter minimum tree-height
13:02 Changeset [284] by gkronber

fixed a bug that caused a bias towards trees of size 1 in the population initialization

06/02/08:

11:23 Changeset [283] by gkronber
  • added a more generic logging operator that allows to specify which variable to read from the sub-scopes and log.
  • changed LogView to display entries by calling .ToString() instead of the hard-coded cast to DoubleArrayData.
11:02 Changeset [282] by gkronber

added SQLite assembly and documentation

10:32 Changeset [281] by gkronber

ticket #155
operations that failed at a grid-client are pushed back onto the stack again to force local execution. If they fail locally as well the user will get the usual error dialog and can fix the bug (and save/load the engine as usual).

05/30/08:

18:58 Ticket #162 (TreeGenerator always generates the same trees even when ...) closed by gkronber
fixed: fixed with r280
18:58 Changeset [280] by gkronber

fixed #162

18:46 Ticket #162 (TreeGenerator always generates the same trees even when ...) created by gkronber
17:59 Ticket #161 (Please review and add / replace the attached RealVector manipulator ...) created by adoppelb
Please review and add or replace the attached manipulation operators …
13:41 Changeset [279] by gkronber

merged changesets r219:r228, r240, r241:258, r263:265, r267,r268, r269 from trunk into the HL3 stable branch

13:08 Changeset [278] by gkronber

merged changesets r166 r168 r195:196 r209 from the trunk into the stable branch

12:42 Changeset [277] by gkronber

merged changesets r154 r160 r162 from trunk into the stable branch

05/29/08:

18:28 Ticket #157 (Importing data throws exception because of datagridview sort-mode) closed by gkronber
fixed: fixed with r275, r276. DataGridView is bitching around. When it's …
18:27 Changeset [276] by gkronber

improved comment (#157)

18:23 Changeset [275] by gkronber

fixed #157

18:14 Changeset [274] by gkronber

addition changeset (r273). added a warning dialog showing what was the problem while parsing if strict parsing fails.

18:05 Ticket #160 (Application crashes when trying to import syntacically incorrect data ...) closed by gkronber
fixed: fixed with r273
18:05 Changeset [273] by gkronber

fixed #160

17:25 Ticket #160 (Application crashes when trying to import syntacically incorrect data ...) created by gkronber
17:22 Ticket #158 (File is not closed when exception is thrown while trying to import data) closed by gkronber
fixed: fixed with r272
17:22 Changeset [272] by gkronber

fixed #158

05/28/08:

16:45 Ticket #159 (Mark methods virtual in ObjectDataVisitorBase) closed by abeham
fixed: fixed in trunk in r270 fixed in release branch in r271
16:45 Changeset [271] by abeham

marked two methods virtual and removed NotImplementedException (ticket #159)

16:44 Changeset [270] by abeham

marked two methods virtual and removed NotImplementedException (ticket #159)

16:42 Ticket #159 (Mark methods virtual in ObjectDataVisitorBase) created by abeham

05/27/08:

17:29 Changeset [269] by mkofler

Fixed small bug in OperationUpdater (scheduled operation was not deleted from all predecessor lists)

05/26/08:

17:46 Ticket #158 (File is not closed when exception is thrown while trying to import data) created by gkronber
17:45 Ticket #157 (Importing data throws exception because of datagridview sort-mode) created by gkronber
16:24 Ticket #156 (All GP-evaluators should update the number of total evaluated nodes) created by gkronber
15:17 WorkbenchesHL3 edited by gkronber
also added adjective 'demo' (diff)
15:16 OldWikiStart edited by gkronber
specified that the listed engines are just a few demo engines (diff)
10:07 Ticket #155 (Exceptions in engines are not handled correctly) created by gkronber
The distributed-engine doesn't handle results from aborted engines …
Note: See TracTimeline for information about the timeline view.