Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

12/30/10:

22:50 Changeset [5184] by cneumuel

#1215

  • enhanced combinations generator (now with batchruns!)
  • fixed ActualNames for metaopt-alg
  • added penalty for invalid solution-candidates (algs which throw exceptions)
  • migrated to .NET 4.0
02:13 Changeset [5183] by swagner

Stored execution contexts locally for each thread (#1333)

01:32 Ticket #1355 (EngineAlgorithm should cleanup itself after it stopped) created by cneumuel
When an EngineAlgorithm stops, it currently keeps all its …

12/29/10:

15:50 Changeset [5182] by cneumuel

#1260

  • updated ExperimentManager binaries
15:50 Changeset [5181] by cneumuel

#1260

  • refined job-downloads for limited resources
  • fixed minor bugs
11:47 Changeset [5180] by swinkler

Updated projects in exporters branch reacting on recent changes in the trunk (.NET 4.0, changes in interface of dataset). (#1270, #1314)

00:52 Changeset [5179] by cneumuel

#1260

  • migrated to .NET 4.0
  • moved state-information about heartbeat timestamps into DB to reduce IIS-recycling issues
  • optimized memory usage of ExperimentManager when lots of large jobs are downloaded

12/28/10:

11:55 Documentation/Howto/SetupHiveServer edited by cneumuel
(diff)
01:44 Changeset [5178] by swagner

Revoked changes of r5177 (#1333)

12/26/10:

03:51 Changeset [5177] by swagner

Removed property ExecutionContext in Operator (#1333)

02:35 Changeset [5176] by swagner

Worked on parallel engine (#1333)

02:18 Changeset [5175] by swagner

Created branch for ParallelEngine (#1333)

12/24/10:

16:57 Ticket #1354 (Parameters MaxFunctionDefiningBranches and MaxFunctionArguments for ...) created by gkronber
08:54 Changeset [5174] by epitzer

Correctly show whether operator trace is enabled (#47)

12/23/10:

20:19 Changeset [5173] by epitzer

ensure the System.dll version 4.0.0.0 is selected (#1350)

20:17 Changeset [5172] by epitzer

explicitly allow different versions for mscorlib, this facilitates upgrading (#1350)

14:48 Changeset [5171] by cneumuel

#1260

  • still having issues with multiple appdomains on IIS. therefore disabled server heartbeats, so that slaves are not set to offline when they are disconnected, which prevents setting them offline when they are still online (which causes all jobs to be aborted)
  • re-enabled some well working abort-statements in ProcessHeartBeat
  • added a script in PreBuildEvent.cmd which makes it easier to change the config (for localhost or services.heuristiclab.com as server)
  • increased transmission quotas for jobs to 300mb
13:58 Documentation/Howto/SetupHiveServer edited by cneumuel
(diff)
13:09 Changeset [5170] by abeham

#1265

  • Set project to compile against .NET 40
11:37 Changeset [5169] by mkommend

Added check for ExecutionContext in scaled evaluators (ticket #1352).

11:31 Changeset [5168] by mkommend

Corrected plugin check in unit tests (ticket #1351).

09:22 Changeset [5167] by epitzer

deleted branch for HeuristicLab.DebugEngine as it has been successfully merged into the trunk (#47)

01:06 Download edited by swagner
(diff)
00:29 Changeset [5166] by swagner

Removed Microsoft Chart Controls 3.5 check (#1350)

00:21 Changeset [5165] by swagner

Removed HeuristicLab API documentation, as it is not up to date (#1353)

00:19 Ticket #1353 (Remove outdated HeuristicLab API documentation) created by swagner
The HeuristicLab API documentation should be removed from the …
00:10 Changeset [5164] by swagner

Deleted .NET 4.0 migration branch (#1350)

00:07 Changeset [5163] by swagner

Reintegrated .NET 4.0 migration branch (#1350)

12/22/10:

16:31 Changeset [5162] by abeham

#1343

  • Added backwards compatibility tagging comment and renamed region
16:25 Changeset [5161] by svonolfe

Deleted TSMemory feature branch (#1343)

16:23 Changeset [5160] by svonolfe

Merged changes from branch into trunk (#1343)

16:13 Changeset [5159] by svonolfe

Implemented review comments (#1343)

14:44 Ticket #1352 (NullReferenceException in SymbolicRegressionScaledMeanSquaredErrorEvaluator) created by gkronber
This also affects …

12/21/10:

19:28 Changeset [5158] by ascheibe

Adapt test cases to slave - client communication. #1233

18:54 Changeset [5157] by ascheibe

#1233 fix compile error

18:46 Changeset [5156] by ascheibe

#1233

  • Implemented communication interface between Slave and a Slave Client using Named Pipes and callbacks
  • Added new project for testing Slave - Client communication
  • Added some copyright info headers
18:18 Changeset [5155] by cneumuel

#1233

  • minor changes
18:17 Changeset [5154] by cneumuel

#1260

  • ignored some stuff
18:16 Changeset [5153] by cneumuel

#1260

  • increased timeouts for sent jobs (which are needed if the jobs take long time to deserialize on slave)
  • added DeleteJob to ClientService
  • made optimizer actually Pause instead of Stop when stop is called explicitly (so they can be resumed later)
  • temporarily disabled job-abortion from server because it aborted jobs which took too long to deserialize on slaves (this issue needs to be investigated)
  • reduced locking of engines on slave so that the deserialization does not block heartbeats

#1347

  • worked on HiveEngine
  • added test project for HiveEngine
16:56 Changeset [5152] by mkommend

Added OnRowsChanged in RunCollection.OnItemsRemoved (ticket #1269).

16:39 Changeset [5151] by mkommend

Corrected CloningConstructorTest and StorableConstructorTest to test only HL plugin assemblies (ticket #1351).

16:38 Ticket #1351 (The StorableConstructor- and CloningConstructorUnitTest fail if all ...) created by mkommend
The problem is that the unit tests accessor assemblies and all unit …
16:08 Changeset [5150] by mkommend

Added ColumnsChanged and RowsChanged event in IStringConvertibleMatrix and all implementing classes (ticket #1269).

14:37 Changeset [5149] by cneumuel

#1260

  • removed ExperimentManager as a seperate branch. binaries will be available under /branches/HeuristicLab.Hive-3.3/binaries from now on
14:37 Changeset [5148] by abeham

#1040

  • Removed NSGA-II branch
14:31 Changeset [5147] by cneumuel

#1260

  • added binaries for ExperimentManager as zip file
12:04 Changeset [5146] by epitzer

(#47)

  • Show a different icon for breakpoints
  • Show an icon for the active operation
01:19 Changeset [5145] by abeham

#1040

  • Fixed build
01:13 Changeset [5144] by cneumuel

#1215

  • added possibility to create all parameter combinations from a ParameterConfigurationTree and generate an experiment from them
01:08 Changeset [5143] by abeham

#1040

  • Merged NSGA-II into trunk
  • Ranking and crowding operators moved to HeuristicLab.Optimization.Operators
  • CrowdedTournamentSelector moved to HeuristicLab.Selection
  • Pareto front analyzer moved to HeuristicLab.Analysis with a base class should there be more (as discussed with swagner and mkommend)
00:45 Changeset [5142] by swagner

Migrated projects to .NET 4.0 (#1350)

00:41 Changeset [5141] by abeham

#1327

  • just a typo
00:35 Changeset [5140] by abeham

#1308

  • Removed Michalewicz* operators from MultiRealVectorManipulator
00:21 Changeset [5139] by abeham

#1337

  • Added checkout icon

12/20/10:

22:44 Changeset [5138] by swagner

Created branch for migration to .NET 4.0 (#1350)

22:41 Ticket #1350 (Migrate to .NET 4.0) created by swagner
21:00 Ticket #1349 (PluginManager is unaware of application crashes) created by abeham
E.g. after the exception in #1348 appears the application that was …
20:56 Ticket #1348 (DefaultApplicationManager may crash in RegisterLoadedAssembly) created by abeham
I suspect this will happen only on development machines, but if you …
19:58 Changeset [5137] by ascheibe

#1233

  • more tests for the hive slave
  • implemented a better way to write tests for the slave
  • get rid of MessageTypes for core and executor
  • various improvements in core and executor (better communication, bugfixes,...)
19:05 Changeset [5136] by cneumuel

#1347

  • worked on HiveEngine
13:51 Changeset [5135] by cneumuel

#1347

  • rename to HiveEngine
13:49 Changeset [5134] by cneumuel

#1347

  • rename to HiveEngine
10:36 Changeset [5133] by cneumuel

#1347

  • initial checkin
10:11 Changeset [5132] by cneumuel

#1260

  • added Prepare() after a job finished on slave to delete unnecessary executioncontexts and scopes
10:07 Ticket #1347 (Implement HiveEngine) created by cneumuel

12/17/10:

16:22 Changeset [5131] by swagner

Fixed exceptions in plugin infrastructure when trying to instantiate types which do not provide a parameterless constructor (#1309).

15:19 Changeset [5130] by svonolfe

Fixed serialization of some VRP move operators (#1346)

15:18 Changeset [5129] by svonolfe

Fixed serialization of some VRP move operators (#1346)

15:15 Ticket #1346 (There is a problem serializing some VRP move operators) created by svonolfe
Some VRP move operators cannot be properly serialized / deserialized
13:45 Changeset [5128] by svonolfe

Added generic TS memory (#1343)

13:42 Changeset [5127] by svonolfe

Implemented unified tabu search (WIP) (#1177)

12:44 Changeset [5126] by mkommend

Forgot to set AllowDropproperty in CrossValidationView (ticket #1345).

12:29 Ticket #1345 (Problems can't be dropped on a CrossValidation) created by mkommend
12:27 Changeset [5125] by mkommend

Corrected cloning and deserialization of CrossValidation (ticket #1342).

12:16 Changeset [5124] by epitzer

Correctly select parent.tag instead of just parent when trying to show the actual value (#47)

11:17 Changeset [5123] by svonolfe

Added HeuristicLab.Optimization to VRP memory branch (#1343)

11:04 Changeset [5122] by epitzer

Enable showing actual values for parameters in non-current execution contexts (#47)

11:03 Changeset [5121] by epitzer
  • Show empty operator trace when not enabled (#47)
10:55 Ticket #1344 (EvaluatedSolutions result for GAs) created by mkommend
The EvaluatedSolutions result should be calculated in GAs to make …
10:45 Changeset [5120] by svonolfe

Created branch for ticket #1343

10:43 Changeset [5119] by svonolfe

Created branch for ticket #1343

10:37 Ticket #1343 (Add a memory to the tabu search algorithm) created by svonolfe
A generic memory concept should be added to the current tabu search …

12/16/10:

18:23 Changeset [5118] by mkommend

Fixed cloning of SymbolicClassificationProblem (ticket #1342).

18:19 Ticket #1342 (Cloning of ClassificationProblems changed its parameters) created by mkommend
17:57 Changeset [5117] by epitzer

(#47)

  • Disable detailed logging while not stepping for drastic reduction in log size
  • Optionally disable operator trace for much faster execution and persistence (disabled by default)
  • Initially enable stepping over stack operations
13:37 Ticket #1341 (The actual name of LookupParameters should never be empty) created by mkommend
If a new LookupParameter is created without specifying its …
12:19 Changeset [5116] by epitzer
  • fixed truncation of bold text in TreeView
  • changed "show actual value" initial caps
  • select node on right click
  • fixed margins
  • include actual name for parameters
  • remove unnecessary labels

(#47)

00:40 Changeset [5115] by swagner

Fixed project references (#47).

00:27 Changeset [5114] by swagner

Integrated DebugEngine into trunk (#47).

Note: See TracTimeline for information about the timeline view.