Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

06/27/11:

23:56 Changeset [6490] by cneumuel

#1233

  • minor fix
23:56 Changeset [6489] by cneumuel

#1215

  • fixed issue with multiple problems (by introducing valuesReadOnly to IOptimizable)
  • fixed error message when removing last problem instance
  • made quality measure name configurable
17:58 Changeset [6488] by mkommend

#1555: Fixed docking issues with expanded nodes.

17:49 Ticket #1568 (`IFixedValueParameter` is problematic for `MetaOptimization`) created by cneumuel
When an algorithm is parameterized in meta-optimization, only IItems …
17:44 Changeset [6487] by ascheibe

#831 removed unnecessary permission

17:43 Changeset [6486] by cneumuel

#1215

  • fixed generating combinations for non EngineAlgoritms
17:00 HiveEngine2.png attached to Documentation/Howto/Use Hive Engine by cneumuel
17:00 HiveEngine.png attached to Documentation/Howto/Use Hive Engine by cneumuel
17:00 Documentation/Howto/Use Hive Engine created by cneumuel
16:41 Documentation/Howto/SetupHiveServer edited by cneumuel
(diff)
16:40 Documentation/Howto/SetupHiveServer edited by cneumuel
(diff)
16:35 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
16:35 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
16:33 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
16:29 Permissions.png attached to Documentation/Howto/UseHiveForOptimization by cneumuel
16:29 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
16:28 Changeset [6485] by mkommend

#1555: Added remove by keystroke functionality and refactored the code.

16:22 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
16:20 JobStates.png attached to Documentation/Howto/UseHiveForOptimization by cneumuel
16:19 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
16:01 Documentation/Howto/SetupHiveSlave edited by ascheibe
(diff)
15:59 Changeset [6484] by cneumuel

#1233

  • binaries
15:59 Changeset [6483] by cneumuel

#1233

  • fixed deleting of not-uploaded experiments
15:51 Changeset [6482] by jhelm

#1329: Applied some changes to the ScheduleView. Added TaskNr properties to ScheduledTask to make specific selection of tasks in the view possible.

15:42 Changeset [6481] by cneumuel

#1233

  • added web.config from services
  • added some help-sql scripts
15:41 consoleclient.png attached to Documentation/Howto/SetupHiveSlave by ascheibe
15:39 Documentation/Howto/SetupHiveSlave created by ascheibe
15:32 Changeset [6480] by cneumuel

#1233

  • binaries
15:20 Changeset [6479] by cneumuel

#1233

  • finished experiment sharing
  • added role for executing privileged jobs
  • refreshing experiments in experimentManager does not delete already downloaded jobs
  • moved some properties from HiveExperiment into RefreshableHiveExperiment
14:33 Documentation/Howto/UseHiveForOptimization edited by ascheibe
(diff)

06/26/11:

23:18 Changeset [6478] by cneumuel

#1233

  • minor improvements
  • binaries
  • stats

06/24/11:

18:23 Changeset [6477] by gkronber

#1553: fixed result values in assertions for the unit test of the PSO_Schwefel sample.

18:21 Ticket #1567 (PSO sample produces different results on x86 and AnyCPU builds) created by gkronber
17:51 Changeset [6476] by gkronber

#1553: added remaining unit tests to create and run optimizer samples.

14:23 Changeset [6475] by jhelm

#1329: Added DirectSchedule-Classes for optimization with the direct-schedule encoding.

12:17 Ticket #1566 (ValueParameters in algorithms should be changed to FixedValueParameters) created by gkronber
To make it easier to use HL algorithms directly without the GUI.
12:15 Ticket #1565 (Parameter properties in algorithms should be public) created by gkronber
10:56 Changeset [6474] by gkronber

#1553: updated result assertions for GA samples

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
Note: See TracTimeline for information about the timeline view.