Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

06/22/11:

18:36 Changeset [6473] by cneumuel

#1215

  • adaptions for OSGA
17:25 Changeset [6472] by mkommend

#1564: Corrected cloning bug in drop method of collection views.

17:18 Ticket #1564 (CollectionViews do not clone the dropped items correctly) created by mkommend
17:16 Changeset [6471] by mkommend

#1555: Implemented experiment tree view.

17:11 Changeset [6470] by epitzer

Automatically generate TCPChannel, ProcessChannel and ServiceClient names form parameters (#1526).

16:47 Changeset [6469] by cneumuel

#1215

  • minor statistics improvements
16:43 Changeset [6468] by gkronber

#1553: split GA unit tests into two sets, one set for creating the samples and one set to run the samples and check results.

13:33 Ticket #1563 (ProgrammableOperator plugin does not load correctly on WinXP machines) created by gkronber
As reported by a user.
12:23 Changeset [6467] by abeham

#1529

  • fixed description

06/21/11:

17:56 Changeset [6466] by mkommend

#1562: Removed duplicate call of OnStarted in FixedDataAnalysisAlgorithm.

17:54 Changeset [6465] by cneumuel

#1233

  • show owner of experimens in listview
17:29 Changeset [6464] by ascheibe

#1233

  • some Admin UI bugfixes

Slave:

  • fixed bug when Pause is called immediately after Calculate
  • send exceptions when something goes wrong in Pause or Stop
16:51 Changeset [6463] by cneumuel

#1233

  • created user interface for experiment sharing
  • created UserManager which provides access to the users
  • inserted a lot of security and authorization checks serverside
  • minor fixes in experiment manager
15:01 Changeset [6462] by cneumuel

#1233

  • updated binaries
14:35 Ticket #1562 (OnStarted event is fired twice in FixedDataAnalysisAlgorithm) created by cneumuel
The OnStarted event is fired in the Start() method as well as in …
13:40 Changeset [6461] by cneumuel

#1233

  • updated binaries
11:11 Changeset [6460] by epitzer

Correct locking construct for external evaluation on multiple clients and simplify string formatting (#1526)

10:27 Changeset [6459] by svonolfe

Added possibility to allow infeasible solutions (#1561)

06/20/11:

23:56 Changeset [6458] by cneumuel

#1233

  • visualization of statistics on status page (requires MS charting controls)
17:04 Changeset [6457] by cneumuel

#1233

  • added methods for granting and revoking hive experiment permissions
  • added unit tests for hive experiment permissions
  • added a status webpage to see how some statistics and current status
16:57 Changeset [6456] by ascheibe

#1233

  • fixed Admin Views plugin dependencies
  • use settings instead of magic numbers and strings
16:45 Changeset [6455] by svonolfe

Worked on insertion based crossover (#1561)

15:03 Changeset [6454] by cneumuel

#1233

  • minor fixes
  • updated service client
14:31 Changeset [6453] by cneumuel

#1233

  • missing file
14:16 Changeset [6452] by cneumuel

#1233

  • renamed UptimeCalendar and Appointment to Downtime
  • added service methods to delete plugins and get plugin by hash
  • made reverted TransactionManager change, made it non-static and added interface
  • moved magic numbers to application settings
14:06 Changeset [6451] by ascheibe

#1233
Admin UI:

  • added subgroups
  • groups can now have calendars
  • calendar bugfixes
13:53 Changeset [6450] by svonolfe

Further improved performance (#1561)

13:36 Changeset [6449] by svonolfe

Improved performance of many VRP operators by optimizing the parameter lookup (#1561)

13:33 Changeset [6448] by svonolfe

Included additional operators (#1561)

13:31 Changeset [6447] by svonolfe

Replaced tour data table with a text box as a tour visualization to prevent out of memory exceptions for large instances (#1561)

13:23 Ticket #1561 (Improve VRP implementation) created by svonolfe
The VRP implementation in HeuristicLab should be improved, so …
10:20 Changeset [6446] by epitzer

Lock bitmap while saving and remove configuration info when other exceptions occur (#1560)

10:15 Ticket #1560 (Concurrent Serialization of Bitmaps fails) created by epitzer
[…]
08:56 Changeset [6445] by cneumuel

#1215

  • minor changes

06/19/11:

23:21 Changeset [6444] by cneumuel

#1233

  • stability improvements for HiveExperiment and HiveEngine
  • parallelized upload of jobs
  • enabled cancellation of job upload
  • reduced the amount of double-assignment of jobs by an additional check in HeartbeatManager
  • tried to tackle the amount of deadlocks by automatically rerunning transactions
  • some fixes
21:32 Changeset [6443] by mkommend

#1559: Fixed memory leak in SymbolicExpressionGrammar.

13:10 AdditionalMaterial edited by gkronber
added demo datasets for HeuristicLab tutorial (diff)

06/18/11:

12:25 Changeset [6442] by gkronber

#1553: disabled SubroutineDeleter and ArgumentDeleter operators in the artificial ant sample.

06/17/11:

17:19 Changeset [6441] by gkronber

#1553: implemented unit test to create and run the GA VRP sample.

15:41 Changeset [6440] by gkronber

#1553: implemented unit test to create and run the symbolic classification sample (mammographic masses)

15:22 Changeset [6439] by gkronber

#1553: implemented unit test to create and run the symbolic regression sample (towerData.txt)

13:51 Ticket #1559 (Memory leak in SymbolicExpressionTreeGrammars) created by mkommend
The memory leak was introduced with #1532, because events were …
13:30 Changeset [6438] by gkronber

#1506 fixed a bug in the simplifier view for symbolic DF classification solutions.

06/16/11:

16:01 Changeset [6437] by ascheibe

#1233
Admin UI:

  • some bugfixes
  • removed dummy stuff
15:49 Changeset [6436] by gkronber

#1553 added a unit test to create and run GP samples.

15:28 Changeset [6435] by cneumuel

#1233

  • some cleanup
  • using ThreadSafeLog instead of synchronized methods
15:24 Changeset [6434] by gkronber

#1537 renamed project to HeuristicLab.PluginInfrastructure-3.3.Tests

15:22 Changeset [6433] by cneumuel

#1233

  • fixed build errors
15:21 Changeset [6432] by gkronber

#1529 Updated build dependencies for main project HeuristicLab-3.3

14:20 Changeset [6431] by cneumuel

#1233

  • changed Log to ThreadSafeLog
  • added license information to all files
  • added assembly descriptions
  • using blocks before namespace
  • made TransactionManager static
  • removed DaoException
  • removed TimeSpanExtensions
  • renamed prepareHiveDatabase.sql should be renamed to Prepare Hive Database.sql
  • created Initialize Hive Database.sql
14:12 Changeset [6430] by cneumuel

#1558 added Parallel parameter for solutions creator

14:12 Ticket #1558 (SolutionsCreator should have a Parallel-parameter) created by cneumuel
12:59 Changeset [6429] by gkronber

#1537 added missing license header

12:58 Changeset [6428] by gkronber

#1537 set svn:ignore properties

12:57 Changeset [6427] by gkronber

#1537: implemented unit test to check if the connection to the update service works.

12:39 Changeset [6426] by ascheibe

#1233 removed useLocalPlugins

10:56 Changeset [6425] by mkommend

#1555: Refactored optimizer views to derive from common base class IOptimizerView.

10:31 Changeset [6424] by cneumuel

#1545 added threadsafe log

10:30 Changeset [6423] by cneumuel

#1546 added optional limit to log

00:31 Changeset [6422] by abeham

#1233

  • synchronized config file with that from trunk
00:13 Changeset [6421] by cneumuel

#1215

  • small fixes
00:09 Changeset [6420] by cneumuel

#1233

  • updated hive binaries
  • updated statistics
00:06 Changeset [6419] by cneumuel

#1233

  • created events when statelog changed
  • fixed memory leak in hiveengine
  • extended timeout for long running transactions and database contexts (when jobdata is stored)
  • replaced random guids in database with sequential guids for performance reasons
  • minor fixes and cleanups
00:00 Changeset [6418] by abeham

#1233

  • fixed references to absolute path references

06/15/11:

23:11 Changeset [6417] by mkommend

#1549: Updated project file for debugger visualizer.

23:11 Changeset [6416] by abeham

#1541

  • Added PermutationView that allows to change the permutation type
  • Updated AFA and PopDiv Analyzer
  • Simplified QAP name to just the instance when loading from embedded resource
23:02 Changeset [6415] by mkommend

#1479: Merged trunk changes, refactored grammar editor and added copy functionality.

11:52 Changeset [6414] by jhelm

#1329: Fixed a bug in !PRVCrossover-Operators.

06/14/11:

18:59 Changeset [6413] by gkronber

#1536 implemented feature that checks for plugin updates on each application start and allows to install plugin updates easily. Removed more advanced plugin management features for all users except if it is manually reenabled in the HeuristicLab.config file.

15:57 Ticket #1557 (Data analysis analyzers do not profit from parallel engine execution) created by gkronber
Use parallel constructs explicitly to speed up algorithm execution.
14:53 Changeset [6412] by jhelm

#1329: Did some minor changes affecting datatypes.

14:00 Changeset [6411] by mkommend

#1506: Restructured calculation of results in IDataAnalysisSolutions and fixed bug in SymbolicDiscriminantClassisificationEstimatedValuesView.

12:55 Changeset [6410] by gkronber

#1537 recreated deployment service client classes using svcutil

10:57 Changeset [6409] by mkommend

#1479: Updated grammar editor and changed related classes.

10:50 Documentation/DevelopmentCenter/AdditionalMaterial edited by mkommend
(diff)
10:45 Documentation/DevelopmentCenter/AdditionalMaterial edited by mkommend
(diff)
10:43 Documentation/DevelopmentCenter/DeveloperGuidelines edited by mkommend
(diff)

06/13/11:

23:01 Ticket #1556 (Provide autosaving for long running optimizers) created by swagner
In order to reduce the loss when HeuristicLab crashes in a long …
00:31 Changeset [6408] by ascheibe

#1233 forgot to delete that line...

00:27 Changeset [6407] by ascheibe

#1233

  • implemented usage of checksums for comparing assemblies
  • re-added CreateHiveDatabaseApplication.cs to project

06/10/11:

16:18 Changeset [6406] by jhelm

#1329: Applied suggestions from codereview. Added unit-tests. Renamed encoding-project.

16:15 Changeset [6405] by jhelm

#1329: Applied suggestions from codereview. Added unit-tests. Renamed encoding-project.

16:15 Changeset [6404] by jhelm

#1329: Applied suggestions from codereview. Added unit-tests. Renamed encoding-project.

06/09/11:

16:36 Changeset [6403] by mkommend

#1479: Allowed modificiation of the subtree count in grammars and adapted SymbolicExpressionTreeChart to handle different styles for connection lines.

15:54 Changeset [6402] by svonolfe

Improved efficiency of algorithm execution in the MPI environment (#1542)

15:09 Ticket #1555 (Implement tree view for experiments) created by swagner
It would be nice to have an alternative view for experiments which …
15:08 Ticket #1554 (Implement a RunCollectionView for aggregating DataTables) created by swagner
A new RunCollectionView would be nice which aggregates the …
15:03 Ticket #1553 (Implement unit test for creating and validating HeuristicLab samples) created by swagner
Updating and validating all samples of the start page is a cumbersome …
12:52 Changeset [6401] by svonolfe

Implemented result and algorithm streaming (#1542)

10:26 Changeset [6400] by svonolfe

Fixed some timeout related issues (#1542)

07:01 Ticket #1552 (Experiments for regression and classification) created by gkronber
Specialized experiments for data-analysis which provide the …

06/08/11:

15:54 Changeset [6399] by cneumuel

#1233

  • updated stammtisch presentation
15:52 Changeset [6398] by svonolfe

Added MPIEngine view (#1542)

15:35 Changeset [6397] by ascheibe

#1233 added slave slides

15:26 Changeset [6396] by cneumuel

#1233

  • updated HiveComponents.vsd
  • updated stammtisch presentation
14:37 Changeset [6395] by svonolfe

Added cloning and storing to the MPIEngine (#1542)

14:26 Changeset [6394] by svonolfe

Added first working version of the MPI engine (#1542)

12:10 Changeset [6393] by svonolfe

Added solution for MPIsupport (#1542)

11:18 Changeset [6392] by svonolfe

Worked on the MPIEngine (#1542)

11:17 Changeset [6391] by svonolfe

Worked on the MPIEngine (#1542)

11:17 Changeset [6390] by svonolfe

Worked on the MPIEngine (#1542)

11:14 Ticket #1551 (Hive Slave Review) created by ascheibe
The Hive Slave Core components are ready for review. Please take a …
11:13 Changeset [6389] by svonolfe

Worked on the MPIEngine (#1542)

11:07 Changeset [6388] by svonolfe

Worked on the MPIEngine (#1542)

10:42 Changeset [6387] by mkommend

#1540: Added min and max arity to symbols and renamed SymbolicExpressionTreeNode.SubtreesCount to SymbolicExpressionTreeNode.SubtreeCount.

01:22 Changeset [6386] by ascheibe

#1233 worked on slides for HEAL Stammtisch

00:10 Changeset [6385] by cneumuel

#1233

  • fixed wrong file names
00:08 Changeset [6384] by cneumuel

#1233

  • added missing files
00:07 Changeset [6383] by cneumuel

#1233

  • updated statistics
00:06 Changeset [6382] by cneumuel

#1233

  • added missing files
00:04 Changeset [6381] by cneumuel

#1233

  • locking for childHiveJobs in OptimizerHiveJob avoid multi threaded access issues
  • added IsPrivileged to gui
  • minor changes
Note: See TracTimeline for information about the timeline view.