Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

09/03/10:

19:14 Ticket #1181 (Problems should have a solution creator that constructs its best known ...) created by abeham
Julia is an optimization expert and she has a lot of problem instances …
17:07 Ticket #1180 (The problem tab is disabled when switching the algorithm view in some cases) created by abeham
To reproduce: 1. Launch the optimizer 2. Create a new `Genetic …
13:26 Ticket #1179 (Program root symbol missing in trees) closed by abeham
fixed
13:26 Changeset [4364] by abeham

#1179

  • Added program root symbol
11:15 Changeset [4363] by svonolfe

Worked on the evaluators and on the project structure of the VRP plugin - WIP (#1177)

09/02/10:

16:45 Changeset [4362] by svonolfe

Added initial version - WIP (#1177)

15:13 Ticket #1179 (Program root symbol missing in trees) created by abeham
The external evaluation functional grammar does not contain the …
15:10 Ticket #1178 (Some Operators should have a different representation in the operator graph) created by abeham
One does not recognize immediately that an algorithm operator has an …

09/01/10:

17:55 Ticket #1176 (The StringConvertibleMatrixView is extremly slow when matrices with ...) closed by mkommend
wontfix: As far as I have found out this is a disadvantage of the DataGridView …
13:55 Changeset [4361] by svonolfe

Create VRP branch for 3.4 (#1177)

13:46 Changeset [4360] by svonolfe

Create VRP branch for 3.4 (#1177)

13:44 Changeset [4359] by svonolfe

Create VRP branch for 3.4 (#1177)

13:39 Changeset [4358] by svonolfe

Create VRP branch for 3.4 (#1177)

13:39 Changeset [4357] by svonolfe

Create VRP branch for 3.4 (#1177)

13:38 Changeset [4356] by svonolfe

Create VRP branch for 3.4 (#1177)

13:37 Changeset [4355] by svonolfe

Create VRP branch for 3.4 (#1177)

13:37 Changeset [4354] by svonolfe

Create VRP branch for 3.4 (#1177)

13:36 Changeset [4353] by svonolfe

Create VRP branch for 3.4 (#1177)

13:36 Ticket #1177 (Integrate different VRP variants) created by svonolfe
Version 3.4 of the VRP should be implemented. Features -> Multiple …
11:20 Ticket #1176 (The StringConvertibleMatrixView is extremly slow when matrices with ...) created by mkommend
I assume that this is related with the column resizing strategy.
11:13 Changeset [4352] by svonolfe

Merged r4351 of the VRP feature branch into trunk (#1039)

10:07 Changeset [4351] by svonolfe

Updated alignment of the import buttons (#1039)

08/31/10:

18:25 Changeset [4350] by gkronber

added minimal size parameter for pruning operator. #1142

14:51 Changeset [4349] by svonolfe

Added a tour view for a VRP solution (#1039)

14:50 Ticket #1175 (The DataAnalysisProblemData storable ctor is private) closed by mkommend
fixed: Changed the access modified of the storable ctor to protected with r4348.
14:49 Changeset [4348] by mkommend

Changed the access modified of the storable ctor to protected (ticket #1175).

14:49 Ticket #1175 (The DataAnalysisProblemData storable ctor is private) created by mkommend
This hampers the chaining of storable ctors and must be corrected.
14:24 Changeset [4347] by svonolfe

Sorted Operators alphabetically, disabled LS operators by default (#1039)

14:03 Changeset [4346] by svonolfe

Renamed operators, added comments according to code review (#1039)

12:36 Changeset [4345] by mkommend

Removed cloning the active flag of Constraints (ticket #1143).

11:09 Changeset [4344] by mkommend

completely removed caching in the ViewHost => corrected bug showing a ghost view (ticket #1133)

08/30/10:

15:17 Changeset [4343] by cneumuel

made disposing of cached WCF-Client object safer (by using IDisposable pattern)

13:47 Changeset [4342] by cneumuel

added connection setup dialog

10:04 Changeset [4341] by gkronber

Merged changesets from revisions r4249, r4250, r4251, r4291, r4295 from trunk into data analysis exploration #1142.

09:44 Changeset [4340] by cneumuel

changed "3.3-HiveMigration" to "3.3-Hive"

08/29/10:

18:57 Changeset [4339] by gkronber

Restored plugin for multi-variate regression which was erroneously removed in with r4235. #1142

09:48 Documentation/DevelopmentCenter/AdditionalMaterial edited by abeham
ordered a book on agile by mike cohn (diff)

08/27/10:

23:39 Ticket #1174 (Overhaul OKB data model, services and client) created by swagner
13:25 Changeset [4338] by cneumuel

improved stateless WCF-Proxy client with ServicePool

11:46 Changeset [4337] by cneumuel

changed Slave.Core WCF-Proxy to stateless object

09:38 Documentation/DevelopmentCenter/AdditionalMaterial edited by gkronber
Added SICP and 'Hackers and Painters' (diff)
09:13 Ticket #1173 (Extend csv importer for data files to support more data formats) created by gkronber
A basic heuristic to automatically detect the separator character …
08:46 Changeset [4336] by cneumuel

deleted HeuristicLab.Security projects

08:43 Ticket #1172 (Detach data-analysis problem and standard algorithms from the ...) created by gkronber
08:42 Changeset [4335] by cneumuel

missing files

08:37 Changeset [4334] by cneumuel

missing file

08:36 Ticket #1168 (Switch Hive.Security to ASP.Net Authentication) closed by cneumuel
fixed
08:35 Changeset [4333] by cneumuel

added authorizationManager which checks for permission to specific jobs (#1168)

03:10 Changeset [4332] by swagner

Enabled users to choose whether a parameter should be collected in each run or not (#1113)

08/26/10:

18:07 Changeset [4331] by svonolfe

Made the VRPTours analyzer work with multi population algorithms (#1039)

17:41 Changeset [4330] by svonolfe

Fixed a small bug in the route inversion move generator (#1039)

13:22 Ticket #1171 (Create a base class for problems) created by mkommend
12:48 Changeset [4329] by gkronber

Extended covariant parsimony pressure operator to make it possible to apply pressure over the whole run, increasing the avg. tree size gradually and decreasing it when overfitting. #1142

12:46 Changeset [4328] by gkronber

Overhauled pruning operator. #1142

12:45 Changeset [4327] by gkronber

Added views to export symbolic expression trees as latex and graphviz expressions. #1142

12:43 Changeset [4326] by gkronber

Changed OverfittingAnalyzer to make overfitting boundaries more fuzzy through upper and lower limits for correlations instead of a hard limit. #1142

12:07 Changeset [4325] by mkommend

Corrected probject references of HeuristicLab.Problems.DataAnalysis (ticket #939).

11:58 Changeset [4324] by mkommend

Created branch of HeuristicLab.Problems.DataAnalysis (ticket #939).

11:08 Changeset [4323] by mkommend

updated classification branch (ticket #939)

04:24 Changeset [4322] by swagner

Worked on OKB user authentication (#1167)

04:23 Changeset [4321] by swagner

Worked on OKB user authentication (#1167)

08/25/10:

17:46 Changeset [4320] by cneumuel

made slave-console service configurable via xml

17:14 Changeset [4319] by svonolfe

Added EmptyVRPCrossover (#1039)

17:03 Changeset [4318] by svonolfe

Improved VRP analyzers (#1039)

16:29 Changeset [4317] by svonolfe

Improved the parsers (#1039)

15:58 Changeset [4316] by cneumuel

made streaming wcf-services work with Transport-Security and net.tcp but with Message-Level Credentials (#1168)

13:50 Changeset [4315] by svonolfe

Added ORLIBParser (#1039)

11:55 Changeset [4314] by mkommend

Corrected bug in the ViewHost to handle contents without views correctly (ticket #1133)

04:32 Changeset [4313] by swagner

Worked on OKB user authentication (#1167)

04:31 Changeset [4312] by swagner

Worked on OKB user authentication (#1167)

03:58 Changeset [4311] by swagner

Integrated OKB clients for HL 3.3 (#1166)

00:53 Changeset [4310] by swagner

Worked on OKB user authentication (#1167)

08/24/10:

19:25 Changeset [4309] by gkronber

Exploring overfitting countermeasures. #1142

19:22 Changeset [4308] by gkronber

Fixed typos. #1142

18:46 Changeset [4307] by swagner

Worked on configuration of deployment service (#1165)

18:45 Ticket #1165 (Review and adapt deployment service) reopened by swagner
18:44 Changeset [4306] by swagner

Worked on OKB user authentication (#1167)

18:37 Changeset [4305] by cneumuel

added streamedHttpEndpoit binding (without message-security (for now)) (#1168)

15:41 Changeset [4304] by mkommend

corrected classification plugin infrastructure (ticket #939)

15:34 Changeset [4303] by mkommend

Added branch for classification (ticket #939).

15:31 Changeset [4302] by cneumuel
  • made ServerConsole work with wsHttpBinding
  • applied role-base restrictions to all WCF-Services
  • made wcf-services work with certificates
  • renamed ExecutionEngineFacade to ClientFacade

(#1168)

14:52 Changeset [4301] by svonolfe

Added VRPTours analyzer (#1039)

14:42 Changeset [4300] by mkommend

Removed calls to the ClearCache method of the ViewHost (ticket #1133).

14:24 Changeset [4299] by mkommend

Removed caching from the ViewHost (ticket #1133).

02:37 Changeset [4298] by swagner

Worked on OKB user authentication (#1167)

00:42 Ticket #1169 (ReadOnlyCheckedItemCollection and -List are not correctly cloned and ...) closed by swagner
fixed

08/23/10:

18:54 Changeset [4297] by gkronber

Added output parameter for validation quality to validation analyzer, added input parameter for validation quality to overfitting analyzer, and fixed bugs in pruning operator. #1142

17:49 Changeset [4296] by cneumuel

corrected assembly reference paths, added some missing files

17:34 Changeset [4295] by mkommend

Added null check before event registration (ticket #1028).

16:57 Changeset [4294] by swagner

Updated OKB SQL scripts (#1166)

16:49 Changeset [4293] by svonolfe

Added Zhu Encoding (#1039)

16:48 Ticket #1170 (Checked state of items in CheckedItemList is changed when items are ...) created by gkronber
16:10 Changeset [4292] by cneumuel

added missing csproj file

15:38 Changeset [4291] by mkommend

Reverted incorrect commit (r4250) regarding the registration of parameter events and chained deserialization ctor correctly (ticket #1028).

15:29 Changeset [4290] by mkommend

Corrected cloning and deserializing of ReadOnlyCheckedItemCollection and -list (ticket #1169).

15:21 Ticket #1169 (ReadOnlyCheckedItemCollection and -List are not correctly cloned and ...) created by mkommend
14:40 Changeset [4289] by cneumuel

added role-permission checks, updated service reference (#1168)

14:40 Ticket #1168 (Switch Hive.Security to ASP.Net Authentication) created by cneumuel
14:26 Changeset [4288] by svonolfe

Made intra route inversion and lamda interchange moves work with the SA algorithm (#1039)

14:06 Changeset [4287] by svonolfe

Made intra route inversion and lamda interchange moves work with the SA algorithm (#1039)

13:41 Changeset [4286] by svonolfe

Reverted r4284, fixed a minor issue with the alba encoding (#1039)

13:07 Changeset [4285] by cneumuel
  • changed Hive.Server WCF services to be configurable in app.config
  • changed endpoints to wsHttpBinding
  • changed project type of Hive.Server.Core to WCF Service Library, so that it can be started directly to be able to test the service (and update references) (#1159)
11:32 Changeset [4284] by svonolfe

Fixed a bug in the lambda interchange move (#1039)

04:13 Ticket #1167 (Refactor OKB user authentication) created by swagner
The way how OKB users and clients are authenticated should be adapted …
04:10 Changeset [4283] by swagner

Renamed HeuristicLab.Services.OKB.AttributeSelector into HeuristicLab.Services.OKB.AttributeSelection (#1166)

03:37 Changeset [4282] by swagner

Renamed folder HeuristicLab.Services.OKB.AttributeSelector into HeuristicLab.Services.OKB.AttributeSelection (#1166)

03:29 Changeset [4281] by swagner

Integrated OKB stand-alone server (#1166)

03:28 Changeset [4280] by swagner

Integrated OKB stand-alone server (#1166)

03:20 Changeset [4279] by swagner

Integrated OKB services (#1166)

02:04 Changeset [4278] by swagner

Integrated OKB attribute selector (#1166)

01:51 Changeset [4277] by swagner

Added SQL script for creating the OKB database (#1166)

01:41 Changeset [4276] by swagner

Integrated OKB data access layer (#1166)

01:18 Ticket #1166 (Integrate OKB) created by swagner
The projects of the OKB should be integrated into the HeuristicLab …

08/22/10:

19:06 Changeset [4275] by gkronber

Improved overfitting analyzer #1142

08/21/10:

02:33 HeuristicLabServicesDemo.zip attached to Documentation/DevelopmentCenter/Develop Services by swagner
02:28 Ticket #1153 (Review authentication service prototype) closed by swagner
fixed
02:20 Changeset [4274] by swagner

Deleted branch of authentication service prototype (#1153)

01:34 Ticket #1165 (Review and adapt deployment service) closed by swagner
fixed: Done in r4273.
01:34 Changeset [4273] by swagner

Reviewed and adapted configuration of deployment service (#1165)

01:33 Ticket #1165 (Review and adapt deployment service) created by swagner
The deployment service should be reviewed and adapted according to the …
00:50 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)

08/20/10:

17:42 Changeset [4272] by gkronber

Worked on overfitting analyzer and CPP. #1142

12:45 Changeset [4271] by gkronber

Added correlation-based overfitting detection analyzer. #1142

11:43 Changeset [4270] by svonolfe

Code cleanup (#1039)

09:54 Changeset [4269] by cneumuel

fixed invalid plugin-directory (#1159)

09:51 Ticket #1164 (Viewing an empty DataTable (with no rows) with a ...) created by gkronber
Exception (enumeration is empty) occurs in: DataTable.cs line 141: …
05:26 Ticket #1163 (Some items do not have default constructors) created by gkronber
05:17 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)
05:10 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)
04:06 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)
03:58 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)
03:22 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)
01:50 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)
01:49 FindPrivateKey.exe attached to Documentation/DevelopmentCenter/Develop Services by swagner
01:48 Documentation/DevelopmentCenter/Develop Services edited by swagner
(diff)
00:45 Documentation/DevelopmentCenter/Develop Services created by swagner
Note: See TracTimeline for information about the timeline view.