Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

01/17/12:

23:56 Changeset [7352] by abeham

#1759

  • Added simple command file to execute FxCop rules from HeuristicLab.FxCop.dll on all HeuristicLab.*.dll files in the bin directory
23:54 Changeset [7351] by abeham

#1722

  • fixed some problems that were identified with the first existing FxCop rules (duplicate storable hook in ExternalEvaluationProblem, multiple wrong names)
  • generally renamed AttachEventHandlers to RegisterEventHandlers to be consistent
  • fixed some backwards compatible regions to use the format from the snippet and the comment
23:28 Changeset [7350] by abeham

#1759

  • Changed storable hook name rule to correctly distinguish between BeforeSerialization and AfterDeserialization hooks
  • Added a new rule that checks if more than one storable hook is defined in a class
21:48 Changeset [7349] by ascheibe

#1174 some minor changes:

  • set the database location to the default location of SQL Server 2008R2 in the Create OKB script
  • added the certificate key of my machine to the client app.config
  • added OKB roles
19:05 Documentation/Reference/Genetic Programming Crossovers edited by bburlacu
(diff)
19:04 Documentation/Reference/Genetic Programming Crossovers edited by bburlacu
(diff)
19:03 Documentation/Reference/Genetic Programming Crossovers edited by bburlacu
(diff)
18:57 83lyxpreview1.png attached to Documentation/Reference/Genetic Programming Crossovers by bburlacu
05-semantic-similarity-condition
18:56 77lyxpreview1.png attached to Documentation/Reference/Genetic Programming Crossovers by bburlacu
04-semantic-similarity-distance
18:55 73lyxpreview1.png attached to Documentation/Reference/Genetic Programming Crossovers by bburlacu
03-behavioral-selection-weights
18:55 72lyxpreview1.png attached to Documentation/Reference/Genetic Programming Crossovers by bburlacu
02-normalized-behavioral-distance
18:53 71lyxpreview1.png attached to Documentation/Reference/Genetic Programming Crossovers by bburlacu
01-behavioral-distance
18:48 Documentation/Reference/Genetic Programming Crossovers created by bburlacu
16:23 Changeset [7348] by bburlacu

#1682: Updated license information, removed redundant inheritance from ISymbolicDataAnalysisExpressionCrossover, deleted misplaced files.

16:18 Changeset [7347] by sforsten

#1758:

  • Bug fix in ItemCollectionView: Content events are deregistered in Dispose method
  • Bug fix in ItemCollectionView: Item events are deregistered in OnContentChanged method
  • small changes in RegressionSolutionView
16:06 Changeset [7346] by bburlacu

#1682: Removed unnecessary files.

15:23 Changeset [7345] by abeham

#1614

  • added first version of GRASP+PR algorithm
15:18 Changeset [7344] by bburlacu

#1682: New branch format: removed unnecessary files, merged remaining.

15:14 Documentation/Howto/Setup OKB Server created by ascheibe
14:32 Changeset [7343] by bburlacu

#1682: Switched to new branch format for ProbabilisticFunctionalCrossover and friends.

14:21 Documentation/Howto/SetupHiveServer edited by ascheibe
(diff)
13:00 Ticket #1762 (Move Hive Progress Control to MainForm.WindowsForms) created by ascheibe
Move the Hive Progress Control from Clients.Hive.Views.Progress to …
12:51 Changeset [7342] by ascheibe

#1761 added a delay when switching to the tab page on which an item is dragged on

11:14 Ticket #1761 (Add a delay to the DragOverTabControl) created by ascheibe
When dragging an item over a tab page header there should be a delay …
11:11 Changeset [7341] by ascheibe

#1722 switched the tab control in the Hive Job Manager to a DragOverTabControl

00:23 Ticket #1760 (Processing time of optimizers increases when optimizers are executed ...) created by swagner
When executing a batch run which contains an optimizer with a rather …

01/16/12:

23:45 Changeset [7340] by abeham

#1759: added project to include FxCop rules for HeuristicLab 3.3

23:43 Ticket #1759 (Add FxCop rules to HeuristicLab) created by abeham
There's a tutorial on the …
18:24 Changeset [7339] by spimming

#1680:

  • List-Operations added to Interface and AzureProvider
  • AddCertificate- and AddAzureService-Dialog added
17:56 Documentation/DevelopmentCenter/ReviewGuidelines edited by swagner
(diff)
17:06 Changeset [7338] by sforsten

#1758: first version to change the data set in a model has been implemented

17:04 Changeset [7337] by sforsten

#1752: some methods were added to Dataset to easier obtain string and Datetime values

17:02 Changeset [7336] by sforsten

#1669:

  • bug fixed in RegressionBenchmark
  • adapted trainings partitions of some benchmark problems
16:59 Changeset [7335] by bburlacu

#1756: Also removed the InsertEmptyPoints call from inside the ToggleSeriesData method.

15:42 Changeset [7334] by ascheibe

#1174 added StaticItemImage property to the OKB Item, Algorithm and Problem

15:23 Changeset [7333] by bburlacu

#1756: Fixed series color for empty points.

15:11 Changeset [7332] by ascheibe

#1174 adapted frame filenames to new naming scheme

14:57 Changeset [7331] by ascheibe

#1174

  • switched to new build style for branches and improved config merging
  • updated year in license headers and assembly infos
  • updated version in plugin files and assembly infos
13:32 Changeset [7330] by sforsten

#1758: create branch for 'Change Dataset of RegressionModel'

13:29 Ticket #1758 (Change Dataset of RegressionModel) created by sforsten
A new button will be added in the RegressionSolutionView to import a …
10:01 Documentation/DevelopmentCenter/ReviewGuidelines edited by abeham
added points from swagner (diff)

01/15/12:

14:47 Ticket #1757 (Hive slave tray icon loses connection after recovering from sleep) created by abeham
When recovering the operating system (Windows 7) from sleep, the tray …
00:59 Changeset [7329] by ascheibe

#1745 added a random number generator creator for subscopes to make island ga runs reproducible

01/14/12:

21:33 Changeset [7328] by sforsten

#1669: corrected mistake while generating the dataset

01:47 EvoSoft/2012 edited by swagner
(diff)

01/13/12:

18:16 Changeset [7327] by bburlacu

#1756: Fixed speed issue in RegressionSolutionLineChartView. The problem was an unnecessary call to the InsertEmptyPoints procedure. The MSDN website (http://msdn.microsoft.com/en-us/library/dd456677.aspx) specifies the context in which this method is useful: when the data points have no Y value. In our case however there are no such points, so by removed the calls the performance becomes similar to the scatter plot (which also does not insert empty points).

16:06 Ticket #1756 (Line chart is slow for large regression problems) created by bburlacu
When the problem data contains a large number of rows (20000-50000), …
16:01 Changeset [7326] by spimming

#1680:

  • New model classes
  • New service operation methods added
  • License information added
14:21 Changeset [7325] by ascheibe

#1745 added result storing operations for the reducer

13:45 Changeset [7324] by spimming

#1680:

  • Methods to add and remove Subscription in CloudManagerClient
  • AddSubscriptionDialog integrated
  • OnContentChanged implemented
00:13 Changeset [7323] by ascheibe

#1745 added multiple reduction operations

01/12/12:

22:03 Ticket #1755 (Plugin manager may describe a missing dependency as a dependency cycle) created by abeham
To reproduce: 1. Download HeuristicLab 3.3.6 1. Extract it and …
19:31 Changeset [7322] by ascheibe

#1745

  • disabled parallel solution creation and evaluation because of the hive engine
  • improved parameter lookup in reduction operators
  • added ReductionTypes
18:37 Changeset [7321] by epitzer

#1696: Tweak appearance of VRP visualization

17:14 Changeset [7320] by ascheibe

#1744 fixed a bug in the job scheduler for hive engine tasks

01/11/12:

17:47 Changeset [7319] by abeham

#1614: worked on GQAP (added operators, assignment view)

17:44 Changeset [7318] by abeham

#1754: Added copy & paste support for StringConvertibleArrayView similar to StringConvertibleMatrixView

17:14 Changeset [7317] by spimming

#1680:

  • Use IItemLists for data
  • Show CloudResourceView in HiveCloudManagerView
16:55 Ticket #1754 (Copy & Paste support for StringConvertibleArrayView) created by abeham
It would be nice to be able to copy a column or a row from Excel into …
15:07 Changeset [7316] by svonolfe

Added Picture generator (#1696)

13:05 Changeset [7315] by epitzer

#1696: Add VRP depot excentricity metrics

13:03 Changeset [7314] by epitzer

#1696: Update ALGLIB references

10:34 Changeset [7313] by abeham

#1722: changed year in license snippet

09:19 Changeset [7312] by abeham

#1614: added views project

09:16 Changeset [7311] by abeham

#1614

  • updated GQAP

01/10/12:

23:27 Changeset [7310] by ascheibe

#1745

  • moved island analyzer to islands
  • fixed bug which lead to bad performance compared to the original island GA
17:36 Changeset [7309] by sforsten

#1752: -data set is exported exactly in the way it is stored in the Dataset class

17:34 Changeset [7308] by sforsten

#1669: added a dialog to select benchmark problems

17:32 Changeset [7307] by sforsten

#1669:
-adjusted some benchmark problems from Keijzer

17:25 Ticket #1753 (Move GanttChart control from Clients.Hive.Views to ...) created by ascheibe
17:13 Ticket #1752 (Export Dataset to CSV) created by sforsten
A new button in DataAnalysisProblemView will export the problem data …
17:11 Ticket #1751 (Tasks overview doesn't get refreshed when refreshing the job) created by ascheibe
17:04 Changeset [7306] by gkronber

#1750 added results for the support vector regression.

17:03 Ticket #1750 (Support vector regression and classification algorithms should provide ...) created by gkronber
Currently only the solution is returned as result.
17:01 Changeset [7305] by gkronber

#1746 removed constants in alleles considered by the SymbolicDataAnalysisAlleleFrequencyAnalyzer.

16:56 Changeset [7304] by gkronber

#1738 changed tooltip for data rows in the DataTableView

15:23 Changeset [7303] by bburlacu

#1682: Override of the CanChangeName property, added friendly names for the crossover operators.

13:18 Documentation/DevelopmentCenter/BestPractices edited by abeham
(diff)
13:16 Documentation/DevelopmentCenter/DeveloperGuidelines edited by abeham
added information on .resx files (diff)
13:03 Documentation/DevelopmentCenter/ReviewGuidelines created by abeham
first version of the review guidelines
13:03 Changeset [7302] by mkommend

#1746: Added solution for constant optimization.

12:48 Changeset [7301] by mkommend

#1746: Branched working copy version of the symbolic regression plugin.

12:45 Changeset [7300] by mkommend

#1746: Renamed branch to ConstantOptimization.

01/09/12:

22:59 Ticket #1749 (Wrong time lag settings cause exception) created by swinkler
Setting the minimum time offset to 0 and the maximum time offset to …
17:53 Features/Genetic Programming edited by swagner
(diff)
17:33 ChangeLog edited by swagner
(diff)
16:14 Changeset [7299] by spimming

#1680:

  • Azure management utils initial version added
  • View for cloud resources
15:48 Changeset [7298] by sforsten

#1669:
-merged r7284:7296 from trunk into regression benchmark branch
-removed all unchanged projects and adjusted the output path for remaining projects to "..\..\..\..\trunk\sources\bin\"

15:17 Changeset [7297] by abeham

#1748: Added option to display row as StepLine

14:33 Ticket #1748 (Add StepLine chart to DataRowChartType) created by abeham
14:03 Ticket #1747 (Implement scrolling with the mouse wheel for the OperatorGraphVisualization) created by ascheibe
It would be nice to be able to scroll in the OperatorGraphView with …
13:56 Changeset [7296] by ascheibe

#1745 fixed migrations counting

11:42 Changeset [7295] by gkronber

#1733 updated alglib sources to version 3.4.0 of alglib and updated project and plugin references

11:42 Changeset [7294] by gkronber

#1733 updated alglib sources to version 3.4.0 of alglib and updated project and plugin references

11:33 Changeset [7293] by gkronber

#1746: added binary of AutoDiff library for symbolic differentiation and an improved version of the constant optimizer from the trunk.

11:29 Changeset [7292] by gkronber

#1746 created a folder for the constant optimizer

11:28 Ticket #1746 (Reevaluate and improve constant optimizer) created by gkronber
11:13 Changeset [7291] by epitzer

#1696: Remove creatable attribute from ScatterPlot.

01/08/12:

19:13 Changeset [7290] by gkronber

#1669 merged r7209:7283 from trunk into regression benchmark branch

19:01 Changeset [7289] by ascheibe

#1745 readded migrations counter

03:12 Changeset [7288] by ascheibe

#1745 added first version of a parallel island ga and reducing operators

03:10 Ticket #1745 (Calculate islands of the Island GA in parallel) created by ascheibe

01/07/12:

02:07 Changeset [7287] by ascheibe

#1744

  • added the new Hive engine. The engine can now be executed in the Hive. If child tasks are created it pauses and is transfered back to the server. If the child tasks are finished it is sent back to a slave.
  • changed the server so that it reschedules paused parent tasks if their childs are finished as well as tasks where FinishWhenChildJobsFinished is set to false
01:24 Changeset [7286] by swagner

Updated HeuristicLab tutorial slides

00:15 WikiStart edited by swagner
(diff)
00:03 Documentation/FirstSteps edited by swagner
(diff)

01/06/12:

21:41 Changeset [7285] by ascheibe

#1744

  • added interface for the hive engine so that the parent task can be set which is needed for creating child tasks on the slave
  • fixed uploading of the configuration file when executed on the slave
20:45 Changeset [7284] by ascheibe

#1744 added branch for the HiveEngine which can be executed in the Hive

20:41 Ticket #1744 (Implement a Hive engine which can be executed in the Hive) created by ascheibe
It should be possible to send algorithms which use the Hive engine to …
14:07 Features/Genetic Programming edited by gkronber
fixed links (diff)
14:04 Features/Genetic Programming edited by gkronber
fixed links (diff)
04:22 Ticket #1743 (Updating HeuristicLab 3.3.5 to HeuristicLab 3.3.6 with the update ...) created by swagner
03:37 Changeset [7283] by swagner

Increased maxStringContentLength in deployment services (#1742)

03:20 Ticket #1742 (Increase maxStringContentLength in deployment services) created by swagner
The license file of the HeuristicLab.DayView plugin contains more …
02:59 Ticket #1741 (Release HeuristicLab 3.3.7) created by swagner
Release steps: Trunk: 1. Update samples 1. Increment plugin …
01:53 Changeset [7282] by swagner

Updated HeuristicLab tutorial slides

00:32 Documentation/AboutHeuristicLab edited by swagner
(diff)
00:28 Documentation/FirstSteps edited by swagner
(diff)
00:26 Support edited by swagner
(diff)
00:26 Support edited by swagner
(diff)
00:21 UsersTutorials edited by swagner
(diff)
00:19 WikiStart edited by swagner
(diff)
00:13 Features/Genetic Programming edited by swagner
(diff)

01/05/12:

17:06 Changeset [7281] by spimming

#1680:

  • Subscription DTO
  • View for subscription items
  • Dialog to add new azure subscription
  • General view for cloud resources
16:25 Changeset [7280] by mkommend

#1722: Corrected AfterDeserializationHook in SymbolicExpressionTreeLengthAnalyzer.

14:15 Changeset [7279] by ascheibe

#1722 deleted old Hive branches

12:13 Documentation/Howto/SetupHiveServer edited by ascheibe
(diff)
12:11 Documentation/Howto/SetupHiveServer edited by ascheibe
(diff)
11:54 Documentation/Howto/UseHiveForOptimization edited by ascheibe
(diff)
11:49 Changeset [7278] by spimming

#1680: Hive cloud manager initial commit

11:48 Documentation/Howto/UseHiveForOptimization edited by ascheibe
(diff)
11:30 JobConfiguration.png attached to Documentation/Howto/UseHiveForOptimization by ascheibe
11:30 HiveExperiment.png attached to Documentation/Howto/UseHiveForOptimization by ascheibe
11:29 Documentation/Howto/UseHiveForOptimization edited by ascheibe
(diff)
11:13 Changeset [7277] by gkronber

#1692 fixed parameter type in cloning constructor to fix the build fail.

10:55 Changeset [7276] by svonolfe

Improved incremental evaluation (#1177)

03:12 Changeset [7275] by swagner

Fixed exception that was thrown when changing the name of a benchmark algorithm by pressing F2 in the ExperimentTreeView (#1740)

03:03 Changeset [7274] by swagner

Added context menu items to expand or collapse all tree nodes in the ExperimentTreeView (#1726)

02:47 Ticket #1740 (Changing the name of a benchmark algorithm by pressing F2 in the ...) created by swagner
01:22 Changeset [7273] by swagner

Implemented PercentArray and PercentMatrix (#1692)

01/04/12:

19:24 Ticket #1739 (It should be possible to stop or interrupt fixed data analysis ...) created by gkronber
Stopping a long running algorithm would be useful, for instance if it …
19:15 Ticket #1738 (Tooltip for DataRows in the DataTableView should show more descriptive ...) created by swinkler
Instead of "X: .... , Y: ....." the axis labels should be used.
18:59 Changeset [7272] by gkronber

#1737 added online calculator for the mean error and results for the mean error of regression solutions on the training and test partitions.

18:57 Ticket #1737 (Calculate the mean error (in addition to the mean absolute error) for ...) created by gkronber
This seemingly is an interesting accuracy metrics for selected …
17:14 Changeset [7271] by abeham

#1722: updated parameter snippets to use interface type in property

17:13 Blog: HeuristicLab 3.3.6 Release edited by swagner
17:06 Blog: HeuristicLab 3.3.6 Release edited by swagner
17:04 HL Download 3.3.6.png attached to Pictures by swagner
16:59 Blog: HeuristicLab 3.3.6 Release created by swagner
16:45 Changeset [7270] by spimming

#1680:

  • merged changes from trunk into branch
15:22 Support edited by swagner
(diff)
13:14 Documentation/FirstSteps edited by ascheibe
(diff)
11:00 Ticket #1736 (View for the ConstantRegressionModel) created by gkronber
To make it possible to inspect and update the constant value. Related …

01/03/12:

16:08 Changeset [7269] by mkofler

Added download images for previous HL versions.

15:55 HL Download 3.3.5.png attached to Pictures by mkofler
15:55 HL Download 3.3.4.png attached to Pictures by mkofler
15:55 HL Download 3.3.3.png attached to Pictures by mkofler
15:55 HL Download 3.3.2.png attached to Pictures by mkofler
15:55 HL Download 3.3.0.png attached to Pictures by mkofler
15:50 Documentation/AboutHeuristicLab edited by ascheibe
(diff)
15:47 Documentation/AboutHeuristicLab edited by ascheibe
(diff)
15:37 Documentation/AboutHeuristicLab edited by ascheibe
(diff)
15:13 Documentation/Howto/OptimizeAnyLogicModels edited by ascheibe
(diff)
15:11 Documentation/Howto/SetupHiveServer edited by ascheibe
(diff)
15:03 WikiStart edited by ascheibe
(diff)
14:40 Support edited by swagner
(diff)
14:40 WikiStart edited by swagner
(diff)
13:24 Ticket #1735 (Symbolic regression problem cannot be dragged onto island algorithms) created by gkronber
Tested with IslandGA, IslandOSGA, and SASEGASA Reproduce: 1. Create …
11:48 Documentation/Howto/UseHiveForOptimization edited by ascheibe
(diff)
11:22 Changeset [7268] by gkronber

#1081: merged r7214:7266 from trunk into time series branch.

10:55 Changeset [7267] by gkronber

#1734 updated copyright year in all files of the DataImporter branch

10:52 Ticket #1734 (Integrate the DataImporter in the trunk) created by gkronber
10:35 Ticket #1733 (Upgrade to most recent alglib version 3.4.0) created by gkronber
10:30 Changeset [7266] by gkronber

#1732 increased number of different classes from 20 to 100

10:29 Ticket #1732 (Increase the limit for the number of different classes for ...) created by HL user
As reported to support@heuristiclab.com
10:27 Changeset [7265] by gkronber

#1729 added a statement to make sure the number of training and test indexes that should be returned is never negative.

10:17 Ticket #1676 (RegressionErrorCharacteristicsCurveView should display the constant model) closed by gkronber
duplicate: This has been implemented with #1612.
10:06 Changeset [7264] by mkofler

Added download image for 3.3.6 release

05:43 WikiStart edited by swagner
(diff)
05:30 Milestone HeuristicLab 3.3.6 completed
== HeuristicLab 3.3.6 - January 3rd, 2012 == * …
05:28 Ticket #1611 (Allow better configuration of charts for use in publications) closed by swagner
done
05:28 Ticket #1628 (Create a test for the deep cloning behavior of IDeepCloneables) closed by swagner
done
05:27 Ticket #1561 (Improve VRP implementation) closed by swagner
done
05:27 Ticket #1586 (QAP is not fully backwards compatible) closed by swagner
done
05:27 Ticket #1541 (Implement Robust Taboo Search for the QAP) closed by swagner
done
05:27 Ticket #1667 (ExternalEvaluation waits indefinitely for clients if unchecked ...) closed by swagner
done
05:27 Ticket #1643 (ErrorCharacteristicsCurveView uses wrong data points) closed by swagner
done
05:27 Ticket #1637 (Content update in the DataAnalysisSolutionView clears the selected ...) closed by swagner
done
05:26 Ticket #1627 (Improve RegressionSolutionEvaluationViews) closed by swagner
done
05:26 Ticket #1612 (Implement RegressionErrorCharacteristicsCurves) closed by swagner
done
05:26 Ticket #1601 (RegressionSolutionLineChartView shows wrong training output) closed by swagner
done
05:26 Ticket #1595 (Ensemble solutions are not named meaningfully) closed by swagner
done
05:26 Ticket #1594 (DataAnalysisSolutionViews should display the name of the solutions) closed by swagner
done
05:26 Ticket #1592 (Provide a view for Ensemble Solutions) closed by swagner
done
05:26 Ticket #1635 (Symbolic regression variable impact calculation does not work for ...) closed by swagner
done
05:25 Ticket #125 (Pruning operator for symbolic expressions) closed by swagner
done
05:25 Ticket #1685 (The simplifier for symbolic classification solutions behaves ...) closed by swagner
done
05:25 Ticket #1686 (Improve LatexFormatter for SymbolicExpressions) closed by swagner
done
05:25 Ticket #1647 (The VariableFrequenyAnalyzer should display the variables sorted by ...) closed by swagner
done
05:25 Ticket #1645 (Bug in simplification of logarithm expressions) closed by swagner
done
05:25 Ticket #1621 (View to analyze the response behavior of a regression model) closed by swagner
done
05:25 Ticket #1602 (Variable name changes are not recognized properly) closed by swagner
done
05:25 Ticket #1480 (Reevaluate IL emitting for symbolic data analysis solutions) closed by swagner
done
05:25 Ticket #1698 (ProblemData should be saveable) closed by swagner
done
05:24 Ticket #1684 (Classifcation- and RegressionProblems cannot be saved) closed by swagner
done
05:24 Ticket #1675 (Infinity looping occurs in empty solution ensembles) closed by swagner
done
05:24 Ticket #1671 (CSV import does not work correctly for data files containing only ...) closed by swagner
done
05:24 Ticket #1670 (RelativeAverageError is wrongly calculated for RegressionSolutions) closed by swagner
done
05:23 Ticket #1656 (Calculate Gini coefficient for classification solutions) closed by swagner
done
05:23 Ticket #1640 (Refactor datasets to allow the storage of strings and datetimes) closed by swagner
done
05:23 Ticket #1620 (Importing large classification problems can lead to out of memory ...) closed by swagner
done
05:23 Ticket #1618 (Enable ProblemData changes in DataAnalysisSolutionViews) closed by swagner
done
05:23 Ticket #1613 (Calculate MeanAbsoluteError as a result of RegressionSolutions) closed by swagner
done
05:22 Ticket #1609 (Importing large CSV files can lead to out of memory exceptions) closed by swagner
done
05:22 Ticket #1604 (DataAnalysisSolution should cache the evaluation results) closed by swagner
done
05:22 Ticket #1600 (Ensemble solutions are evaluated twice on creation) closed by swagner
done
05:22 Ticket #1597 (CSV import does not work correctly for files that contain additional ...) closed by swagner
done
05:22 Ticket #1596 (Allowed input variables and variable names in VariableSymbol are out ...) closed by swagner
done
05:22 Ticket #1557 (Data analysis analyzers do not profit from parallel engine execution) closed by swagner
done
05:22 Ticket #1689 (ApplicationManager should not try to create instances of a generic type) closed by swagner
done
05:22 Ticket #1652 (Add option to switch between Optimizer MainForms) closed by swagner
done
05:22 Ticket #1573 (Nested Optimizers cannot be executed separately) closed by swagner
done
05:21 Ticket #1687 (Add an experiment list view as alternative to the tree view) closed by swagner
done
05:21 Ticket #1679 (Implement a RunCollectionModifier for removing runs) closed by swagner
done
05:21 Ticket #1660 (Improve the performance of run collection event handlers) closed by swagner
done
05:21 Ticket #1606 (Experiment Tree View does not display the detailed content when ...) closed by swagner
done
05:21 Ticket #1587 (ExperimentTreeView does not show current item when using the arrow keys) closed by swagner
done
05:21 Ticket #1543 (BoxPlot view cannot be zoomed often when viewing relative difference ...) closed by swagner
done
05:20 Ticket #1714 (Stopping optimizers in experiments enables the wrong buttons on the ...) closed by swagner
done
05:20 Ticket #1663 (Expose the problem's operators list in a parameter) closed by swagner
done
05:20 Ticket #1626 (Crash in RunCollectionEqualityConstraint when querying non-existing ...) closed by swagner
done
05:20 Ticket #1624 (Implement manual RunCollectionFilter) closed by swagner
done
05:20 Ticket #1622 (Add calculated values to algorithm runs for further analysis.) closed by swagner
done
05:19 Ticket #1588 (NullReferenceException occurs during parallel execution of experiment ...) closed by swagner
done
05:19 Ticket #1574 (An experiment with batch runs containing SVM regression cannot be paused) closed by swagner
done
05:19 Ticket #1715 (Type names of operators are not shown in the OperatorGraphView) closed by swagner
done
05:19 Ticket #1547 (Review Hive Server) closed by swagner
done
05:19 Ticket #1672 (Hive trunk integration) closed by swagner
done
05:19 Ticket #1233 (Hive-3.4 development) closed by swagner
done
05:18 Ticket #1725 (Create an info dialog for anonymous Hive users) closed by swagner
done
05:18 Ticket #1551 (Hive Slave Review) closed by swagner
done
05:18 Ticket #1718 (Delete outdated plugins) closed by swagner
done
05:18 Ticket #1716 (Release HeuristicLab 3.3.6) closed by swagner
done
05:18 Ticket #1706 (Move outdated plugins to extra solution) closed by swagner
done
05:18 Ticket #1705 (Remove solution folders) closed by swagner
done
05:18 Ticket #1653 (Restructure trunk solution) closed by swagner
done
05:18 Ticket #1579 (Code maintenance and minor changes) closed by swagner
done
05:17 Ticket #1195 (ConfigMerger should merge <system.diagnostics>) closed by swagner
done
05:16 Ticket #1641 (Add DayView control to ExtLibs) closed by swagner
done
05:16 Ticket #1661 (New SymbolicExpressionLengthTreeAnalyzer) closed by swagner
done
05:16 Ticket #1657 (PTC2 does not create evenly distributed trees according to the size ...) closed by swagner
done
05:16 Ticket #1654 (Grow and Full tree creation operators for genetic programming) closed by swagner
done
05:16 Ticket #1540 (The arity of subtrees should be coded in the symbols) closed by swagner
done
05:15 Ticket #1479 (Allow editing of symbolic expression tree grammars) closed by swagner
done
05:15 Ticket #1050 (Improve description of SearchIntervalFactor in the ...) closed by swagner
done
05:15 Ticket #1617 (Implement scramble moves for permutation encoding) closed by swagner
done
05:15 Ticket #1713 (Allow dragging of the checked state in the checked item collection views) closed by swagner
done
05:15 Ticket #1655 (Reconfiguring the TypeSelector can lead to a wrong type being selected) closed by swagner
done
05:14 Ticket #1589 (ItemListView does not update the mapping between items and ...) closed by swagner
done
05:14 Ticket #1651 (TypeSelector and new item dialog are slow because they create instances) closed by swagner
done
05:14 Ticket #1631 (ThreadSafeLog doesn't work with LogView) closed by swagner
done
05:14 Ticket #1701 (Object traversal hitting security sensitive fields can crash while ...) closed by swagner
done
05:14 Ticket #1724 (Adapt DataTableVisualPropertiesDialog according to the HL GUI standards) closed by swagner
done
05:14 Ticket #1603 (Allow to change the legend text of series in a DataTable) closed by swagner
done
05:14 Ticket #1623 (DataTable- and DataRowVisualProperties are not fully backwards compatible) closed by swagner
done
05:14 Ticket #1607 (Implement an operator that calculates quality difference according to ...) closed by swagner
done
05:14 Ticket #1054 (Add an explanatory description to the CurrentSuccessRatio result) closed by swagner
done
05:13 Ticket #1694 (Correct bugs in CrossValidation) closed by swagner
done
05:13 Ticket #1584 (Deactivate analyzers per default) closed by swagner
done
05:12 Ticket #1690 (BestQuality in PSO equals CurrentBestQuality) closed by swagner
done
05:12 Ticket #1650 (Exception occurs when selecting EPSILON_SVC as SVM type in ...) closed by swagner
done
05:12 Ticket #1615 (Changing input variables of data analysis problems is very slow after ...) closed by swagner
done
05:12 Ticket #1581 (SVM prediction is very slow) closed by swagner
done
05:12 Ticket #1475 (Wrapper for multinomial logit regression implemented in alglib) closed by swagner
done
05:12 Ticket #1474 (Wrapper for neural network ensembles implemented in alglib) closed by swagner
done
05:12 Ticket #763 (Plugin for data-modeling with k-Nearest Neighbour) closed by swagner
done
05:11 Ticket #1659 (Add algorithm to execute performance benchmarks) closed by swagner
done
04:59 ChangeLog edited by swagner
(diff)
04:56 WikiStart edited by swagner
(diff)
04:54 Download edited by swagner
(diff)
04:52 HeuristicLab 3.3.6 (64 bit).zip attached to Download by swagner
04:51 HeuristicLab 3.3.6 (32 bit).zip attached to Download by swagner
04:50 HeuristicLab 3.3.6.zip attached to Download by swagner
04:26 Changeset [7263] by swagner

Removed plugins which are not included in the 3.3.6 release and updated files of the 3.3.6 release tag (#1716)

04:11 Changeset [7262] by swagner

Created HeuristicLab 3.3.6 release tag (#1716)

04:05 Changeset [7261] by swagner

Updated assembly references, removed compiler warnings in Hive setup projects and added svn:ignore properties (#1579)

03:28 Changeset [7260] by swagner

Corrected AssemblyVersions and AssemblyFileVersions and updated application description of Optimizer (#1716)

02:55 Changeset [7259] by swagner

Updated year of copyrights to 2012 (#1716)

02:11 Changeset [7258] by swagner

Removed unnecessary plugin dependency (#1579)

02:10 Changeset [7257] by swagner

Removed unnecessary resource files (*.resx) and removed unnecessary context menu items in ItemTreeView (#1725)

Note: See TracTimeline for information about the timeline view.