Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

12/06/10:

22:41 Ticket #1323 (The ItemImage property leads to high memory consumption) created by abeham
The image obtained from the VS2008ImageLibrary resource manager is …
18:17 Changeset [5042] by epitzer

Add breakpoint to ProgrammableOperator (#1322)

this patch also adds a shortcut (F6) to recompile, makes minor GUI improvements and gets rid of resource files

18:13 Ticket #1322 (Unable to set breakpoint on ProgrammableOperator) created by epitzer
There is no option to set a breakpoint on a programmable operator
18:13 Ticket #1245 (GP subtree crossover throws exception) closed by gkronber
duplicate: This ticket has been resolved together with #1315
18:12 Ticket #1321 (Implement possibility to apply SVM training on classification problems) created by swinkler
Currently SVM training cannot be applied to learning classifiers, only …
17:19 Changeset [5041] by cneumuel

#1233

  • renamed subfolders to 3.4
17:13 Changeset [5040] by cneumuel

#1233

  • added standalone server app
17:11 Changeset [5039] by cneumuel

#1233

  • changed version to 3.4
17:11 Changeset [5038] by cneumuel

#1233

  • changed version to 3.4
17:09 Changeset [5037] by cneumuel

#1260

  • changed ExecutionTime column datatype in DB to string (because time only allows 24-hours, but TimeSpan can be more)
16:44 Changeset [5036] by epitzer

Add snippets for defining events and firing methods (#567)

15:30 Changeset [5035] by cneumuel

#1320 added possibility to create sandbox with custom configuration file

15:30 Ticket #1320 (Add possibility to start sandbox with custom configuration file) created by cneumuel
14:59 Changeset [5034] by epitzer

Add missing StorableClass attributes (#852)

14:45 Changeset [5033] by epitzer

Simple but complete PSO implementation (#852)

14:03 Ticket #1319 (The background of tab pages is not correclty redrawn) created by mkommend
Following steps are necessary to reproduce the bug: * Open any sample …
13:38 Changeset [5032] by gkronber

created folder for publications in 2010

13:38 Changeset [5031] by gkronber

created folder for miscellaneous material related to publications

13:37 Changeset [5030] by gkronber

Created folder for miscellaneous material

13:03 Changeset [5029] by cneumuel

#1233 cleanup

13:03 Changeset [5028] by cneumuel

#1233 cleanup

12:57 Changeset [5027] by cneumuel

#1233 removed project

10:28 Changeset [5026] by mkommend

Added branched projects for new GP symbols (ticket #1256).

10:07 Changeset [5025] by mkommend

ticket #1318

  • Removed not used folder Encodings.SymbolicExpressionTreeEncoding.Views
  • Corrected test project to reference ALGLIB 3.1 instead of 2.5
  • Removed not used project references from Problems.DataAnalysis and Problems.DataAnalysis.Regression
09:56 Ticket #1318 (Correct trunk solution file and folder) created by mkommend
00:49 Documentation/FAQ edited by swagner
(diff)

12/05/10:

22:10 Changeset [5024] by swinkler

Worked on population diversity for GP (#1278): Moved GeneticInformationItem class into separate file.

12/04/10:

18:08 Changeset [5023] by cneumuel

#1215 worked on metaoptimization

17:43 Changeset [5022] by swinkler

Worked on MATLAB formatter, added special version of log function that behaves like Math.Log. (#1314)

17:40 Ticket #1317 (Misleading tooltip if data values are too large) created by swagner
If the value of an IntValue is too large, a misleading tooltip …
13:07 Changeset [5021] by swinkler

Corrected evaluation of logical expressions in MATLAB formatter. (#1314)

10:25 Changeset [5020] by swinkler

Update variables retrieval in MATLAB formatter; now only distinct variables are selected. (#1314)

09:51 Changeset [5019] by gkronber

Adapted complex program code in MATLAB exporter and reformatted code to adhere to HL coding guidelines. #1314

01:41 Changeset [5018] by swinkler

Improved GUI of symbolic expression view. (#1314)

01:41 Changeset [5017] by swinkler

Implemented first version of MATLAB exporter. (#1314)

12/03/10:

18:35 Ticket #1316 (Caching of operators can cause dependency problems) created by epitzer
Many Problem classes have a list of operators that are suitable for …
17:16 Changeset [5016] by mkommend

Added branch folder (ticket #1256).

15:17 Changeset [5015] by mkommend

Moved check for max expression depth from tree node to the manipulator and corrected `MultiSymbolicExpressionTreeArchitectureManipulator' (ticket #1315).

14:11 Changeset [5014] by mkommend

Corrected SubTreeCrossover and ReplaceBranchManipulation to handle MaxExpressionDepth correctly. Additionally MaxExpressionDepth < 3 is not allowed.
(ticket #1315).

14:09 Ticket #1315 (MaxExpressionDepth must not be smaller than 3 in the ...) created by mkommend
12:10 Ticket #1314 (Implement representation of symbolic expressions in MATLAB syntax) created by swinkler
10:51 Changeset [5013] by gkronber

Implemented heuristic to determine format for import of data tables and test cases. #1173

12/02/10:

23:12 Changeset [5012] by mkommend

Added possibility to hide the ViewHost icon (ticket #1312).

21:57 Ticket #1313 (Provide a new default view for symbolic regression solutions) created by mkommend
It is very hard for users who are not familiar with the behavior of …
21:53 Ticket #1312 (The ViewHost should have an option to hide its icon) created by mkommend
17:21 Ticket #1311 (Icons on start page are resizable on Windows XP) created by cneumuel
The icons on the start page can be resized on Window XP.
16:07 Changeset [5011] by epitzer

Check if namespace is null before splitting the string. (#1310)

16:06 Ticket #1310 (Crash in ProgrammableOperator when selecting ALGLIB assembly) created by epitzer
When selecting the ALGLIB assembly for inclusion, the …
15:25 Changeset [5010] by gkronber

commit of local changes in data-analysis feature exploration branch. #1142

12:48 Ticket #621 (Independet archive format, includes all necessary assemblies) closed by epitzer
done
12:47 Ticket #524 (Integrate General Logging Facility into HeuristicLab) closed by epitzer
done
12:46 Ticket #1139 (Human-readable XML output) closed by epitzer
done
10:51 Ticket #1053 (Change the click behaviour of the ViewHost icon) closed by abeham
rejected: After a longer, but fruitless, period I think to close this.

12/01/10:

20:37 Changeset [5009] by cneumuel

#1215 worked on metaoptimization

17:13 Ticket #1309 (RealVectorAdditiveMoveWrapper is visible through the discovery mechanism) created by cneumuel
HeuristicLab.Problems.TestFunctions.RealVectorAdditiveMoveWrapper is …
16:47 Ticket #1308 (Michalewicz Manipulators fail when used in MultiRealVectorManipulator) created by cneumuel
Exception when MichalewiczNonUniformOnePositionManipulator or …
13:01 Changeset [5008] by mkommend

Corrected coloring of initial operator in OperatorGraphVisualizationInfo (ticket #1291).

10:43 Changeset [5007] by mkommend

Corrected RunCollectionConstraintView (ticket #1307).

10:40 Ticket #1307 (RunCollectionConstraints change their status when displayed) created by mkommend
10:30 Changeset [5006] by mkommend

Reset zoom in LineChartView on double click (ticket #1306).

10:28 Ticket #1306 (The LineChartView does not reset the zoom factor on double click) created by mkommend
01:10 Changeset [5005] by wtollsch

#1198 AddAlgorithmClass: prototype test successful... new AlgorithmClass added from HLWebOKBAdminPlugin

11/30/10:

21:47 Changeset [5004] by fruehrli

#1197
UnitTests added
TODO: test of entries in ResourceResourceGroup, update methods

16:33 Changeset [5003] by epitzer

replace parameter view with context menu to access variable values in execution context view (#47)

16:32 Changeset [5002] by epitzer

unseal views, rename OperatorTrace.Generate to Regenerate, and remove questionable virtual from property with private setter (#47)

16:00 Changeset [5001] by epitzer

private setters for ExecutionStack, OperatorTrace and Log, remove unneeded SuspendUpdate and ResumeUpdate methods (#47)

15:58 Changeset [5000] by cneumuel

#1260

  • custom configuration file is now deployed on slaves
  • made plugin distribution process more robust
  • fixed bug: slave assemblies are required in each sandbox appdomain
  • cleaned up some configuration elements in slave console client
  • fixed wrong path for locally persisted jobs
15:51 Changeset [4999] by cneumuel

#1260 updated assemblies

13:50 Changeset [4998] by epitzer

remove resources, add license headers, update plug-in dependencies (#47)

01:08 Changeset [4997] by cneumuel

#1215 worked on metaoptimization

00:03 Changeset [4996] by epitzer

Move parent tracing to operator trace class (#47)

11/29/10:

23:29 Changeset [4995] by jwolfing

#1196 added methods in the serviceclient for Roles, Applications and Users

18:58 Changeset [4994] by swagner

Removed unnecessary project reference to HeuristicLab.Common.Resources-3.3 (#1305)

18:57 Ticket #1305 (Correct project references of HeuristicLab.Analysis.Views) created by swagner
17:15 Changeset [4993] by epitzer

Create own class for OperatorTrace, remove unnecessary event handlers, prevent flickering while stepping, permanently highlight execution context's scope (#47)

16:24 Changeset [4992] by cneumuel

#1260 updated config

15:40 Changeset [4991] by swinkler

Renamed results collections of population diversity and allele frequency analyzers. (#1303)

14:47 Ticket #1304 (Implement spots view for regression and classification results) created by swinkler
For regression results without temporal context and especially …
14:45 Ticket #414 (Implicit type conversion operators for standard C# types to HL3 types) closed by gkronber
rejected
14:01 Changeset [4990] by gkronber

renamed event handlers. #1302

14:00 Ticket #1303 (Analyzers for population diversity and allele frequencies should store ...) created by swinkler
13:57 Changeset [4989] by gkronber

Renamed "nu" => "mu". #1302

13:53 Ticket #1302 (Mean values for constants and variables are displayed as 'nu') created by swinkler
In function tree grammars the mean values as well as the standard …
13:08 Changeset [4988] by mkommend

Adapted HL.Problems.DataAnalysis.Views to use AlgLib 3.1 (ticket #875).

09:36 Changeset [4987] by cneumuel

#1260

  • added missing file
02:08 Changeset [4986] by wtollsch

#1198 removed testimplementation for admin plugin

02:02 Changeset [4985] by wtollsch

#1198 HLWebOkbAdminPlugin

11/28/10:

23:58 Changeset [4984] by cneumuel

#1215 worked on metaoptimization

23:11 Changeset [4983] by jwolfing

#1196 Added TestForm and modified the AuthenticationClientClass

23:03 Changeset [4982] by cneumuel

#1215 worked on metaoptimization

21:42 Changeset [4981] by cneumuel

#1215 worked on metaoptimization

15:56 Changeset [4980] by gkronber

Updated data-analysis plugins to use ALGLIB version 3.1.0. #875

15:27 Changeset [4979] by jwolfing

#1196 Changed BaseClasses in Data Transfer Objects, added Methods to User and Role ServiceClasses

14:26 Ticket #1301 (Description is missing for all plugins) created by gkronber
14:25 Changeset [4978] by gkronber

Added new alglib plugins to solution. #875

14:07 Changeset [4977] by gkronber

Added new alglib classes (version 3.1.0) #875

14:05 Changeset [4976] by gkronber

Updated .frame and license files. #875

14:03 Changeset [4975] by gkronber

Deleted old classes and renamed files. #875

13:59 Changeset [4974] by gkronber

prepared directory structure and for new alglib version. #875

13:04 Changeset [4973] by gkronber

Cosmetic changes. #1246

12:39 Changeset [4972] by gkronber

Fixed bug in scatter plot view. #1286

11:59 Changeset [4971] by gkronber

Fixed a bug introduced with r4970. #1297

11:47 Changeset [4970] by gkronber

Added a formal parameter for the application-base directory name to CreateAndInitSandbox method in SandboxManager. #1297

11:08 Changeset [4969] by gkronber

Improved LaTeX string formatter to support all available function symbols and output all constant values. #1152

11:06 Changeset [4968] by gkronber

Moved graphviz formatter into symbolic expression tree encoding plugin. #1270

11:04 Changeset [4967] by gkronber

Added build.cmd script, and adapted .frame files for new release. #1270

02:03 Changeset [4966] by swinkler

Corrected name and description of Graphviz formatter. (#1270)

01:30 Changeset [4965] by swagner

Worked on OKB (#1174)

11/27/10:

11:16 Changeset [4964] by mjesner

#1196

11:16 Changeset [4963] by mholper

added some Implementation as Ids

10:48 Changeset [4962] by mjesner

#1196

10:35 Ticket #1300 (Implement specialized view for ...) created by gkronber
10:14 Changeset [4961] by mholper

added Exception to Interface

10:11 Changeset [4960] by mholper

added Interface #1218

10:03 Changeset [4959] by mholper
09:37 Changeset [4958] by jhaider

added TestWebService #1197

09:33 Changeset [4957] by bfarka

set bin folder to svn ignore #1208

09:33 Changeset [4956] by mholper
09:32 Changeset [4955] by bfarka

initial import of webservice connector #1208

09:32 Changeset [4954] by mholper
09:20 Changeset [4953] by jhaider

#1197
WebService implementation

08:20 Changeset [4952] by wtollsch

#1198 AlgorithmClass/Index.aspx new buttons

11/26/10:

23:22 Changeset [4951] by swinkler

Branched DataAnalysis plugin into DataAnalysis.PopulationDiversity branch. (#1278)

22:54 Changeset [4950] by cfleisch

#1198 Store password in session

22:00 Changeset [4949] by swinkler

Worked on structural population diversity analysis (#1278): Implemented management of genetic information items in dictionaries.

21:06 Changeset [4948] by swinkler

Worked on structural population diversity analysis (#1278): Added parameters for similarity calculations.

17:14 Changeset [4947] by epitzer

Simpler breakpoint handling, fix cloning, prevent stepping while running (#47)

16:38 Changeset [4946] by mkommend

Minor changes in DebugEngine (ticket #47).

14:58 Ticket #1299 (Static analysis of symbolic regression models via interval arithmetic) created by gkronber
As described by "M. Keijzer, Improving Symbolic Regression with …
13:40 Changeset [4945] by mkommend

Changed VariableFrequencyAnalyzers to trace only used variables (ticket #1246).

13:27 Changeset [4944] by mkommend

Added code to react on visibility changes of runs in the RunCollectionVariableImpactView (ticket #1200).

04:09 Changeset [4943] by swagner

Worked on OKB (#1174)

00:15 Changeset [4942] by swinkler

Worked on structural population diversity analysis (#1278): Added parameters for similarity calculations.

11/25/10:

23:16 Changeset [4941] by swinkler

Worked on structural population diversity analysis (#1278): Implemented calculation of structural similarity of symbolic expression trees.

23:09 Changeset [4940] by jwolfing

#1196 add new clientclass

21:49 Changeset [4939] by wtollsch

#1198 Added AlgorithmClassController, AlgorithmClassModel, AlgorithmClass/Index.aspx with ListBox

21:41 Changeset [4938] by swinkler

Worked on structural population diversity analysis (#1278): Improved and pruned similarity function for genetic information items.

15:27 Changeset [4937] by cneumuel

#1260

  • updated assemblies to latest hive version (r4936)
15:24 Changeset [4936] by cneumuel

#1260

  • seperated plugin folder on slaves into PluginCache and PluginTemp, so that the PluginManager does not load the plugins from the temporary folders (which caused rare concurrency issues)
12:39 Changeset [4935] by cneumuel

#1260 ignored plugin files

12:37 Changeset [4934] by swinkler

Worked on structural population diversity analysis (#1278):

  • Added storing of descendant nodes.
  • Added storing of level information.
  • Added level filtering.
  • Added prevention of multiple consideration of descendant nodes.
12:37 Changeset [4933] by cneumuel

#1260 deleted plugin files

12:36 Changeset [4932] by cneumuel

#1260

  • addes frames for plugin-files
  • automated the way SubWCRev is called for .cs.frame files (PreBuildEvent.cmd now automatically processes all *.cs.frame files)
10:58 Documentation/Howto/SetupHiveServer created by cneumuel
10:42 Changeset [4931] by epitzer

Add tool tip for current scope (#47)

10:38 Changeset [4930] by epitzer

Better display and highlighting of scopes (#47)

02:51 Changeset [4929] by swagner

Worked on OKB (#1174)

00:22 Changeset [4928] by swinkler

Worked on structural population diversity analysis (#1278):

  • Improved definition of genetic items.
  • Implemented recursive collection of all genetic items of symbolic expression trees.
  • Added FineGrainedStructuralPopulationDiversityAnalyzer to SymbolicRegressionProblemBase.

11/24/10:

20:38 Changeset [4927] by mjesner

#1196

20:37 Changeset [4926] by mjesner

#1196

20:31 Changeset [4925] by mjesner

#1196

11:08 Changeset [4924] by epitzer

Further reduction of verbosity (#1285)

11:04 Changeset [4923] by cneumuel

#1260 updated Hive.ExperimentManager binaries to latest trunk build (r4920)

10:37 Changeset [4922] by abeham

#1285

  • reduced verbosity
10:27 Changeset [4921] by cneumuel

#1260

  • fixed plugin deployment bug (missing files from PluginInfrastructure and wrong sandbox directory)
  • fixed PluginCache bug (now only needed plugins get loaded -> improved performance)
10:23 Changeset [4920] by cneumuel

#1297 fixed wrong directory of appDomain

10:02 Changeset [4919] by abeham

#1285

  • Updated batch file to run in non-interactive mode when specifying all command line parameters
02:54 Changeset [4918] by swagner

Worked on OKB (#1174)

00:18 Changeset [4917] by swinkler

Worked on retrieval of genetic items (#1278).

11/23/10:

23:53 ChangeLog edited by swagner
(diff)
23:52 ChangeLog edited by swagner
(diff)
23:50 Download edited by swagner
(diff)
23:39 HeuristicLab 3.3.2 (64 bit).zip attached to Download by swagner
23:39 HeuristicLab 3.3.2 (32 bit).zip attached to Download by swagner
23:38 HeuristicLab 3.3.2.zip attached to Download by swagner
23:36 HeuristicLab 3.3.1 (64 bit).zip attached to Download by swagner
23:36 HeuristicLab 3.3.1 (32 bit).zip attached to Download by swagner
23:35 HeuristicLab 3.3.1.zip attached to Download by swagner
23:35 HeuristicLab 3.3.0 (64 bit).zip attached to Download by swagner
23:34 HeuristicLab 3.3.0 (32 bit).zip attached to Download by swagner
23:34 HeuristicLab 3.3.0.zip attached to Download by swagner
20:59 Changeset [4916] by abeham

#1293

  • Changed according to mkommend's suggestions
18:23 Changeset [4915] by cneumuel

#1260 added missing file

18:22 Changeset [4914] by cneumuel

#1260

  • implemented single sign on with services
  • fixed plugin-deployment
  • removed hive-specific userConfig sections
  • minor bugfixes
18:18 Changeset [4913] by cneumuel

#1298 added the possibility to use a ChannelFactory in HeuristicLab.Clients.Common.ClientFactory (needed for Hive single sign on)

18:16 Ticket #1298 (Single sign-on for Hive) created by cneumuel
ClientFactory needs to be extended in order to implement single …
18:14 Changeset [4912] by cneumuel

#1297 fixed sandboxmanager fails to load plugins properly

18:12 Changeset [4911] by cneumuel

#1296 fixed missing dependency

17:56 Ticket #1297 (SandboxManager fails to load plugins properly) created by cneumuel
It only loads the already loaded plugins into a new PluginManager.
17:54 Ticket #1296 (Missing dependency in SharpDevelop) created by cneumuel
The dependency for the plugin file …
15:31 Documentation/DevelopmentCenter/DebugEngine edited by epitzer
(diff)
15:30 DebugEngine.png attached to Documentation/DevelopmentCenter/DebugEngine by epitzer
DebugEngine screenshot
15:29 Documentation/DevelopmentCenter/DebugEngine created by epitzer
15:10 Ticket #1295 (Engines should be changable during an algorithm run) created by epitzer
For debugging purposes it would be very helpful to be able to switch …
15:06 Changeset [4910] by epitzer

Replace Enumerable.Aggregate with String.Join for faster string concatenation (#1294)

15:06 Ticket #1294 (LogView is very slow when the Log contains many messages) created by epitzer
15:03 Changeset [4909] by epitzer

Several GUI improvements (#47)

  • add icons and tool tips
  • add support for suspending the operator trace view
  • faster skipping of stack-only operations
  • remove log view and execution time view
09:45 Changeset [4908] by gkronber

Reviewed changeset r4682 and fixed a bug introduced in that changeset. #1293

01:42 Changeset [4907] by abeham

#1293

  • Fixed expression tree -> string conversion
01:34 Ticket #1293 (SymbolicExpressionTreeStringConverter throws an exception) created by abeham
Seems like an oversight of the cloning refactoring (#922). The …

11/22/10:

18:55 Changeset [4906] by swinkler

Removed attributes Storable and StorableClass from tree formatters. (#1270)

17:13 Changeset [4905] by cneumuel

#1233

  • added plugin management features
  • took over client-GUI from old branch
  • merged with bugfixes from old branch
  • added hive-web (for IIS)
17:06 Changeset [4904] by epitzer

Add operator trace view (#47)

15:57 Ticket #1292 (Show correlation of dataset features as HeatMap) created by mkommend
14:08 Changeset [4903] by epitzer

Many small improvements to DebugEngine (#47)

  • suppress logging during execution
  • add refresh button
  • optionally skip over execution stack operators
  • expand all tree views and scroll to top node
  • show operator on click on atomic operation
  • add build.cmd
13:58 Ticket #1291 (Previous initial operator remains green) created by epitzer
When an operator graph is saved and reloaded, the previous initial …
13:57 Ticket #1146 (The filtering of RunCollections is slow for larger collections.) closed by mkommend
duplicate: This changes have been implemented in ticket #1284.
13:24 Changeset [4902] by vdorfer

#1040:

  • adapted NSGAII to new cloning implementation
12:25 Changeset [4901] by cneumuel

updated binaries to HL 3.3.2

11:09 Changeset [4900] by gkronber

Added string formatters for GraphViz and LaTex formats.
Set svn:ignore properties. #1270

10:38 Changeset [4899] by svonolfe

Improved performance (#1177)

10:37 Changeset [4898] by gkronber

Added symbol and tree-node classes for ReadMem and SetMem. #1290

10:34 Changeset [4897] by gkronber

Implemented set-memory and read-memory operation for GP-based data-analysis. #1290

10:33 Changeset [4896] by gkronber

Added branch directory for #1290

10:27 Ticket #1290 (Implement symbols for reading and writing memory cells (stores) for GP) created by gkronber
10:00 Changeset [4895] by svonolfe

Fixed backwards compatibility (#1177)

08:27 Milestone HeuristicLab 3.3.2 completed
== HeuristicLab 3.3.2 - November 22nd, 2010 == * …
08:25 Ticket #1271 (Release HeuristicLab 3.3.2) closed by swagner
done
08:23 ChangeLog edited by swagner
Updated content due to the 3.3.2 release (diff)
08:21 SystemRequirements edited by swagner
(diff)
08:17 Download edited by swagner
Released HeuristicLab 3.3.2 (diff)
08:05 Ticket #1249 (Optimizer is disabled when HeuristicLab is started on a PC without ...) closed by swagner
done
08:05 Ticket #1240 (Keyboard shortcuts to close open tabs) closed by swagner
done
08:05 Ticket #1284 (Improve performance of RunCollectionView) closed by swagner
done
08:04 Ticket #1281 (Context menu for opening the box plots view is missing in the bubble chart) closed by swagner
done
08:04 Ticket #1272 (The RunCollectionBubbleChart crashes if the jitter is changed bevor ...) closed by swagner
done
08:04 Ticket #1264 (Runs are not opened after a double click on the row header in the ...) closed by swagner
done
08:04 Ticket #1262 (The BoxPlotView should also show Min and Max in the statistical ...) closed by swagner
done
08:04 Ticket #1261 (Automatic Coloring in BubbleChart) closed by swagner
done
08:04 Ticket #1253 (The RunCollectionTabularView should display some statistical ...) closed by swagner
done
08:03 Ticket #1251 (RunCollection tabular view selects different columns when new ...) closed by swagner
done
08:03 Ticket #1225 (The status of executables views is not updated correctly) closed by swagner
done
08:03 Ticket #1213 (The RunCollectionTabularView throws an exception when the ...) closed by swagner
done
08:03 Ticket #1135 (Improve BubbleChartView and BoxplotView) closed by swagner
done
08:03 Ticket #1237 (Create subclass of chart to implement advanced functionality) closed by swagner
done
08:02 Ticket #1236 (Add best known solution import for the VRP) closed by swagner
done
08:02 Ticket #1263 (The Import button should not be disabled in the DataAnalysisProblemDataView) closed by swagner
done
08:02 Ticket #1259 (Import from CSV button is only partially visible in data tab of ...) closed by swagner
done
08:02 Ticket #1228 (Export functionality for data analysis views: scatter-plot, ...) closed by swagner
done
08:02 Ticket #939 (Data types and operators for classification problems) closed by swagner
done
08:01 Ticket #1199 (Crossvalidation for DataAnalysis algorithms) closed by swagner
done
08:00 Ticket #1232 (Correct bugs of Problem and SingleObjectiveProblem) closed by swagner
done
08:00 Ticket #1231 (Experiments do not change their ExecutionState correctly) closed by swagner
done
08:00 Ticket #1171 (Create a base class for problems) closed by swagner
done
07:59 Ticket #1273 (The OperatorGraphVisualization throws an exception if shapes are ...) closed by swagner
done
07:59 Ticket #1275 (The ProgrammableOperator should be a SingleSuccessorOperator) closed by swagner
done
07:59 Ticket #1211 (The ViewHost should cache the last displayed view if the content is ...) closed by swagner
done
07:58 Ticket #1280 (Fix Netron diagramming library automated build) closed by swagner
done
07:58 Ticket #1268 (A severe memory leak exists when executing an algorithm multiple times) closed by swagner
done
07:58 Ticket #1239 (Some plugins have unnecessary or missing references / dependencies) closed by swagner
done
07:58 Ticket #1218 (License files for HeuristicLab-3.3 and HeuristicLab.SharpDevelop ...) closed by swagner
done
07:57 Ticket #1155 (Review and unify the readonly and locked state of views) closed by swagner
done
07:57 Ticket #959 (Correct EventPattern in HL) closed by swagner
done
07:57 Ticket #922 (Refactor cloning) closed by swagner
done
07:57 Ticket #1274 (Remove unused project file in ...) closed by swagner
done
07:56 Ticket #1283 (StringConvertibleMatrixView can not handle a large amount of columns) closed by swagner
done
07:56 Ticket #1230 (Coping (CTRL-C) values from a StringConvertibleMatrixView throws an ...) closed by swagner
done
07:55 Ticket #1277 (Operators SideBar freezes HL when deleting in search box) closed by swagner
done
07:55 Ticket #1241 (Set focus in TypeSelector to the textbox) closed by swagner
done
07:54 Ticket #841 (Add images from the Visual Studio 2008 image library) closed by swagner
done
07:54 Ticket #1234 (Implement allele frequency analysis) closed by swagner
done
07:54 Ticket #1188 (Implement population diversity analysis) closed by swagner
done
07:54 Ticket #1164 (Viewing an empty DataTable (with no rows) with a ...) closed by swagner
done
07:53 Ticket #925 (Enhance visualization of DataTables) closed by swagner
done
07:53 Ticket #1244 (Possibly superflous Placeholder) closed by swagner
done
07:53 Ticket #1257 (Reset of cross-validation throws exception) closed by swagner
done
07:53 Ticket #1226 (Exception when trying to retrieve the estimated values of a SVM solution) closed by swagner
done
07:19 Changeset [4894] by swagner

Updated MergeConfigs.cmd and Files.txt due to changes in r4893 (#1271)

02:41 Changeset [4893] by swagner

Removed plugins which are not part of the 3.3.2 release (#1271)

02:27 Changeset [4892] by swagner

Created tag for HeuristicLab 3.3.2 (#1271)

02:22 Changeset [4891] by swagner

Updated samples (#1271)

02:00 Changeset [4890] by swagner

Updated content of start page (#1271)

01:49 Changeset [4889] by swagner

Updated plugin dependencies and versions (#1271)

01:26 Changeset [4888] by swagner

Trivial changes due to review of r4883 (#1284)

Note: See TracTimeline for information about the timeline view.