Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

07/03/09:

18:41 Changeset [2133] by gkronber
  • Removed commented source lines in BubbleChart
  • Only show string, double or int attributes in the tool tip (enumerations with sub-entries are hidden)

#286

18:38 Changeset [2132] by gkronber

Show actual X and Y values in the tooltip. This is important for sub-entry bubble charts where the actual values are hidden in enumerations. #286 (Variable-usage diagrams for the CEDMA frontend)

15:56 Changeset [2131] by gkronber

Implemented basic visualization of variable impacts in the CEDMA bubble chart. #286 (Variable-usage diagrams for the CEDMA frontend)

13:03 Ticket #683 (nu-SVR engine doesn't filter allowed features to remove the target variable) closed by gkronber
fixed
13:03 Ticket #681 (GridExecuter should allow more than 64 concurrent jobs) closed by gkronber
fixed

07/02/09:

13:22 Ticket #684 (DataGrid is disabled in the CEDMA console) created by gkronber
This is problematic because it disables scrolling.
13:17 Changeset [2130] by gkronber
  • Removed "AutoRegressive" parameter for GP completely. User is responsible to set allowed features correctly (including the target variable for auto regression)
  • Setting allowed features correctly in the CEDMA dispatcher (this fixes the problem of incorrect input variables in SVM)

#683 (nu-SVR engine doesn't filter allowed features to remove the target variable)

12:56 Ticket #683 (nu-SVR engine doesn't filter allowed features to remove the target variable) created by gkronber
12:54 Ticket #682 (nu-SVR engine should also try to find the best value for the parameter ...) closed by gkronber
fixed
12:25 Changeset [2129] by dtraxing

Algorithm continuation bug fixed. (ticket #580)

10:10 Changeset [2128] by gkronber

Fixed a bug #681

07/01/09:

22:31 Changeset [2127] by gkronber

Fixed a bug in nu-SVR engine. #682

21:32 Changeset [2126] by gkronber

Implemented #682 (nu-SVR engine should also try to find the best value for the parameter gamma).

20:11 Changeset [2125] by gkronber

Implemented a fix for #681 (GridExecuter should allow more than 64 concurrent jobs).

20:09 Ticket #682 (nu-SVR engine should also try to find the best value for the parameter ...) created by gkronber
16:54 Ticket #681 (GridExecuter should allow more than 64 concurrent jobs) created by gkronber
16:04 ChartTypes edited by mkommend
(diff)
16:00 ChartTypes created by mkommend
10:01 Changeset [2124] by mkommend

changed datasetview to use virtual mode in datagrid (ticket #4)

06/30/09:

11:03 Ticket #652 (Display index of variables (features) in DataSetView column headers) closed by mkommend
fixed
11:03 Ticket #677 (DatasetShuffler should be parameterizable) closed by mkommend
fixed

06/28/09:

16:15 Changeset [2123] by svonolfe

Avoided possible race conditions when streaming data from/into the DB (#680)

14:28 Changeset [2122] by svonolfe

Fixed issue related to the streaming of results (#680)

06/26/09:

19:49 Changeset [2121] by dtraxing

deleted, because FixedOSGA.cs is renamed to FixedOSGAMain.cs (ticket #580)

19:47 Changeset [2120] by dtraxing

Extracted base class of SGAMain and OSGAMain (ticket #580)

17:33 Changeset [2119] by gkronber

Changed dispatcher to configure algorithms to use only the allowed input variables and changed dispatching to dispatch deterministic algorithms again when the input variable set is different.

#676 (Cockpit for the CEDMA Server to control algorithm settings)

14:33 Ticket #466 (Code Refactoring) closed by msteinbi
fixed
14:33 Ticket #599 (Implementing new functionality for Server Console) closed by msteinbi
fixed
14:32 Ticket #531 (Implementing new functionality for Client Communicator) closed by msteinbi
fixed
13:23 Ticket #569 (Refactoring) closed by aleitner
fixed: r2118: changing comments
13:22 Ticket #586 (User Authentification and Permission Control) closed by mbecirov
fixed
13:22 Changeset [2118] by aleitner

change comments, delete manual login-data (#569)

12:26 Ticket #663 (Refactor Hive.Client.Console) closed by whackl
fixed
12:18 Changeset [2117] by svonolfe

Streaming of Jobs and JobsResults directly from/to the DB (#680)

12:15 Ticket #680 (Streaming of Jobs and JobsResults) created by svonolfe
Jobs and JobResults should be streamed directly from and to the …
12:14 Changeset [2116] by kgrading

removed additional login after 1 hour (#467)

12:13 Changeset [2115] by svonolfe

created a branch for milestone 3 of project HeuristicLab.Hive.

11:48 Changeset [2114] by gkronber
  • fixed a bug in determination of JobState in HiveGridServerWrapper
  • fixed a bug in discrimination between snap shot results and end results in HiveGridServerWrapper

#679 (HiveGridWrapper treats snap shot results the same way as end results)

06/25/09:

19:13 Changeset [2113] by gkronber

fixed a bug in the control to set the number of max active jobs. #676 (Cockpit for the CEDMA Server to control algorithm settings)

19:02 Changeset [2112] by gkronber

Fixed discrimination of snap shots and end results in the hive grid wrapper. #679

19:02 Ticket #679 (HiveGridWrapper treats snap shot results the same way as end results) created by gkronber
18:28 Changeset [2111] by gkronber

Implemented discrimination of snapshots vs. end results in HiveEngine and Job. #545 (Engine which can be executed in the Hive)

18:04 Ticket #600 (Refactoring source code) closed by aleitner
fixed: r2110: exception avoiding
18:02 Changeset [2110] by aleitner

check if there are groups or jobs (#600)

17:33 Ticket #626 (expand functionality of GUI) closed by aleitner
fixed: r2109: expand functionality on login, addJob (with projects), added …
17:31 Changeset [2109] by aleitner

changed login, exception handling on login failed (#626)

17:02 Changeset [2108] by kgrading

various updates (#467)

16:47 Changeset [2107] by kgrading

various updates (#467)

16:45 Changeset [2106] by epitzer

Collect all exceptions during serialization and continue as far as possible. Throw a collected exception in th end. (#678)

16:37 Ticket #678 (Persistence stops at first error) created by epitzer
Persistence always stops at the first error, making it tedious to …
16:34 Changeset [2105] by gkronber
  • added a check for InvokeRequired in AdvancedOptimizationFrontend
  • open a new view for snapshots and finished engines from the hive engine.

#545 (Engine which can be executed in the Hive)

15:45 Changeset [2104] by gkronber

Set priority of HiveEngine jobs to ThreadPriority.Lowest. #545 (Engine which can be executed in the Hive)

15:09 Changeset [2103] by mbecirov

#586: Handling of exceptions when user enters a wrong IP or Port at Login

14:30 Changeset [2102] by svonolfe

Fixed small bug in the streamed job object (#372)

14:18 Changeset [2101] by whackl

refactoring #663

13:56 Changeset [2100] by mbecirov

#586: Fixed authorization when no policy scope is defined.

13:54 Changeset [2099] by svonolfe

Further avoided out of memory exceptions by updating the JobResult DAO (#372)

13:53 Changeset [2098] by msteinbi

removed check for version when sending plugins (#531)

13:09 Changeset [2097] by msteinbi

commit was missing after send job (#531)

12:52 Changeset [2096] by svonolfe

Updated SessionFactory (#372)

12:48 Changeset [2095] by svonolfe

Updated SessionFactory (#372)

12:46 Changeset [2094] by gkronber

Fixed updating of executer and dispatcher views and renamed ServerForm to ServerView. #676 (Cockpit for the CEDMA Server to control algorithm settings)

12:41 Changeset [2093] by mbecirov

#586: Fixed access on projects that causes a null-reference.

12:29 Changeset [2092] by svonolfe

Small refactoring (#372)

12:19 Changeset [2091] by mbecirov

#586: Bugfix of Permission-Management

10:57 Changeset [2090] by mkommend

added ShuffleStart and ShuffleEnd to DatasetShuffler (ticket #677)
and improved firing of DatasetChanged-Events

10:49 DevelopersTeam edited by gkronber
added Becirovic (diff)
10:34 Ticket #677 (DatasetShuffler should be parameterizable) created by mkommend
The start and end of the part of the dataset which gets shuffled …

06/24/09:

17:29 Changeset [2089] by gkronber

Fixed serialization (JobId attribute) of hive engine jobs. #545 (Engine which can be executed in the Hive)

17:27 Changeset [2088] by gkronber

Added views for the executer and the dispatcher and the server (which contains the executer and dispatcher views). #676 (Cockpit for the CEDMA Server to control algorithm settings)

17:11 Changeset [2087] by svonolfe

Fixed small issue related job DAO (#372)

15:07 Ticket #676 (Cockpit for the CEDMA Server to control algorithm settings) created by gkronber
15:06 Ticket #647 (CEDMA should store all models regardless which algorithm generated the ...) closed by gkronber
duplicate: This ticket is related to #650.
15:05 Ticket #650 (IAlgorithm and derived interfaces should provide properties to ...) closed by gkronber
fixed
15:04 Ticket #656 (CEDMA server should handle only one data set (problem) at a time) closed by gkronber
fixed

06/23/09:

13:45 Changeset [2086] by svonolfe

Further improved handling of job objects (#372)

13:13 Changeset [2085] by svonolfe

Further improved handling of job objects (#372)

12:53 Changeset [2084] by svonolfe

Further improved handling of job objects (#372)

12:32 Changeset [2083] by svonolfe

Further improved handling of job objects (#372)

11:35 Changeset [2082] by svonolfe

Avoid out of memory exceptions related to job objects (#372)

06/22/09:

17:49 Changeset [2081] by gkronber

Added new types to CEDMA ontology to discriminate between attributes of problems (data sets), models and input variables. And changed class Results to read only model attributes. In preparation for the display of variable impacts of each model. #286 (Variable-usage diagrams for the CEDMA frontend)

17:46 Changeset [2080] by gkronber

Fixed a small bug (description of algorithm instead of name was stored as algorithm name in the results). #650 (IAlgorithm and derived interfaces should provide properties to retrieve results)

16:12 Ticket #190 (Component for management of agents and results) closed by gkronber
wontfix: This ticket is obsolete now because the basic structure of CEDMA has …
16:10 Ticket #644 (Variable impact of CEDMA models should be calculated and stored in the ...) closed by gkronber
fixed: Variable impacts are calculated for SGP, OSGP and SVM and are stored …
16:06 Ticket #642 (Hive backend for CEDMA) closed by gkronber
fixed: Basic implementation of Hive backend for CEDMA is finished. Further …
16:03 Changeset [2079] by gkronber

Fixed a bug in the GridServerProxy (introduced with r2085) #642.

15:10 Changeset [2078] by gkronber

Snapshot results should be ignored in the HiveGridServerWrapper. Using Canceled property of the engine to discriminate between snapshots and final results. #642 (Hive backend for CEDMA)

12:57 Changeset [2077] by dtraxing

fixed a compiler error and added offspring selection reference. (ticket #580)

12:43 Changeset [2076] by dtraxing

added fixed operator for OSGA and deleted some unused old source files (ticket #580).
OSGA operator is under construction.

Note: See TracTimeline for information about the timeline view.