Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

11/16/08:

23:00 Changeset [769] by gkronber

implemented crude version of an MSE evaluator that also calculates confidence bounds and stops evaluation early if it seems that the MSE is significantly better or worse than the quality-limit (based on parent quality). #366

20:52 Ticket #366 (GP evaluation operator for MSE which stops evaluation early based on ...) created by gkronber
related to #29
18:51 Ticket #364 (Improve GP evaluation performance) closed by gkronber
fixed
17:40 Ticket #365 (Putting the Execution Engine in its own AppDomain and preparing the ...) created by kgrading
The execution engine should always have its own AppDomain. …
17:00 Ticket #358 (Creation of the Hive Client ExecutionEngine Component) closed by kgrading
fixed: Implemented a first Version of the EE in r768 this version of the EE …
16:47 Changeset [768] by kgrading

Implemented the Execution Engine, modified some parts of the JobBase (#358)

00:39 Changeset [767] by gkronber

worked on #364 (Improve GP evaluation performance)

  • removed list of Instr
  • changes that didn't affect performance directly: reduced size of Instr class, added 'constant-folding' and pre-calculation of skip-lengths


11/15/08:

22:22 Ticket #364 (Improve GP evaluation performance) created by gkronber
GP evaluation performance is a lot worse after the changes for #328. …
22:08 Ticket #362 (GridClient doesn't work since the change to use major.minor ...) closed by gkronber
fixed: fixed with r766.
22:08 Changeset [766] by gkronber

fixed #362 (GridClient doesn't work since the change to use major.minor version-numbers for plugins)

22:05 Ticket #363 (Feature to export the currently displayed data in a simple table-based ...) created by gkronber
It could be useful to display data in a different way (other than the …
20:23 Ticket #362 (GridClient doesn't work since the change to use major.minor ...) created by gkronber
The assembly name HeuristicLab.Grid is hard-coded in the client.
20:21 Ticket #361 (GridServer doesn't work on Vista when IPv6 protocol is installed) closed by gkronber
fixed: Added another quick-fix for the code which should find an external IP …
20:19 Changeset [765] by gkronber

quick fix for #361 (19*19!) (GridServer doesn't work on Vista when IPv6 protocol is installed).
We should really find a better way to automatically determine an external IP address of a host.

20:17 Ticket #361 (GridServer doesn't work on Vista when IPv6 protocol is installed) created by gkronber
19:56 Ticket #343 (Rethink about usefulness of visitors for ObjectData and Constraints) closed by gkronber
fixed
19:55 Changeset [764] by gkronber

removed visitor classes and methods in HeuristicLab.Constraints and replaced visitor with manual dispatch. #343 (Rethink about usefulness of visitors for ObjectData and Constraints)

16:47 Changeset [763] by gkronber

removed visitor interfaces and methods in HeuristicLab.Data and fixed classes in HeuristicLab.Random to work without visitor methods. #343 (Rethink about usefulness of visitors for ObjectData and Constraints)

15:13 Changeset [762] by kgrading

changed the plugin name to the correct value (#358)

10:47 Changeset [761] by mstoeger

changed interface between model and view (#316)

10:46 Changeset [760] by swagner

Added explicit definition of post-build event (#360)

10:43 Ticket #360 (Whole HeuristicLab solution has to be rebuilt completely after each change) created by swagner
For the changes in a plugin to take effect, the HeuristicLab solution …
02:16 Changeset [759] by swagner

Removed automatic copying of HeuristicLab.Settings config file (#7)

00:52 Changeset [758] by swagner

Experimented with the .NET application settings framework (#7)

11/14/08:

17:18 Changeset [757] by swagner

Experimented with the .NET application settings framework (#7)

13:30 Ticket #359 (Operator that shuffles the rows of a dataset) closed by gkronber
fixed: implemented with r756
13:30 Changeset [756] by gkronber

implemented #359 (Operator that shuffles the rows of a dataset)

11:51 Ticket #359 (Operator that shuffles the rows of a dataset) created by gkronber
Useful for GP and classification problems.
11:50 component design_small.png attached to ComponentDesign by gkragl
11:48 ComponentDesign edited by gkragl
(diff)
11:48 ComponentDesign created by gkragl
01:52 Ticket #276 (Define SVN properties) closed by swagner
fixed: Done in r755.
01:49 Changeset [755] by swagner

Added bugtraq:* SVN properties recursively in all folders (#276)

01:37 Ticket #276 (Define SVN properties) reopened by swagner
The bugtraq:* properties have to be set recursively for all folders.

11/13/08:

22:44 Changeset [754] by dwagner

#345 First implementation of LineChart

17:08 Changeset [753] by svonolfe

Changed Hive Server Application to work without config file (#354)

17:06 Changeset [752] by aleitner

added reading logs into a ListBox in the Hive Client Console (#352)

16:52 Changeset [751] by msteinbi

Creation of BusinessObjects (#357)

16:50 Ticket #339 (Persist meta-information about required plugins in all documents) closed by gkronber
fixed: implemented with r750.
16:50 Changeset [750] by gkronber

implemented #339 (Persist meta-information about required plugins in all documents)
old documents can still be loaded new documents have a list of necessary plugins at the top XML.

16:48 Changeset [749] by kgrading

startet #358

16:33 Ticket #358 (Creation of the Hive Client ExecutionEngine Component) created by kgrading
16:31 Changeset [748] by swagner

Updated solution file (#7)

16:29 Changeset [747] by swagner

Added empty project HeuristicLab.Settings for implementing the settings infrastructure (#7)

16:14 Changeset [746] by msteinbi

New project Hive.Contracts created. Includes BusinessObjects and Interfaces (#331)

16:03 Changeset [745] by msteinbi

New project Hive.Contracts created. Includes BusinessObjects and Interfaces (#331)

15:52 Changeset [744] by msteinbi

New project Hive.Contracts created. Includes BusinessObjects and Interfaces (#331)

15:43 Changeset [743] by gkronber

added svn:ignore properties for HeuristicLab.GP.* plugins

15:36 Changeset [742] by kgrading

Implemented a first version of the job (#356)

15:14 Changeset [741] by svonolfe

Server interface implementation (#351)

15:12 Ticket #357 (Creation of Business Objects) created by msteinbi
Creation of the Business Objects which will be transferred by the …

11/12/08:

23:48 DevelopersTeam edited by swagner
(diff)
16:30 Ticket #356 (Implementing a JobBase Class) created by kgrading
Should have 2 basic methods and various Flags (abort, snapshot, ..): …
16:28 Ticket #355 (Implementation of the ConfigurationManager) closed by kgrading
fixed: Implemented basic functionality in r740
16:27 Changeset [740] by kgrading

implemented a first version of the configurationmanager (#355)

15:40 Ticket #355 (Implementation of the ConfigurationManager) created by kgrading
In this phase, the ConfigurationManager class should be able to do the …
15:07 Ticket #353 (moving the MessageQueue.MessageType enum to MessageContainer) closed by kgrading
fixed: fixed in r739
15:06 Changeset [739] by kgrading

moved the MessageQueue enumerator to MessageContainer (#353)

15:03 Changeset [738] by svonolfe

Definition of the first version of the client communicator interface (#351)

14:58 Ticket #354 (Configure the server for WCF) created by msteinbi
Main configuration of the HiveServer. A WCF server application needs …
14:48 Ticket #353 (moving the MessageQueue.MessageType enum to MessageContainer) created by kgrading
14:36 Ticket #352 (Logging in HiveClientConsole) created by aleitner
Adding logging to show in the HiveClientConsole
14:28 Ticket #351 (Define IClientCommunicator Interface) created by msteinbi
Define Interface for the Client Communicator to define the …
13:10 Changeset [737] by vdorfer

Created API documentation for HeuristLab.Data namespace (#331)

11:05 Ticket #350 (Evaluate bias in certain permutation operators) created by abeham
Several permutation modification operators are biased in their …
10:21 Ticket #349 (Slightly improve layout of SequentialEngine UI) created by abeham
The scope tree view is much too wide compared to the view of the …

11/11/08:

20:18 Changeset [736] by cbahner

#320 first persistence mechanism (load values) (bugfix if no values in a row)

18:16 Ticket #348 (Adding XML Comments to the Hive Client) closed by kgrading
fixed: added comments + license information in r735
18:15 Changeset [735] by kgrading

added comments (#348)

17:52 Ticket #348 (Adding XML Comments to the Hive Client) created by kgrading
17:51 Ticket #347 (Message queue for communication between AppDomains and Threads) closed by kgrading
fixed: implemented the queue in r734
17:50 Changeset [734] by kgrading

implemented a threadsafe MessageQueue (#347)

14:06 Ticket #347 (Message queue for communication between AppDomains and Threads) created by kgrading
The message queue should be implemented as a List, containing …
13:15 Ticket #346 (A Heartbeat Signal w/ it's own Thread) closed by kgrading
fixed: basic functionality is implemented in r733
13:03 Changeset [733] by kgrading

implemented a basic first version of the Timer (#346)

12:20 Ticket #337 (TryXXX methods in ConstrainedItemList do not return violated ...) closed by gkronber
fixed: fixed with r732.
12:20 Changeset [732] by gkronber

fixed #337 (TryXXX methods in ConstrainedItemList do not return violated constraints correctly)

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)

Note: See TracTimeline for information about the timeline view.