Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

11/10/08:

22:10 Changeset [731] by cbahner

#320 first persistence mechanism load

18:43 Ticket #340 (Plugin for genetic programming for boolean logic) closed by gkronber
fixed: fixed bugs and changes evaluator to return the number of errors …
18:42 Changeset [730] by gkronber

fixed bugs in plugin HL.GP.Boolean #340 (Plugin for genetic programming for boolean logic)

18:42 Ticket #340 (Plugin for genetic programming for boolean logic) reopened by gkronber
there are some bugs left
09:46 Ticket #346 (A Heartbeat Signal w/ it's own Thread) created by kgrading
The Heartbeat should send out a signal every x seconds. It won't use …
00:45 Ticket #335 (Implementation of a logging mechanism for the Hive project) closed by kgrading
fixed
00:44 Changeset [729] by kgrading

implemented a basic logger according to #335

11/09/08:

22:26 Changeset [728] by cbahner

#320 first persistence mechanism (values) bugfix

21:55 Changeset [727] by cbahner

#320 first persistence mechanism (values)

19:21 Changeset [726] by cbahner

#320 changed collections to generics; first persistence mechanism tests

16:30 Changeset [725] by bspisic

#319

MouseEventListener implemented
dragDrop MouseEventListener example implemented

14:54 Changeset [724] by bspisic

#319

Class MouseEventListener added
In CanvasUI surrounded the Draw method with try/catch to prevent exceptions in UI-Designer

13:28 Ticket #345 (Implementation of a basic linechart) created by dwagner
Implementation of a basic linechart (only drawing the lines)

11/08/08:

13:57 Ticket #344 (DataCollector doesn't support collection of values into an ItemList ...) closed by gkronber
fixed: fixed with r723.
13:57 Changeset [723] by gkronber

fixed #344 (DataCollector doesn't support collection of values into an ItemList stored in a higher scope)

13:57 Ticket #340 (Plugin for genetic programming for boolean logic) closed by gkronber
fixed: fixed bugs with r722.
13:55 Changeset [722] by gkronber

fixed bugs in GP.boolean plugin #340 (Plugin for genetic programming for boolean logic)

13:19 Ticket #344 (DataCollector doesn't support collection of values into an ItemList ...) created by gkronber
11:53 Ticket #343 (Rethink about usefulness of visitors for ObjectData and Constraints) created by gkronber
11:50 Changeset [721] by gkronber

fixed a typo

11/07/08:

17:56 Changeset [720] by gkronber

added quick (untested) implementation for #340 (Plugin for genetic programming for boolean logic).

17:41 Ticket #342 (BakedFunctionTree relies on a specific order of elements in the ...) created by gkronber
16:41 Ticket #341 (Allow general min/max use of operators in HeuristicLab.Random) closed by abeham
fixed: done in r719
16:41 Changeset [719] by abeham

[TICKET #341] Changed HeuristicLab.Random operators to also take min/max, mu/sigma from scope

16:38 Ticket #341 (Allow general min/max use of operators in HeuristicLab.Random) created by abeham
The operators in HeuristicLab.Random: UniformRandomizer, …
13:39 Ticket #328 (GP evaluation doesn't work in a thread parallel engine) closed by gkronber
fixed
13:18 Ticket #340 (Plugin for genetic programming for boolean logic) created by gkronber
* Terminals: Constant (true,false), Variable; * Functions: NOT AND, …
13:15 Ticket #339 (Persist meta-information about required plugins in all documents) created by gkronber
This is useful for job distribution with the [wiki:mse12g4WS08
13:12 DevelopersTeam created by gkronber
added list of contributors that quickly came to mind
12:58 OldWikiStart edited by gkronber
added a link to a page with all contributors (diff)
12:10 Ticket #338 (CopyTo method in ItemDictionary<K,V> is not implemented) created by vdorfer
12:08 Ticket #337 (TryXXX methods in ConstrainedItemList do not return violated ...) created by vdorfer

11/06/08:

17:54 Changeset [718] by kgrading

startet implementation of the logger (#335)

17:40 Changeset [717] by aleitner

created Hive Client Console (#334)

17:22 Ticket #336 (creation of the hive client common projekt) closed by kgrading
fixed: implemented in r716
17:21 Changeset [716] by kgrading

added the hive.client.common project (#336)

17:07 Ticket #336 (creation of the hive client common projekt) created by kgrading
Commons for: Shared interfaces logging …
16:47 Ticket #335 (Implementation of a logging mechanism for the Hive project) created by kgrading
Evaluation and Implementation of a logging mechanism for the Hive Project
16:45 Ticket #332 (Creation of the Hive Client Core) closed by kgrading
fixed: changed in r714 and r715
16:43 Changeset [715] by kgrading

implemented a basic hive client core (#332)

16:42 Changeset [714] by kgrading

implemented the basic hive client core component (#332)

15:55 Ticket #334 (design of GUI for HiveClient) created by aleitner
first edition of the HiveClient Console
15:53 Ticket #333 (Creation of projects for HiveServer) closed by svonolfe
fixed: done in revision 713
15:51 Changeset [713] by svonolfe

Creation of HiveServer Projects (#333)

15:41 Ticket #333 (Creation of projects for HiveServer) created by msteinbi
The server will be divided into 4 projects: * …
15:40 Ticket #332 (Creation of the Hive Client Core) created by kgrading
the core is realized as an application.

11/05/08:

21:34 Changeset [712] by gkronber

fixed a stupid mistake introduced with r702 #328 (GP evaluation doesn't work in a thread parallel engine).

11/04/08:

20:33 Changeset [711] by bspisic

#319

Few events for mouseEventListeners defined

19:48 Changeset [710] by bspisic

#319

Added some classes and interfaces for event handling.

19:38 Changeset [709] by bspisic

#319

removed unused classes

11/02/08:

22:42 Ticket #313 (CrossValidation operator doesn't work with fold=1) closed by gkronber
fixed: fixed with r708.
22:42 Changeset [708] by gkronber

added a check for the value of nFolds to fix #313 (CrossValidation operator doesn't work with fold=1)

22:28 Ticket #305 (Implementation of GP onepoint crossover doesn't match description as ...) closed by gkronber
fixed: Added type constraint check with r707.
22:28 Changeset [707] by gkronber

added type constraint check for one-point crossover (#305)

10/31/08:

15:47 Ticket #331 (API documentation) created by vdorfer
Write/update API documentation using C# XML code comments.

10/30/08:

07:30 Changeset [706] by gkronber

fixed another problem with thread parallel GP execution (#328)

10/29/08:

18:39 Changeset [705] by abeham

[TICKET #297] fixed some bugs in the TCP connection

16:01 Changeset [704] by abeham

[TICKET #297] communication restructuring

14:27 Changeset [703] by gkronber

fixed compilation errors in CEDMA plugins introduced with r702 (#328)

11:21 Changeset [702] by gkronber

fixed #328 by restructuring evaluation operators to remove state in evaluation operators.

09:27 Ticket #330 (ROCAnalyser is not thread-safe) created by gkronber
The operator holds state in global variables and doesn't synchronize …

10/28/08:

10:12 Ticket #329 (Variable fails to clone when value is null) closed by abeham
fixed: After reviewing this quickly with gkronber it was decided to put a …
10:12 Changeset [701] by abeham

[TICKET #329] Added not-null check before cloning value in Variable.Clone()

09:56 Ticket #329 (Variable fails to clone when value is null) created by abeham
Similar to the persistence methods the property Value in class …

10/27/08:

23:37 Ticket #328 (GP evaluation doesn't work in a thread parallel engine) created by gkronber
There are shared data-structures in evaluation operators and the …
20:44 Ticket #183 (Splash screen sometimes causes ObjectDisposedException) reopened by abeham
Unfortunately I think the bug still exists. I am reopening this and …
15:29 Ticket #326 (GP operator equalisation operator to prevent bloat) closed by gkronber
fixed: implemented two operators * OffspringEqualiser which accepts new …
15:26 Changeset [700] by gkronber

implemented #326

15:15 Ticket #327 (StructureIdentification evaluator has a strict size limit of 4096 tree ...) closed by gkronber
fixed: fixed with r699 by replacing the fixed size array with a list (this …
15:13 Changeset [699] by gkronber

quick fix for #327.

15:13 Ticket #327 (StructureIdentification evaluator has a strict size limit of 4096 tree ...) created by gkronber
15:12 Ticket #325 (Operator to analyse internal tree structure (distribution of arities)) closed by gkronber
fixed: implemented with r698.
15:12 Changeset [698] by gkronber

implemented #325

13:43 Ticket #326 (GP operator equalisation operator to prevent bloat) created by gkronber
13:42 Ticket #325 (Operator to analyse internal tree structure (distribution of arities)) created by gkronber
Note: See TracTimeline for information about the timeline view.