Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

03/30/11:

23:19 Changeset [5900] by swagner

Worked on OKB (#1174)

18:43 Changeset [5899] by mkommend

#1430: Changed access modifier of AfterDeserializationHook to private.

18:27 Changeset [5898] by mkommend

#1454: Updated TypeSelector to handle logical connection operators when discovering multiple types.

18:15 Changeset [5897] by gkronber

#1453: fixed build fail by reverting unintentionally committed changes

18:13 Changeset [5896] by mkommend

#1451: Corrected implementation of ResultCollectionView and changed default views for Results.

18:05 Changeset [5895] by gkronber

#1418 adapted limit for failed events in unit test for ArgumentCreater

18:04 Changeset [5894] by gkronber

#1453: Added an ErrorState property to online evaluators to indicate if the result value is valid or if there has been an error in the calculation. Adapted all classes that use one of the online evaluators to check this property.

17:48 Changeset [5893] by mkofler

Hid start/end index parameters for inertia weight updater (#852).

16:57 Documentation/Reference/Particle Swarm Optimization edited by mkofler
(diff)
16:45 Changeset [5892] by epitzer

Make particles reflect from the bounds to prevent them from becoming stuck. (#852)

15:38 Changeset [5891] by mkommend

#1460: Corrected StringConvertibleValueView and adapted StringConvertibleValueTupleView and derived views.

15:37 Ticket #1460 (StringConvertibleValueView does not work correctly if its label is hidden) created by mkommend
It does not react on the enter key and no space for the error provider …
14:39 Changeset [5890] by gkronber

#1418 fixed assembly name and namespace for symbolic data analysis tests assembly.

14:34 Changeset [5889] by gkronber

#1418 deleted unused file SymbolicDataAnalysisSolution.cs and fixed compiler warning.

14:22 Changeset [5888] by gkronber

#1418 sorted deploymentitems in builder test settings alphabetically and added new plugins added in data analysis refactoring.

14:14 Changeset [5887] by mkommend

#1418: Reset ValidationPartition when new problem data was loaded.

14:01 Changeset [5886] by mkommend

#1418: Corrected bugs in CrossValidation when using evolutionary algorithms.

13:57 Changeset [5885] by gkronber

#1418 added R² and MSE as results for discriminant function classification solutions.

13:52 Changeset [5884] by gkronber

#1418 updated symbolic regression sample for unit test.

13:38 Changeset [5883] by mkommend

#1418: Adapted interfaces of data analysis classes.

13:14 Changeset [5882] by gkronber

#1418 renamed parameter and updated all validation analyzers to leave out test samples if the validation partition overlaps with the test partition.

13:10 Changeset [5881] by epitzer

Adopt TypeCoherentExpressionGrammar from HeuristicLab.Problems.DataAnalysis.Symbolic for external evaluation (#1459)

13:07 Ticket #1459 (TypeCoherentExpressionGrammar is not available for external evaluation) created by epitzer
Currently only FullFunctionalExpressionGrammar is available for …
13:05 Changeset [5880] by gkronber

#1418 added missing cloning of symbolic expression trees and problem data in data analysis solutions.

10:15 Changeset [5879] by mkommend

#1418: Deleted unnecessary files.

02:42 Changeset [5878] by abeham

#567

  • Considered new base class names SingleObjectiveHeuristicOptimizationProblem<T, U> and MultiObjectiveHeuristicOptimizationProblem<T, U>
  • Updated template files
01:39 Changeset [5877] by swagner

Adapted DataTableValuesCollector in order to be able to specify the start index of the collected data values (#1457)

00:49 Changeset [5876] by swagner

Implemented review comments (#1432)

00:37 Changeset [5875] by swagner

Implemented review comments (#1451)

00:32 Changeset [5874] by cneumuel

#1260

  • added missing DisposableWrapper.cs
  • resolved broken compatibility with trunk (due to #1416)
  • updated binaries

03/29/11:

17:24 Changeset [5873] by abeham

#1330

  • Fixed project references
  • Moved Analysis.Tests project one level up
  • Removed Optimization project as the changes have been merged into the trunk (cf. #1430)
17:07 Changeset [5872] by abeham

#1430

  • Changed BestKnownQuality parameter to an OptionalValueParameter
16:54 Changeset [5871] by abeham

#1330

  • Fixed normalized stress value
  • Changed method name and signature of MDS
  • Adapted unit tests
  • Adapted QAP View
16:13 Changeset [5870] by ascheibe

#1233 config file for experiment manager only (use ConfigMerger)

16:07 Changeset [5869] by gkronber

#1418 minor improvements in plugin descriptions.

15:43 Changeset [5868] by epitzer

Prevent NullReferenceException when opening incompatible problem (#852)

15:40 Changeset [5867] by svonolfe

Merged changes from trunk into branch (#1177)

15:19 Changeset [5866] by epitzer
  • Remove superfluous placeholders
  • Hide ParticleUpdater
  • Add CurrentVelocityBounds parameter analogous to CurrentInertia
  • Add (Current)VelocityBounds to results
  • Merge VelocityBoundsModifier directly into SwarmUpdater (#852)
15:03 Changeset [5865] by mkommend

#1419: Removed unnecessary project reference in Operators.Views to Visualization.ChartControlsExtension.

15:00 Changeset [5864] by gkronber

#1411: fixed implementation of evaluators to store total evaluated nodes value in a variable in the global scope.

14:58 Changeset [5863] by mkommend

#1418: Added NonDiscoverableType attribute to outdated analyzers.

14:44 Changeset [5862] by mkommend

#1418: Removed maximum value for number of workers in CrossValidationView as this could cause problems when loading files executed on a different machine.

14:24 Changeset [5861] by mkommend

#1418: Corrected cloning bug in SupportVectorMachineModel.

13:28 Changeset [5860] by mkommend

#1418: Adapted PluginDescriptions and AssemblyDescriptions for new plugins.

11:52 Changeset [5859] by mkommend

#1049: Added version information to the plugin !treeNodes in the TypeSelector.

11:36 Changeset [5858] by mkommend

#1457: Adapated OverfittingAnalyzers to create data tables that start with 0.

11:25 Changeset [5857] by mkommend

#1418: Corrected SymbolicRegressionUnitTest and fixed typo in validation parameter description of SymbolicDataAnalysisProblem.

11:20 Changeset [5856] by svonolfe

Made the SelectedOperator parameter of the StochasticMultiBranch visible, so the name can be changed (#1392)

11:08 Ticket #1458 (Provide a mechanism in algorithms to call problem-specific ...) created by gkronber
It can be useful to initialize variables for problem specific …
11:06 Ticket #1457 (All charts showing generations or iterations should start with 0) created by mkommend
01:42 Changeset [5855] by abeham

#1330

  • Fixed calculation of normalized stress value
  • Fixed a few bugs
00:45 Changeset [5854] by mkommend

#1418: Hid additional parameters of symbolic datanalysis problem.

00:39 Changeset [5853] by mkommend

#1455: Implemented first draft of ClusteringSolutionView.

00:31 Changeset [5852] by cneumuel

#1233

  • corrected relative reference paths in csproj-files
  • fixed minor bugs
  • updated binaries

03/28/11:

20:04 Changeset [5851] by gkronber

#1411 added evaluated nodes parameter to symbolic data analysis evaluators.

19:24 Ticket #1456 (Create Plugin's for OKB.Web.Admin-Client) created by gschwarz
Please create Plugin-components for OKB.Web.Admin-Client's. Create new …
19:12 Changeset [5850] by mkommend

#1454: Implemented TypeDiscovery with multiple base types and adapted TypeSelector and CrossValidation.

18:42 Ticket #1455 (View for clustering solutions) created by gkronber
18:40 Changeset [5849] by gkronber

#1418 fixed bug in threshold calculation and added missing wiring of model changed event in DiscriminantFunctionClassificationSolution.

18:11 Ticket #1454 (PluginInfrastructure should be able to discover types implementing ...) created by mkommend
18:07 Changeset [5848] by mkommend

#1049: Adapted TypeSelector to respect the new() constraint on generic types.

17:27 Changeset [5847] by mkommend

#1418: Adapted data analysis classes to new parameter ctors.

17:27 Changeset [5846] by gkronber

#1453: changed *RSquaredEvaluators to return 0.0 (worst possible value) if the result returned by the OnlinePearsonsRSquaredEvaluator is double.NaN

17:25 Changeset [5845] by gkronber

#1453: changed OnlineEvaluators so that they do not throw an ArgumentException on receiving infinity of NaN values but instead return double.NaN as result.

17:22 Changeset [5844] by gkronber

#852: minor adaption of description string in PSO

17:22 Changeset [5843] by mkommend

#1049: Added code to create default values in ValueParameters if possible.

17:21 Changeset [5842] by gkronber

#1451 added missing check for InvokeRequired in ResultsCollectionView

17:20 Changeset [5841] by gkronber

#1418 added missing wiring of SymbolicExpressionTreeGrammarParameter in SymbolicDataAnalysisProblem

17:01 Changeset [5840] by abeham

#1330

  • Removed unnecessary files
16:15 Changeset [5839] by swagner

Fixed NullReferenceException in collection views when updating the item image of a hidden item (#1377)

15:34 Changeset [5838] by abeham

#1330

  • Renamed the DistanceMatrix parameter to Distances
  • Renamed the SwapMove to Swap2Move and renamed operators accordingly
  • Integrated changes in HeuristicLab.Analysis.Views regarding description text box
15:31 Ticket #1170 (Checked state of items in CheckedItemList is changed when items are ...) closed by gkronber
worksforme: Cannot reproduce the problem in the current trunk version (r5837)
14:53 Changeset [5837] by swagner

Implemented review comments of mkommend (#1112)

14:14 Changeset [5836] by mkommend

#1418: Fixed Symbolic Regression Unit Test.

13:34 Changeset [5835] by mkommend

#1418: Changed default formatter of SymbolicExpressionView and hid the maximization parameter for single objective symbolic data analysis problems.

13:17 Changeset [5834] by mkommend

#1313: Updated view names.

10:50 Changeset [5833] by swagner

Removed redundant new line string constant (#1416)

03/25/11:

17:18 Changeset [5832] by swagner

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

13:07 Changeset [5831] by mkommend

#1451: Fixed updating of result views in ResultCollectionView.

10:11 Ticket #1453 (OnlineEvaluators must not throw exceptions due to performance reasons) created by mkommend
00:30 Changeset [5830] by mkommend

#1313: Corrected plugin dependencies.

03/24/11:

23:56 Changeset [5829] by mkommend

#1313: Implemented new views for data analysis solutions.

23:29 Changeset [5828] by mkommend
17:35 Changeset [5827] by swagner

Updated VS image library icons (#1416)

16:15 Changeset [5826] by ascheibe

#1233 slave ui now receives status information and displays it in doughnut chart

15:52 Changeset [5825] by mkommend

#1418: Added new projects to HL-3.3.Tests.

15:46 Changeset [5824] by mkommend

#1413: Corrected jitter in RunCollectionBubbleChartView and adapted default bubble size.

13:53 Ticket #1452 (Show exact HL version string in exception dialog) created by gkronber
It is helpful for debugging if the exact HL version string is stated …
13:24 Changeset [5823] by gkronber

#1418 fixed minor issues in symbolic data analysis classes.

13:22 Changeset [5822] by gkronber

#1418 added unit test for symbolic regression with standard GP.

10:50 Changeset [5821] by svonolfe

Fixed issue in VRP move evaluators (#1185)

01:40 Changeset [5820] by abeham

#1330

  • fixed a small bug in a view

03/23/11:

14:41 Changeset [5819] by mkommend

#1451: Displayed result value in details group box of ResultCollectionView.

14:22 Ticket #1451 (ResultCollections should only show the value of the selected result in ...) created by mkommend
13:52 Changeset [5818] by gkronber

#1418 Fixed a problem with scaling of regression and classification solutions (moved scale method out of solution into the model because of leaky abstraction).

13:22 Changeset [5817] by gkronber

#1418 fixed bug in LaTeX formatter.

12:54 Changeset [5816] by gkronber

#1450 Added preliminary implementation for solution ensemble support.

12:41 Ticket #1450 (Support for ensemble solutions of data analysis models) created by gkronber
It should be possible to combine multiple models for a data analysis …
12:32 Changeset [5815] by gkronber

#1418 created branch for implementation of solution ensembles.

12:03 Changeset [5814] by abeham

#1330

  • Added a test if the reported quality of the solution instances is similar to the evaluated qualities of these solutions
  • Adapted parsing of the solution file and added another parameter whether the permutation should be treated as facility->location (HeuristicLab default) or location->facility.
  • Adapted QuadraticAssignmentProblem to use that method that corresponds with the reported quality since there is no consistent encoding over all files
  • Improved API documentation of the parsing methods
11:15 Changeset [5813] by mkommend

#1418: Fixed drag and drop on CrossValidationView.

10:48 Changeset [5812] by mkommend

#1418: Updated ProbabilisticTreeCreatorTest.

09:28 Changeset [5811] by abeham

#1330

  • Adapted QAP to new problem base class structure
  • Fixed a bug in a view
  • Merged changes from Optimization plugin into branch
01:14 Changeset [5810] by mkommend

#1418: Deleted DataAnalysis Refactoring branch.

01:09 Changeset [5809] by mkommend

#1418: Reintegrated branch into trunk.

00:33 Changeset [5808] by mkommend

#1418: Updated directories and removed old files.

00:23 Changeset [5807] by mkommend

#1418: Enabled moving of thresholds in DiscrimantFunctionClassifcationSolutionView.

00:13 Changeset [5806] by mkommend

#1418: Updated samples partition for cross validation if a new problem data is imported.

00:01 Changeset [5805] by mkommend

#1418: Removed RunCollectionVariableImpactView from outdated plugin, because it is present in the new plugin and would be shown twice otherwise.

03/22/11:

23:57 Changeset [5804] by mkommend

#1418: Corrected updating of estimation limits for symbolic regression problems.

23:46 Changeset [5803] by mkommend

#1418: Corrected spacing of problem names.

23:45 Changeset [5802] by mkommend

#1418: Added NonDiscoverableType attribute to outdated algorithms and problems.

21:42 Changeset [5801] by abeham

#1330

  • Added QAP evaluator for translocation moves
21:12 Changeset [5800] by dkahn

#1447 Removed username from session as it can be fetched by identity.

20:56 Changeset [5799] by dkahn

#1447 Added custom membership provider to web config.

20:55 Changeset [5798] by dkahn

#1447 Added custom membership provider

16:57 Changeset [5797] by cneumuel

#1233

  • ItemTreeView robustifications
  • compactified the layout in HiveJobView
16:45 Changeset [5796] by mkommend

#1418: Merged trunk changes into branch.

16:44 Changeset [5795] by ascheibe

#1233 various slave and slave tray icon improvements

16:31 Changeset [5794] by cneumuel

#1233

  • added precompiled binaries
15:54 Changeset [5793] by cneumuel

#1233

  • implemented correct downloading of paused jobs. its now also possible to change parameters and resume a algorithm
  • removed Prepare() calls in ExperimentManager and in slave, as it prevents corrent resuming of paused jobs
  • made events in ItemTreeView be invoked in the correct thread
  • reduced log output in ExperimentManager
15:07 Changeset [5792] by mkommend

#1418: Corrected ADFs and adapted unit tests.

15:06 Changeset [5791] by mkommend

#1418: Corrected deserialization of StringConvertibleValueTuple.

14:35 Changeset [5790] by ascheibe

#1233 don't save the unique machine id

14:11 Changeset [5789] by ascheibe

#1233

  • added autostart for tray icon to installer
  • machine unique id now includes the machine name
  • core: check if job already exists on slave
  • already finished jobs now fail and are sent back
13:09 Changeset [5788] by gkronber

#1418 Fixed bug in lagged variable view

12:46 Changeset [5787] by cneumuel

#1233

  • made deleting and creating directories for PluginTemp more robust
11:36 Changeset [5786] by cneumuel

#1233

  • implemented correct numbering of BatchRuns
  • improvements in ExperimentManager
  • fixed bug in server (jobs were scheduled multiple times)
  • added exception handling for task in slave
  • improved timeout handling of jobs (LifecycleManager)
04:06 Ticket #1449 (Build a simple filter with webcontrols) created by cfleisch
The implementation of building such a simple filter should rely on …
03:51 Ticket #1448 (Bubble-Chart visualization) created by cfleisch
Search a proper web-tool for visualizating bubble charts using demo …
03:44 Ticket #1447 (Provide plugin functionality) created by cfleisch
Providing a running query plugin with views and submenus. …
03:35 Ticket #1446 (Tabular view of run collection) created by cfleisch
Visualization of runs in a tabular view as in OKB Client -> …
01:56 Changeset [5785] by abeham

#1330

  • Added Swap2 move to permutation (+tabu search operators)
  • Added move evaluators for QAP (translocation/insertion missing)
  • Merged trunk-changes from Optimization into QAP branch
01:47 Changeset [5784] by swagner

Set some parameters to hidden per default (#1377)

01:23 Changeset [5783] by swagner

Continued implementation of parameter hiding (#1377)

03/21/11:

21:50 Changeset [5782] by ascheibe

#1233

  • fixed job pause bug... again
  • general Executor improvements
21:23 Changeset [5781] by epitzer

Use only the assembly name without version information when activating assemblies in ProgrammableOperator (#1404)

17:58 Changeset [5780] by ascheibe

#1233 worked on installer and slave

15:47 Ticket #1445 (Runs disappear in moved Optimizer in an Experiment) created by cfischer
Steps to reproduce: * Experiment with two Optimizers (e.g. GA, …
15:05 Changeset [5779] by cneumuel

#1233

  • implemented pause, stop for single jobs
  • introduced Command property for jobs (to distinguish between state and command (abort vs. aborted))
  • improved behaviour of ItemTreeView (double click opens new window, selected item stays marked)
  • fixed bugs in StateLogGanttChartListView and HiveJobView
  • fixed cloning of client-side dtos
14:16 Changeset [5778] by ascheibe

#1233

  • log uncaught exceptions to an eventlog if available
  • fixed job pause bug
13:29 Changeset [5777] by mkommend

#1418: Corrected plugin dependencies.

10:39 Changeset [5776] by mkommend

#1418: Removed unused class SymbolicDataAnalysisSolutionCreator.

10:34 Changeset [5775] by mkommend

#1418: Renamed ModelSelectionPartition to ValidationPartition.

10:31 Changeset [5774] by mkommend

#1418: Corrected ItemImage of StringConvertibleValueTypeTuple.

09:03 Changeset [5773] by svonolfe

Updated VNS sample (#1425)

00:35 Changeset [5772] by mkommend

#1418: Fixed bug in CrossValidation.

00:28 Changeset [5771] by mkommend

#1418: Updated overfitting analyzers to do nothing if validation partition is not set.

00:19 Changeset [5770] by mkommend

#1418: Changed data type of estimation limits and corrected some bugs.

03/20/11:

13:12 Changeset [5769] by svonolfe

Fixed visibility of SubScopesCloner constructors (#1425)

02:36 Changeset [5768] by swagner

Enabled hiding of parameters (#1377)

00:16 Changeset [5767] by abeham

#567

  • removed default name

03/19/11:

11:40 Ticket #1444 (Implement Bubble Chart for Testing) created by mjesner
Implement Bubble Chart using the chart form (WebControl). try to use …
11:32 Changeset [5766] by mkommend

#1325: Corrected deserialization of VariableCondition symbol.

11:22 Changeset [5765] by mholper

first call against AdminService working, WSIT-Files adapted (added TrustCallBackHandler) #1441

11:10 Changeset [5764] by wtollsch

#1433 removed service reference from pluginhost

11:03 Changeset [5763] by wtollsch

#1433 connection with new AdministrationService established

10:27 Changeset [5762] by mholper

first call against AdminService working, WSIT-Files adapted (added TrustCallBackHandler) #1441

09:37 Changeset [5761] by mholper

first Unit-Test build against new AdministrationService #1441

09:05 Changeset [5760] by bfarka

added certificate and keystore #1441

02:22 Changeset [5759] by mkommend

#1418:

  • Worked on IntRange and DoubleRange
  • Updated evaluators, analyzers, problems and problem data to use IntRanges
  • Removed properties to access the value of LookupParameter
  • Corrected files.txt

03/18/11:

23:23 Changeset [5758] by mkommend

#1418: Removed unused project Problems.ExternalEvaluation.GP.Views-3.4 from the solution file.

23:21 Changeset [5757] by mkommend

#1418: Implemented StringConvertibleValueTuple, IntRange, DoubleRange and the according views.

21:35 Changeset [5756] by cfleisch

Test Query Plugin added #1439

15:50 Changeset [5755] by svonolfe

Added VNS sample (#1425)

15:37 Changeset [5754] by svonolfe

Deleted VNS branch (#1425)

15:36 Changeset [5753] by svonolfe

Integrated VNS into trunk (#1425)

15:20 Changeset [5752] by svonolfe

Added simulated annealing improvement operator (#1425)

14:15 Changeset [5751] by svonolfe

Modified LocalSearch main loop (#1425)

12:50 Changeset [5750] by gkronber

#1418 Implemented variable view that allows to add and remove variable strings (ported from external evaluation views). Implemented formatter and grammar for external evaluation plugin. Fixed bug in symbolic expression view. Fixed bug in run collection variable impact view. Removed unused plugin HeuristicLab.Problems.ExternalEvaluation.GP.Views. Renamed files.

10:44 Changeset [5749] by gkronber

#1418 Minor changes in SymbolicDataAnalysisExpressionTreeInterpreter to prepare for integration of interval arithmetic.

10:28 Changeset [5748] by gkronber

#1418 added calculation of variable impacts to variable frequency analyzer.

10:01 Changeset [5747] by gkronber

#1418 renamed bounded evaluator, added base classes for single objective and multi objective validation analzers, added overfitting analyzers for symbolic regression and classification.

09:57 Changeset [5746] by gkronber

#1418 bug fixes and minor changes to improve performance in online evaluators.

07:27 Changeset [5745] by gkronber

#1418 ported formatters.

01:38 Changeset [5744] by swagner

Implemented dragging of multiple items in all collection views and refactored drag & drop code (#1112)

03/17/11:

23:44 Changeset [5743] by mholper

added WSIT-Files for 4 Services #1441

21:40 Changeset [5742] by gkronber

#1418 fixed grammar cloning bug, improved analyzers for multi objective symbolic data analysis problems.

17:03 Documentation/DevelopmentCenter/DeveloperGuidelines edited by abeham
(diff)
17:02 Changeset [5741] by gkronber

#1432: implemented NonDiscoverableType attribute and removed attributed types from type discovery.

16:59 Documentation/DevelopmentCenter/BestPractices created by abeham
Started wiki page about development best practices
16:42 Changeset [5740] by abeham

#567

  • Changed project plugin to create the version folder inside the project folder (a little workaround)
16:30 Changeset [5739] by gkronber

#1443 minor change to reduce expected number of comparisons in double.IsAlmost extension

16:02 Changeset [5738] by svonolfe

Updated naming of operators (#1425)

15:21 Changeset [5737] by gkronber

#1418 removed unused classes

15:14 Changeset [5736] by gkronber

#1418 implemented linear scaling for classification solutions, fixed bugs interactive simplifier view for classification solutions.

14:35 Changeset [5735] by svonolfe

Implemented review comments of swagner (#1425)

14:28 Changeset [5734] by gkronber

#1418 changed folder name to 'Outdated Plugins'

14:07 Changeset [5733] by mkommend

#1418: Corrected problem interfaces & unified naming of subtrees.

13:53 Changeset [5732] by gkronber

#1418 fixed bug in variable frequency analyzer.

13:24 Changeset [5731] by mkommend

#1418: Commited remaining changes from project reorganization.

13:13 Changeset [5730] by mkommend

#1418: Reorganized Problems.DataAnalysis.

12:25 Changeset [5729] by gkronber

#1418 moved liner scaling method into symbolic regression model and fixed bug in interactive solution simplifier

11:37 Changeset [5728] by mkommend

#1418: Corrected deserialization of SymbolicExpressionTreeNode.

10:56 Changeset [5727] by mkommend

#1418: Adapted ProbabilisticTreeCreator.

10:42 Changeset [5726] by mkommend

#1418: Fixed grammars to allow ADF's.

09:12 Changeset [5725] by svonolfe

Implemented review comments from swagner (#1392)

03/16/11:

22:55 Changeset [5724] by bfarka

changed package path for the stub generation #1441

22:32 Changeset [5723] by abeham

#1330

  • Moved MDS into Analysis
  • Added test with some simple examples
19:29 Changeset [5722] by gkronber

#1418 fixed evaluator call from validation analyzers, fixed bugs in interactive simplifier view and added apply linear scaling flag to analyzers.

18:05 Changeset [5721] by ascheibe

#1233 worked on slave and slave service installer

17:13 Changeset [5720] by gkronber

#1418 Added upper and lower estimation bounds for symbolic classification and regression.

17:11 Changeset [5719] by mkommend

#1418: Refactored MultiManipulators of SymbolicExpressionTreeEncoding.

17:02 Changeset [5718] by cneumuel

#1233

  • fixed statelog when time on server differs from slave or client
  • fixed wrong creation of childjobs in experiment manager
  • made ganttchardview the default view for statelogs
16:34 Changeset [5717] by gkronber

#1418 Implemented interactive simplifier views for symbolic classification and regression.

16:22 Changeset [5716] by mkommend

#1418: Updated estimation limits on symbolic data analysis problem creation.

15:33 Changeset [5715] by mkommend

#1418: Removed unused files.

15:12 Changeset [5714] by mkommend

#1442: Corrected bug in TupleSerializer.

14:57 Changeset [5713] by mkommend

#1418: Small change in TupleSerializer.

14:47 Changeset [5712] by mkommend

#1418: Fixed persistence of SymbolicExpressionGrammars.

14:12 Changeset [5711] by ascheibe

#1233

  • use SlaveComm Endpoint from app.config
  • various further slave bugfixes/cleanups
  • added preliminary icon for hive slave ui and some slave ui improvements
  • added resource deletion to admin ui
  • fix service exception thrown if there is no EventLog
13:51 Changeset [5710] by swagner

Corrected plugin dependencies in plugin HeuristicLab.Clients.Common (#1298)

13:37 Changeset [5709] by cneumuel

#1260

  • updated hive binaries
13:32 Changeset [5708] by cneumuel

#1233

  • changed the way transactions are handled
13:31 Changeset [5707] by cneumuel

#1260

  • some changes due to the removal of Disposable (r5706)
  • copy PluginInfrastructure files into PluginCache folder in slaves (needed due to r5703)
13:27 Changeset [5706] by cneumuel

#1298

  • removed Disposable
12:13 Changeset [5705] by mkommend

#1443: Corrected handling of infinity in extension method IsAlmost.

11:24 Changeset [5704] by abeham

#567

  • Added item template
  • Adapted problem template
  • Enabled tab key to continue editing the next column in the grid
11:22 Ticket #1443 (DoubleExtension IsAlmost does not handle infinity values correctly) created by mkommend
10:48 Changeset [5703] by cneumuel

#1429

  • ensure that assemblies are only searched in PrivateBinPath and not in ApplicationBase. This is important for a hive slave creating a AppDomain with assemblies from a path different from the path of the executing AppDomain
01:08 Changeset [5702] by swagner

Implemented dragging of multiple items in RunCollectionView (#1112)

00:23 Changeset [5701] by swagner

Restructured and formatted code of ClientFactory (#1298)

Note: See TracTimeline for information about the timeline view.