Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

02/03/09:

17:35 Changeset [1200] by gkronber

Set probability of creating larger trees to zero when max-tree size is reached in SizeFairCrossOver #479 (Crossover operators create trees that are larger than the allowed max size).

17:35 Ticket #479 (Crossover operators create trees that are larger than the allowed max size) reopened by gkronber
There are still a few bugs left.

02/02/09:

20:23 Ticket #481 (Test please ignore) closed by gkronber
invalid
20:19 Ticket #437 (Refactoring: Using the Webservice Integration of Visual Studio instead ...) closed by kgrading
fixed
20:18 Ticket #410 (Extend CreateAndInitAppDomain Method for Sandbox usage) closed by kgrading
fixed: For the first time in months, the sandbox is working as it should! The …
20:15 Ticket #438 (Move Job Classes to a own plugin) closed by kgrading
fixed
20:15 Ticket #481 (Test please ignore) created by gkronber
20:15 Ticket #440 (Locking failure in core and WCF Client Service) closed by kgrading
fixed
20:12 Ticket #480 (Check if it is possible to open any file by giving relative paths in ...) created by gkronber
Access to plugin files should be locked to the plugin directory, …
19:56 Changeset [1199] by kgrading

finished the sandbox (#410)

12:50 Ticket #476 (ProbabilisticTreeCreator can create trees that are slightly larger ...) closed by gkronber
fixed: merged r1181 from CEDMA refactoring branch to trunk with r1198.
12:49 Changeset [1198] by gkronber

merged fix for #476 (ProbabilisticTreeCreator can create trees that are slightly larger than allowed) (r1181) from CEDMA refactoring branch to trunk.

12:48 Ticket #479 (Crossover operators create trees that are larger than the allowed max size) closed by gkronber
fixed: merged r1196 from CEDMA refactoring branch to trunk with r1197.
12:47 Changeset [1197] by gkronber

merged fix for #479 (Crossover operators create trees that are larger than the allowed max size) (r1196) to trunk

12:45 Changeset [1196] by gkronber

fixed #479 (Crossover operators create trees that are larger than the allowed max size)

09:34 Ticket #479 (Crossover operators create trees that are larger than the allowed max size) created by gkronber
* When the first try of the crossover event fails the changes to the …

01/30/09:

17:53 Changeset [1195] by shofstad

Legend implementation changed (#407)

17:03 Changeset [1194] by mstoeger

Implemented a continuous-, discrete- and string- label provider for the X/Y axis labels. (#433)

16:58 Changeset [1193] by cbahner

#320 added DataRowType: Normal or SingleValue for Aggregators (performance for drawing)

16:45 Changeset [1192] by dwagner

Fixed problem with changing line - style (#478)

16:15 Changeset [1191] by gkragl

Addes OnModelChanged() for XAxisLabelProvider and OnDataRowChanged() for YAxisLabelProvider (#434)

16:11 Ticket #435 (Return default values for XLabels) closed by gkragl
fixed
15:58 Changeset [1190] by gkragl

Implemented XAxisLabelProvider and YAxisLabelProvider (#434, #435 )

12:46 Changeset [1189] by vdorfer

Created parts of the API documentation for HeuristicLab.PluginInfrastructure namespace (#331)

10:38 Changeset [1188] by vdorfer

Created API documentation for HeuristicLab.TestFunctions namespace (#331)

01/29/09:

21:36 Changeset [1187] by dwagner

Added OptionsDialog, min and max lines and fixed bug in auto-adjust. (#478) (#345)

21:21 Ticket #478 (Implementation of Options - Dialog) created by dwagner
Create a context menu with a menu item "options". When pressed the …
14:03 Changeset [1186] by vdorfer

Created API documentation for HeuristicLab.ThreadParallelEngine namespace (#331)

01/28/09:

11:53 Changeset [1185] by vdorfer

Created API documentation for HeuristicLab.AdvancedOptimizationFrontend namespace (#331)

10:20 Changeset [1184] by vdorfer

Created API documentation for HeuristicLab.RealVector namespace (#331)

10:04 Ticket #477 (Apply method of BealeEvaluator has spelling mistake; Apply method of ...) closed by vdorfer
fixed: Fixed with r1183.
10:03 Changeset [1183] by vdorfer

Fixed spelling mistake of Apply method in BealeEvaluator and changed Apply method of BoothEvaluator from private to public static (#477)

10:01 Ticket #477 (Apply method of BealeEvaluator has spelling mistake; Apply method of ...) created by vdorfer
Apply method of BealeEvaluator is spelled "Applay"

01/27/09:

23:50 Changeset [1182] by mstoeger

Implemented X/Y-Axes and a Grid. (#433)

23:41 Ticket #316 (Create interfaces between model and view) closed by mstoeger
fixed
22:35 Changeset [1181] by gkronber

fixed #476 (ProbabilisticTreeCreator can create trees that are slightly larger than allowed).

19:46 Ticket #476 (ProbabilisticTreeCreator can create trees that are slightly larger ...) created by gkronber
14:27 Ticket #84 (Merge Sigma-Self-Adaptive and Success Rule Adaptive ES) closed by abeham
fixed: changed the RealVector mutation operator in r1180 to allow e.g. …
14:25 Changeset [1180] by abeham

Changed the main ES mutation operator in RealVector to allow different lengths of the strategy vector (ticket #84)

13:42 Changeset [1179] by abeham

added documentation to ChildrenInitializer

13:26 Changeset [1178] by abeham

fixed documentation

13:21 OldWikiStart edited by abeham
added link to visual studio code snippets, changed "developer … (diff)
13:19 Documentation/DevelopmentCenter/VSCodeSnippets created by abeham
13:00 Changeset [1177] by abeham

Added a new offspring analyzer that takes advantage of the crossover changes (ticket #475)

  • name probably not optimal -> Stefan?
09:31 Changeset [1176] by vdorfer

Created API documentation for HeuristicLab.BitVector and HeuristicLab.Constraints namespace and changed a comment in HeuristicLab.IntVector namespace(#331)

01/26/09:

18:33 Ticket #475 (Implement new offspring analyzer for changed crossover behavior) created by abeham
Since the change to the behavior of crossover, the OffspringAnalyzer …

01/25/09:

12:34 Ticket #474 (Redesign the reconnection algorithm) created by kgrading
the current implementation is not very carefully designed. it should …
12:05 Ticket #473 (Optimize the "post server down" operation) created by kgrading
1.) store server details with job 2.) check, after reconnect, if the …
11:32 Changeset [1175] by svonolfe

Refactored DAL, avoided possible race conditions (#372)

01/23/09:

14:30 Ticket #422 (Persistence doesn't work for types in plugins with multiple assemblies) closed by gkronber
fixed: This is actually fixed already in the trunk but not in the CEDMA branch.
14:13 Ticket #422 (Persistence doesn't work for types in plugins with multiple assemblies) reopened by mkommend

01/22/09:

15:46 Ticket #452 (details in job, client and user) closed by aleitner
fixed: r1174
15:45 Changeset [1174] by aleitner

syntax error fixed (#452)

15:44 Ticket #452 (details in job, client and user) reopened by aleitner
15:43 Ticket #452 (details in job, client and user) closed by aleitner
fixed: r1173 job details edited
15:42 Changeset [1173] by aleitner

modified job details (#452)

15:42 Ticket #452 (details in job, client and user) reopened by aleitner
15:42 Ticket #334 (design of GUI for HiveClient) closed by aleitner
fixed
15:30 Changeset [1172] by msteinbi

Spelling mistake refactoring (#466)

15:25 Ticket #334 (design of GUI for HiveClient) reopened by aleitner
15:23 Changeset [1171] by msteinbi

Implementing Lifecycle Management (#453)

15:21 Changeset [1170] by msteinbi

Implementing Lifecycle Management (#453)

15:17 Changeset [1169] by svonolfe

Added job attributes to DB (#372)

14:57 Changeset [1168] by svonolfe

Added job attributes (#372)

12:06 Changeset [1167] by vdorfer

Created API documentation for HeuristicLab.Operators.Metaprogramming and HeuristicLab.Logging namespace and changed a comment in HeuristicLab.Core namespace(#331)

00:30 Changeset [1166] by svonolfe

Improved memory consumption, fixed bug that already calculated jobs where reset (#372)

01/21/09:

18:10 Changeset [1165] by svonolfe

Improved caching mechanism, fixed small bug related to the job data table (#372)

17:17 Ticket #452 (details in job, client and user) closed by aleitner
fixed: details in job/client/user, treeview and listview onclick methods r1164
17:14 Changeset [1164] by aleitner

updated details panels, onclick methods on TreeView (#452)

17:03 Changeset [1163] by whackl

added new scheduling features (#468)

16:27 Changeset [1162] by msteinbi

Implementing Lifecycle Management (#453)

16:22 Changeset [1161] by svonolfe

Added user to job (#372)

16:22 Changeset [1160] by msteinbi

Implementing Lifecycle Management (#453)

15:48 Ticket #470 (More flexibility in crossover) closed by abeham
fixed: implemented the changes in r1159 updated the workbenches and libraries …
15:46 Changeset [1159] by abeham

implemented changes to crossover described in ticket #470

  • added ChildrenInitializer operator
  • modified CrossoverBase and MultiCrossoverBase
  • removed unnecessary operators in HeuristicLab.RealVector
14:52 Changeset [1158] by svonolfe

Updated recursion policy in the reader/writer lock (#372)

11:36 Changeset [1157] by vdorfer

Created API documentation for HeuristicLab.IntVector namespace and changed some comments in HeuristicLab.Random and HeuristicLab.Selection.Offspring namespace(#331)

01/20/09:

17:12 Ticket #472 (Export of HL3 function trees to HL2 import format (copy-to-clipboard) ...) created by gkronber
15:24 Ticket #126 (Local parameter optimization operator for hybrid GP) closed by gkronber
wontfix: pointless
14:59 Ticket #28 (Group VariableInfos by Kind) closed by abeham
wontfix: this is pointless
Note: See TracTimeline for information about the timeline view.