Timeline
06/19/09:
- 16:08 Changeset [2075] by
-
Fixed a bug which prevented that more than 10 jobs are dispatched concurrently. #642
- 15:25 Changeset [2074] by
-
Set folder properties for project HL.Grid.HiveBridge. #642
- 15:21 Changeset [2073] by
-
Fixed bugs in preparation of engines for execution on hive. Used HL.Tracing instead of trace statements. #642 (Hive backend for CEDMA)
- 14:39 Changeset [2072] by
-
#586: Added server certificate.
- 14:37 Changeset [2071] by
-
#586: Modified WCF settings
- 14:15 Changeset [2070] by
-
#586: Fixed copy location of permission resource files.
- 13:38 Changeset [2069] by
-
changes in user interface (#663(
- 13:38 Changeset [2068] by
-
added various comments (#467)
- 13:15 Changeset [2067] by
-
#586: Changed some permissions.
- 13:05 Changeset [2066] by
-
Implemented job assignment to resources (#507)
- 12:06 Changeset [2065] by
-
#586: Added authorization components.
06/18/09:
- 17:43 Changeset [2064] by
-
Fixed a few bugs in bridge from grid to hive. #642 (Hive backend for CEDMA)
- 17:19 Changeset [2063] by
-
added "time for shutdown" behavior: Snapshots of jobs get sent back to the server and then killed. When all jobs are killed, the client switches to disconnect state (#669)
- 17:15 Ticket #622 (Change logging to Log4NET) closed by
- fixed
- 17:04 Changeset [2062] by
-
refactoring hive client console #663
- 16:46 Changeset [2061] by
-
Added optimistic locking information (DB settings) (#527)
- 16:44 Changeset [2060] by
-
Added optimistic locking information (DB settings) (#527)
- 15:59 Changeset [2059] by
-
Added pre-build-event for Grid.HiveBridge #642 (Hive backend for CEDMA).
- 15:01 Changeset [2058] by
-
Refactored JobManager and added a plugin that contains a bridge between grid and hive. The bridge allows to use the execution engine service of Hive as a grid server. This way CEDMA job execution and DistributedEngine job execution can either use Hive or Grid as backend. #642 (Hive backend for CEDMA)
- 12:45 Changeset [2057] by
-
Improved stability of hive backend for CEDMA. #642 (Hive backend for CEDMA)
- 10:02 Changeset [2056] by
-
reverted accidentally commited CopyAssemblies.cmd
06/17/09:
- 18:07 Changeset [2055] by
-
Refactored JobManager and DistributedEngine to fix bugs in the GridExecuter. #644.
- 14:37 Ticket #675 (Division and subtraction allow 2 or 3 suboperators which is not ...) closed by
- fixed: changed allowed suboperators for division and subtraction to 2 r2054
- 14:36 Changeset [2054] by
-
changed allowed suboperators for division and subtraction to 2 (ticket #675)
- 14:32 Ticket #675 (Division and subtraction allow 2 or 3 suboperators which is not ...) created by
- Should be changed that only 2 suboperators are allowed for these operators.
- 13:49 Changeset [2053] by
-
Removed lazy loading of problem data and made adds of datasets and models atomic. #656 (CEDMA server should handle only one data set (problem) at a time)
- 00:30 Changeset [2052] by
-
Improved ES GUI according to #674
- 00:28 Ticket #674 (UI improvements for algorithms) created by
- Creating an algorithm model and fixing the structure in a GUI form is …
06/16/09:
- 18:27 Changeset [2051] by
-
Fixed a bug in calculation of variable impacts in GP and SVM algorithms. #644
- 11:15 Changeset [2050] by
-
trivial refactoring of CEDMA server and server form. #644
- 09:51 Changeset [2049] by
-
Fixed a bug that is triggered when the results DB is still empty. #656
- 09:45 Changeset [2048] by
- 09:42 Changeset [2047] by
-
Improved schema for variable impacts. #644
- 03:36 Changeset [2046] by
-
Refactoring of the operator architecture (#95)
06/15/09:
- 17:30 Changeset [2045] by
-
Added code to store variable quality impacts for each model into the CEDMA result DB. #644
- 16:48 Changeset [2044] by
- 16:46 Changeset [2043] by
-
Added variable impact calculation operators for support vector machines. #644 (Variable impact of CEDMA models should be calculated and stored in the result DB)
- 14:18 Ticket #673 (LeftSelector and RightSelector shouldn't extend StochasticSelectorBase) created by
- LeftSelector and RightSelector are deterministic operations and …
- 02:18 Changeset [2042] by
-
Refactoring of the operator architecture (#95)
06/10/09:
- 19:05 Changeset [2041] by
-
Implemented base classes for variable impact analysis and implemented specific operators for GP. #644 (Variable impact of CEDMA models should be calculated and stored in the result DB)
- 17:14 Changeset [2040] by
-
dw: Added new dialog for adding lines using the options dialog. (#478)
- 10:49 Ticket #612 (DataSetShuffler is extremly slow) closed by
- fixed: r2039: Improved speed of dataset shuffler (related to r2038).
- 10:49 Changeset [2039] by
-
Improved speed of dataset shuffler (related to r2038) #612 (DataSetShuffler is extremly slow)
- 10:46 Changeset [2038] by
-
- Renamed VariableImpactCalculator to VariableQualityImpactCalculator and calculate the ratio of new quality value to old quality value to get an idea how the quality value is influenced by each variable.
- Changes in Dataset to improve the speed of SetValue (only set a dirty flag instead of reallocating the caches)
#644 (Variable impact of CEDMA models should be calculated and stored in the result DB)
06/09/09:
- 17:16 Ticket #672 (When saving to streams the stream is closed by the XmlSerializer) closed by
- fixed: Don't take ownership of underlying stream. (r2037)
- 17:15 Changeset [2037] by
-
Don't take ownership of underlying stream. (#672)
- 17:14 Ticket #672 (When saving to streams the stream is closed by the XmlSerializer) created by
- 14:38 Changeset [2036] by
-
Removed commented code fragments. #624
- 14:37 Changeset [2035] by
-
Renamed configuration "GP Debug" -> "Modeling Debug". #542 (Keep configurations in solution file up to date when new projects are added)
- 14:34 Changeset [2034] by
-
Implemented a first version of an operator to calculate variable impacts of models (generated by GP or SVM). #644 (Variable impact of CEDMA models should be calculated and stored in the result DB)
- 00:57 Changeset [2033] by
-
Refactoring of the operator architecture (#95)
06/08/09:
- 18:34 Changeset [2032] by
-
Worked on asynchronous result polling in HiveEngine. #545 (Engine which can be executed in the Hive).
- 13:02 Ticket #671 (Plugin HeuristicLab.Tracing-3.2 has incorrect build date) closed by
- fixed: fixed with r2031.
- 13:01 Changeset [2031] by
-
fixed #671 (Plugin HeuristicLab.Tracing-3.2 has incorrect build date)
- 12:41 Ticket #671 (Plugin HeuristicLab.Tracing-3.2 has incorrect build date) created by
- 02:02 Changeset [2030] by
-
Refactoring of the Operator Architecture (#95)
06/06/09:
- 16:53 Changeset [2029] by
-
Refactoring of the Operator Architecture (#95)
- 13:44 Ticket #630 (Clone) closed by
- invalid
- 13:44 Ticket #639 (visualization - persistance implementations for data model) closed by
- fixed
- 08:44 Ticket #670 (Bugfix: Options Dialog should display Data Row Labels in Listbox) closed by
- fixed: fixed the data binding of the datarows to the listbox by overriding …
- 08:44 Changeset [2028] by
-
fixed the data binding of the datarows to the listbox by overriding the tostring method. #670
- 08:43 Ticket #670 (Bugfix: Options Dialog should display Data Row Labels in Listbox) created by
- 02:09 Changeset [2027] by
-
Refactoring of the operator architecture (#95)
06/05/09:
- 14:43 Changeset [2026] by
-
Drag'n'Drop for changing group (also subgroup) for client (#626)
- 14:40 Changeset [2025] by
-
added calendar behavior in the whole application (#669)
- 14:35 Changeset [2024] by
-
fixed some bugs #663
- 13:42 Ticket #468 (Create Scheduler for Hive Client) closed by
- fixed: implemented service methods to get an set an calender. It should work …
- 13:41 Changeset [2023] by
-
implemented service methods to get and set an calender #468
- 13:40 Changeset [2022] by
-
Reset of client state when job finshed corrected (#466)
- 13:29 Changeset [2021] by
-
added functionality to uptime manager (#669)