Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

04/08/11:

21:41 Changeset [5993] by gkronber

#1418 fixed issues in interactive simplifier views for regression and classification solutions regarding automatic folding of nodes without impact on the solution quality and problems with ADFs.

16:58 Changeset [5992] by dkahn

#1198 cleaned up subdirectory - removed obsolete code

16:54 Changeset [5991] by cfleisch

#1198 Added service references to web.config

16:23 Changeset [5990] by dkahn

#1198 Store username also in session may be fetched by identity or session now

16:17 Changeset [5989] by dkahn
16:04 Changeset [5988] by dkahn

#1198 restoring membership provider and removing Query references.

16:02 Changeset [5987] by gkronber

#1418 improved memory usage of symbolic data analysis expression tree interpreter.

15:32 Changeset [5986] by dkahn

#1198 fixed web config

15:31 Changeset [5985] by bfarka

added dependencies for junit #1441

11:40 Changeset [5984] by gkronber

#1466 implemented check for .NET version 4.0 (full profile) and a warning dialog with the download URL.

10:08 Changeset [5983] by mkommend

#1418: Added after deserialization hook to SymbolicExpressionSymbolFrequencyAnalyzer for newly added parameter.

01:03 Changeset [5982] by bfarka

added ServiceDependicies for all 4 services #1441

04/07/11:

23:36 Download edited by swinkler
Updated download page (diff)
22:23 Changeset [5981] by bfarka

adding initial project structure #1441

22:10 Changeset [5980] by bfarka

creating new branch for the OKBJavaConnector #1441

22:08 Changeset [5979] by bfarka

renaming project for wshttpbinding #r1441

19:57 Changeset [5978] by abeham

changed .Net4 to .NET4

18:15 Ticket #1468 (ResultsParameter of the QualityAnalyzer has a wrong generic datatype) created by abeham
The QualityAnalyzer.ResultsParameter is a …
15:01 Changeset [5977] by msammer

#1446 added user-controls RunCollectionDetail, RunCollectionTable and class RunCollectionData for showing the run-results

14:06 Changeset [5976] by mkommend

#1413: Corrected bugs regarding automatic coloring and axis value changes in RunCollectionBubbleChart. Additionally removed feature to drag runs because it was useless.

10:31 Changeset [5975] by mkommend

#1313: Updated view names to use spaces instead of !camelCasing.

10:10 Ticket #1467 (Allele frequency analyzer for symbolic data analysis expression trees) created by gkronber
10:02 Changeset [5974] by dkahn

#1198 cleaning up previously added generated files and sandbox specific content

10:00 Changeset [5973] by dkahn

#1198 cleaning up previously added generated files and sandbox specific content

08:47 Changeset [5972] by gkronber

#1429 fixed icon of splash screen

08:00 Ticket #1466 (Check if correct version of .NET framework is installed on startup) created by gkronber
07:49 Changeset [5971] by gkronber

#1418 added a parameter to the symbol frequency analyzer in symbolic expression tree encoding which indicates if the frequencies of symbols with the same name but different number of subtrees should be aggregated.

04/06/11:

18:37 Changeset [5970] by abeham

#1465

  • Separated HistogramView into a view and a control
  • Added the HistogramControl to ChartControlsExtensions (not yet userfriendly)
13:00 AdditionalMaterial edited by gkronber
fixed url (diff)
13:00 Changeset [5969] by gkronber

moved files for HL tutorial

12:59 Changeset [5968] by gkronber

created a folder for files of gkronber

12:59 Changeset [5967] by gkronber

improved named for mammography dataset

12:59 AdditionalMaterial edited by gkronber
added additional material for HL tutorial at GECCO (diff)
12:58 Changeset [5966] by gkronber

added classification data set for HL tutorial

12:55 Changeset [5965] by gkronber

added poly-10 benchmark data set

12:54 Changeset [5964] by gkronber

added folder for gecco additional material

11:15 Changeset [5963] by mkommend

#1453: Added error state assert in OnlineCalculatorPerformanceTest.

10:45 Changeset [5962] by mkommend

#1418: Fixed OnlineNormalizedMeanSquaredErrorCalculator and added results description in RegressionSolution.

01:01 Changeset [5961] by abeham

#1465

  • Worked on the histogram view

04/05/11:

21:29 Changeset [5960] by abeham

#852

  • Removing the PSO branch
21:26 Changeset [5959] by abeham

#1465

  • Created branch for implementing a histogram view
21:12 Ticket #1465 (Visualize histogram data) created by abeham
I would like to visualize data distributions in a histogram, as well …
17:45 Changeset [5958] by cneumuel

#1233

  • initial port of HiveEngine
17:24 Changeset [5957] by cfischer

#1364 revised NSM based on review feedback from mkommend:

  • use linq to select min/max quality for use range option
  • use range option is now enabled by default
  • added event handler to throw exception in case CopySelected is set to false (NSM itself ignores this flag and works like this flag is true)
  • changed behavior of max attempts: execute the inner selector up to max attempts times to find different parents and fill the remaining positions only afterwards
  • some variable name refactoring
  • changed type of inner selector to ISingleObjectiveSelector
  • changed parameter types for the three NSM parameters to FixedValueParameter
  • added AfterDeserializationHook to enable opening and executing of optimizers with old NSM implementations
16:30 Changeset [5956] by mkommend

#1464: Corrected behavior of ViewHost and SymbolicExpressionTreeChart.

16:29 Ticket #1464 (An exception is thrown if the ViewHost is smaller than 0 (width or height).) created by mkommend
The reason behind this is that some views do not handle width or …
15:37 Changeset [5955] by cneumuel

#1233

  • seperated ExperimentMangerClient (OKB-Style, contains business logic) and HiveExperiment (mainly only contains information)
  • fixed redundant cloning methods in dtos
  • added simple statistics in HiveExperiment which the user can see before downloading an experiment
  • added db-delete cascade for slaves and statelogs - now slaves can be safely deleted
12:42 Changeset [5954] by mkommend

#1462: Added algorithms and problems folder to HeuristicLab.Optimization.

11:44 Changeset [5953] by abeham

#1330

  • Added IStorableContent interface
11:19 Ticket #1463 (Improve wiring code of SingleObjectiveTestFunctionProblem) created by mkommend
The wiring code in the SingleObjectiveTestFunctionProblem is …
10:19 Changeset [5952] by mkommend

#1453: Added UnitTest for OnlineCalculators to enable performance monitoring.

10:00 Changeset [5951] by abeham

#1462

  • Fixed wiring code, some intermediate algorithm classes were missing the base call so that several events did not get registered

04/04/11:

22:49 Changeset [5950] by abeham

#1330

  • Added three solution files that were not included in the tarball, but are available on the website
22:30 Changeset [5949] by abeham

#1330

  • some remaining problems with benchmark data, two instances had quality values and solutions that did not go together
21:36 Changeset [5948] by abeham

#1330

  • fixed an oversight in the last commit
21:22 Changeset [5947] by abeham

#1330

  • simplified parser
  • correctly reading first matrix as weights (accessed by index of permutation) and second matrix as distances (accessed by value of permutation)
19:21 Changeset [5946] by abeham

Added download buttons as psd files

19:17 WikiStart edited by abeham
Linked to current version specific changelog (diff)
19:14 WikiStart edited by abeham
Added some links below the download button here (diff)
19:12 Download edited by abeham
Added download button here (diff)
19:06 WikiStart edited by abeham
changed image (diff)
19:05 HL-Download-Link.png attached to Pictures by abeham
18:59 WikiStart edited by abeham
Changed link from direct download to download page (diff)
18:45 WikiStart edited by abeham
(diff)
18:42 WikiStart edited by abeham
Added fancy download button (diff)
18:09 Changeset [5945] by mkommend

#1453: Stopped iterating over the enumerables in the static calculate method in OnlineCalculators.

16:07 Changeset [5944] by mkommend

#1418: Added unit tests for the Problems.DataAnalysis-3.4 project.

15:48 Changeset [5943] by mkommend

#1453: Updated directory name of OnlineCalculators.

15:38 Changeset [5942] by mkommend

#1453: Renamed IOnlineEvaluator to IOnlineCalculator

10:38 Changeset [5941] by mkofler

#852: Set the default inertia value to 1 for consistency reasons.

10:23 Changeset [5940] by cneumuel

#1260

  • updated hive binaries
09:53 Ticket #1462 (The selected MoveEvaluator of a SingleObjectiveTestFunction is not ...) created by swinkler
This problem occurs when using Tabu Search, e.g.
01:12 Changeset [5939] by abeham

#1330

  • fixed missing AssemblyInfo.cs
01:01 Changeset [5938] by abeham

#1330

  • Added HeuristicLab.Problems.QuadraticAssignment.Tests-3.3 project to solution
  • Fixed assembly name in HeuristicLab.Analysis.Tests-3.3
  • Added another test case to the MDS tests
  • Referenced the two QAP plugins in the tests project
  • Removed plugin dependency in HeuristicLab.Problems.QuadraticAssignment.Views to HeuristicLab.Optimization as the unit test complained about it

04/03/11:

23:43 Changeset [5937] by mkommend

#1418: Fixed broken SymbolicRegressionUnitTest again.

17:02 Changeset [5936] by mkommend

#1418: Removed asserts from SymbolicDataAnalysisExpressionTreeSimplifier.

01:08 Ticket #1459 (TypeCoherentExpressionGrammar is not available for external evaluation) closed by abeham
obsolete: Thank you Eric. I have talked with mkommend about the …
00:53 Changeset [5935] by abeham

#852

  • Renamed CurrentIteration to Iterations

04/02/11:

23:17 Changeset [5934] by abeham

#1330

  • removed QAP branch
23:13 Changeset [5933] by abeham

#1330

  • Merged QAP from branch into trunk
  • Merged MDS from branch into trunk
  • Merged Swap2 moves from branch into trunk
22:16 Changeset [5932] by abeham

#1330

  • Finished further changes from review
16:45 Changeset [5931] by abeham

#1330

  • changes according to the review
16:34 Changeset [5930] by abeham

#1330

  • fixed a bug in the swap-2 move evaluator regarding asymmetric matrices and matrices with non-zero diagonals
  • fixed a similar bug for evaluating inversion moves
  • enhanced test cases
  • Renamed !QAPSwapMoveEvaluator.cs to !QAPSwap2MoveEvaluator.cs
02:13 Changeset [5929] by swagner

Adapted context menu of ParameterCollectionView (#1377)

01:52 Changeset [5928] by swagner

Prevented disappearing of runs in an optimizer when moving the optimizer up or down in an experiment (#1445)

00:27 Ticket #1461 (Release HeuristicLab 3.3.4) created by swagner
Release steps: Trunk: 1. Update samples 1. Increment plugin …

04/01/11:

17:15 Changeset [5927] by cneumuel

#1215

  • worked on configurability of SymbolicExpressionGrammar
14:05 Changeset [5926] by gkronber

#1418 changed views for time lag and lagged variable symbols to allow a lag value of zero

13:45 Changeset [5925] by gkronber

#1418 fixed bugs in symbolic expression tree operators.

11:13 Changeset [5924] by gkronber

#1418 fixed another bug in variable frequency analyzer.

10:12 Changeset [5923] by gkronber

#1418 fixed bugs in symbolic data analysis expression tree interpreter regarding evaluation of models with lagged variables and dynamic symbols.

09:49 Changeset [5922] by gkronber

#1418 fixed bug in variable frequency analyzer (when lagged variables are not aggregated)

08:48 Changeset [5921] by mkommend

#1418: Fixed broken SymbolicRegressionUnitTest.

01:52 Changeset [5920] by cfleisch

#1439 Authentication process modified to work well with query plugin

01:47 Changeset [5919] by cfleisch

#1439 Example implementation of method GetFilters() in view Filter added

03/31/11:

23:25 PSO_Regrouping.png attached to Documentation/Reference/Particle Swarm Optimization by mkofler
MultiPSO - Regrouping of sub-swarms
23:23 Documentation/Reference/Particle Swarm Optimization edited by mkofler
Added illustration for MultiPSO (diff)
23:07 Documentation/Reference/Particle Swarm Optimization edited by mkofler
(diff)
23:03 Documentation/Reference/Particle Swarm Optimization edited by mkofler
Added illustration for PSO topologies (diff)
22:53 PSO_Topologies.png attached to Documentation/Reference/Particle Swarm Optimization by mkofler
Added illustration of PSO topologies
19:39 Changeset [5918] by gkronber

#1418 minor changes in all architecture altering operators unit test.

19:23 Changeset [5917] by gkronber

#1418 minor bug fix in all architecture altering operators test.

19:20 Changeset [5916] by gkronber

#1418 changed crossover operator for symbolic expression trees to allow extensions and reductions of the number of subtrees for variable-arity symbols.

18:41 Changeset [5915] by gkronber

#1418 Fixed bug in symbolic data analysis expression tree simplifier and added test cases.

18:23 Changeset [5914] by mkommend

#1418: Changed DataAnalysisSolutions and -Models and updated GenerateRowsToEvaluate method in SymbolicDataAnalysisEvaluator.

17:20 Changeset [5913] by abeham

#567

  • Fixed a minor bug in the control, updated installer
17:10 Changeset [5912] by abeham

#567

  • updated problem and algorithm
  • reverted plugin wizard
16:30 Documentation/Reference/Particle Swarm Optimization edited by mkofler
Added screenshots of velocity bounds and inertia updaters (diff)
16:22 Changeset [5911] by mkofler

#852: Small code fixes as discussed with abeham. Renamed SwarmUpdater to RealVectorSwarmUpdater. Moved update code for velocity bounds wiring in RealVectorSwarmUpdater to new method.

15:25 Changeset [5910] by cfleisch

#1439 Query tool as plugin implemented, added submenu items

15:17 Changeset [5909] by gkronber

#1418 made data analysis solutions storable.

14:50 Documentation/Reference/Particle Swarm Optimization edited by mkofler
(diff)
14:42 PSO_SwarmUpdater.png attached to Documentation/Reference/Particle Swarm Optimization by mkofler
14:38 PSO_InertiaUpdater.png attached to Documentation/Reference/Particle Swarm Optimization by mkofler
Screenshot of the inertia updater
13:52 Documentation/Reference/Particle Swarm Optimization edited by mkofler
Added reference to PhD thesis by Mendes (diff)
13:42 Documentation/Reference/Particle Swarm Optimization edited by mkofler
Improved PSO wiki page (diff)
13:11 Ticket #1428 (BubbleChart uses index as x-values if all a-values are 0.0) closed by mkommend
rejected: Thank you for the bug report. But as this it the default behavior of …
13:07 Changeset [5908] by mkommend

#1460: Corrected StringConvertibleValueView.

12:01 UsersSamples edited by mkofler
Added screenshot for PSO sample (diff)
11:57 PSO_Schwefel-screenshot.png attached to UsersSamples by mkofler
Screenshot of running PSO sample for Schwefel test function
11:57 UsersSamples edited by mkofler
Added PSO sample description (diff)
11:37 Changeset [5907] by mkommend

#1418: Removed calls to IEnumerable.Count() in performance critical sections.

11:23 Documentation/FirstSteps edited by mkofler
Added link to PSO wiki page in user manual (diff)
11:22 Changeset [5906] by mkommend

#1411: Reverted changesets regarding the number of evaluated nodes.

10:59 Changeset [5905] by mkofler

#852: Wired SwarmUpdater to update velocity vector when the scaling parameter is adjusted.

10:43 Changeset [5904] by gkronber

#1453: improved performance of online evaluators.

10:42 Changeset [5903] by gkronber

#1454: renamed parameter and minor changes.

03:24 Changeset [5902] by swagner

Worked on OKB (#1174)

03:05 Changeset [5901] by swagner

Added flag in ParameterCollectionView to define whether hidden parameters can be edited or not (#1377)

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.

Note: See TracTimeline for information about the timeline view.