Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

09/13/11:

19:36 Changeset [6757] by ascheibe

#1233 deleted unused files

19:29 Changeset [6756] by ascheibe

#1233 adapted Administrator UI to be more like OKB

17:38 Changeset [6755] by gkronber

#1480 implemented code to handle root symbols for the il emitting interpreter and fixed code for power symbol.

17:01 Changeset [6754] by gkronber

#1640 fixed a problem with empty trainingindizes when using cross-validation

16:00 Changeset [6753] by svonolfe

Added customer relocation manipulator (#1177)

16:00 Changeset [6752] by svonolfe

Added support for incremental evaluation to improve performance (#1177)

15:59 Changeset [6751] by svonolfe

Fixed minor bugs in VRP operators (#1177)

13:58 Changeset [6750] by mkommend

#1643: Corrected RegressionSolutionErrorCharacteristicsCurveView.

13:57 Ticket #1643 (ErrorCharacteristicsCurveView uses wrong data points) created by mkommend
Currently the ErrorCharacteristicsCurveView does not calculate the …
12:48 Changeset [6749] by mkommend

#1640: Added Storable attribute to dataset values.

09:38 Changeset [6748] by abeham

#1642

  • Made instantiating of Creatables asynchronous
  • Added progress bar to indicate that there is something going on
08:51 Ticket #1642 (Add a loading bar to the new item dialog) created by abeham
The first time the new item dialog is instantiated it discovers and …

09/12/11:

22:13 Changeset [6747] by ascheibe

#1233 updated urls to Hive-3.3 in config files

21:48 Changeset [6746] by ascheibe

#1641 updated project references

21:27 Changeset [6745] by ascheibe

#1641 added DayView control to HeuristicLab.ExtLibs

21:15 Ticket #1641 (Add DayView control to ExtLibs) created by ascheibe
DayView (http://calendar.codeplex.com) is a Windows Forms control …
20:17 Changeset [6744] by ascheibe

#1233

  • renamed last couple of folders
  • fixed an installer bug
  • now with more license headers and less magic numbers
18:04 Changeset [6743] by ascheibe

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
16:19 Changeset [6742] by gkronber

#1597 improved handling of empty rows.

15:35 Changeset [6741] by gkronber

#1640 adapted IL emitting interpreter to work with previous (r6740) changes of the dataset.

13:48 Changeset [6740] by mkommend

#1597, #1609, #1640:

  • Corrected TableFileParser to handle empty rows correctly.
  • Refactored DataSet to store values in List<List> instead of a two-dimensional array.
  • Enable importing and storing string and datetime values.
  • Changed data access methods in dataset and adapted all concerning classes.
  • Changed interpreter to store the variable values for all rows during the compilation step.
13:19 Ticket #1640 (Refactor datasets to allow the storage of strings and datetimes) created by mkommend
Currently only double values can be stored in the Dataset. …
11:20 Changeset [6739] by mkommend

#1579: Readded SymbolicRegressionTournamentPruning-Analyzer to Problems.DataAnalysis.Regression-3.3 for backwards compatibility reassons.

10:49 Changeset [6738] by mkommend

#1579: Corrected CalculatePearsonsRSquaredOfConstantTest.

10:12 Changeset [6737] by epitzer

#1530 Split type and serializer tokens and include special handling for CachedTypeSerializer (this should also fix #1527)

09:11 Changeset [6736] by gkronber

#1639 used Enumerable.Orderby method to sort values instead of Array.Sort because OrderBy performs a stable sort.

09:10 Ticket #1639 (Sorting values in a column should be stable) created by gkronber
This is convenient if the rows have been sorted already previously by …
08:36 Changeset [6735] by gkronber

#1480 reduced nodesPerSecThreshold for IL-emitting interpreter performance tests to fix problems with the release build on builder.

09/11/11:

21:54 Changeset [6734] by ascheibe

#1233 some minor improvements in the Slave UI and Administrator UI

09/10/11:

16:25 Changeset [6733] by abeham

#1619

  • Updated the model slightly
  • Deployed the service
  • Updated the GUI to perform asynchronous calls to the service
15:34 Changeset [6732] by gkronber

#1480 added IL emitting tree interpreter for symbolic data analysis and test case. Found and fixed a bug in the existing interpreter for boolean operators OR and AND with NaN arguments. However, this means that the output of previously stored solutions changes. We Probably we should keep the incorrect behavior now and document this accordingly, as changing this would need a version increment of all data analysis plugins.

09/09/11:

20:31 Changeset [6731] by ascheibe

#1233 updated plugin dependencies and cleaned project references

20:19 Changeset [6730] by ascheibe

#1233 added Hive Slave HL App client

12:12 Changeset [6729] by gkronber

#1594 #1637 added view caching to NamedDataAnalysisSolutionView

10:45 Changeset [6728] by gkronber

#1557 implemented parallel evaluation in analyzers using ParallelEnumerable extension methods.

09/08/11:

17:28 Changeset [6727] by ascheibe

#1233 the last bunch of renames, hopefully

16:41 Changeset [6726] by ascheibe

#1233 forgot that file

16:38 Changeset [6725] by ascheibe

#1233 more renaming for more consistency

15:19 Changeset [6724] by svonolfe

Fixed small interface error in the PDAnalyzer (#1177)

14:37 Changeset [6723] by ascheibe

#1233 Review comments: renamed HiveEperiment to Job

13:59 Ticket #1638 (Implement unit test to create and run all additional GP samples (in ...) created by gkronber
We already have a unit test for the samples which are included in the …
13:43 Changeset [6722] by ascheibe

#1233 deleted Services.Hive.Common and DBCreator project as they are not needed anymore

13:41 Changeset [6721] by ascheibe

#1233 Review comments: renamed Job to Task

13:40 Changeset [6720] by gkronber

#1474 added (conditional) parameter hiding

11:31 Changeset [6719] by gkronber

#1474 removed range limit for MLP output

11:29 Changeset [6718] by gkronber

#1474 fixed bug in alglib that resulting in random models when using the early stopping training method for multi layer perceptrons.

10:38 Changeset [6717] by ascheibe

#1233

  • moved DTO's to Services.Hive project
  • removed Services.Hive.Common project
  • some cleanups
  • added DTO's for enums
08:54 Ticket #1637 (Content update in the DataAnalysisSolutionView clears the selected ...) created by gkronber
This is inconvenient because it is necessary to select for instance …

09/07/11:

10:14 Changeset [6716] by svonolfe

Added biased multi operators for use with the SuccessfulOffspring analyzer (#1177)

09:57 Changeset [6715] by svonolfe

Adapted PDP view to show the flows (#1177)

09:56 Changeset [6714] by svonolfe

Fixed minor bug in permutation crossover (#1177)

09/06/11:

17:31 Documentation/Howto/SetupHiveServer edited by ascheibe
(diff)
17:22 Documentation/Howto/SetupHiveServer edited by ascheibe
(diff)
17:12 Documentation/Howto/SetupHiveServer edited by ascheibe
(diff)
16:57 Changeset [6713] by svonolfe

Fixed minor bugs (#1177)

16:26 Changeset [6712] by ascheibe

#1233

  • got db scripts up-to-date
  • renamed db related stuff back to 3.3
  • fixed a bug in the Status page that occured when the db is empty
14:57 Changeset [6711] by svonolfe

Added adaptive constraint relaxation for all VRP variants (#1177)

13:09 Documentation/Reference/VehicleRoutingProblem edited by svonolfe
(diff)
13:00 Documentation/Reference/VehicleRoutingProblem edited by svonolfe
(diff)
13:00 Changeset [6710] by svonolfe

Added support for pickups and deliveries (#1177)

09/05/11:

16:33 Ticket #1636 (Weighted evaluation of data analysis models) created by gkronber
It should be possible to indicate weights for observations. Benefits: …
14:20 Changeset [6709] by gkronber

#1635: symbolic regression variable impacts can be calculated for each fold separately for cross-validation runs. Added a drop down box in the variable impact view to choose the fold. Minor change: variable impacts are rounded to 3 decimal digits.

14:18 Ticket #1635 (Symbolic regression variable impact calculation does not work for ...) created by gkronber
14:06 Changeset [6708] by gkronber

#1634 implemented command to calculate a time series of percental changes from a time series of absolute values.

14:04 Ticket #1634 (Command for data importer to calculate a time series of percental ...) created by gkronber
14:02 Changeset [6707] by gkronber

#1633: added a tooltip that displays the index of columns

14:01 Ticket #1633 (Display column index for columns in a columngroup to simplify ...) created by gkronber
13:59 Changeset [6706] by gkronber

#1623 extended Savitzky-Golay filter command to support the calculation of smoothed derivatives of time series.

13:57 Ticket #1632 (Extend Savitzky-Golay filter command to support calculation of ...) created by gkronber

09/03/11:

01:24 DevelopersTeam edited by swagner
(diff)
01:22 DevelopersTeam edited by swagner
(diff)
01:14 WikiStart edited by swagner
(diff)
01:01 Imprint edited by swagner
(diff)
01:01 Imprint edited by swagner
(diff)
00:55 Support created by swagner
00:45 Blog: HeuristicLab Blog edited by swagner
00:44 Documentation/FirstSteps edited by swagner
(diff)
00:39 Blog: HeuristicLab Blog edited by swagner
00:38 Blog: HeuristicLab Blog edited by swagner

09/02/11:

19:25 Changeset [6705] by ascheibe

#1631 fixed cloning bug in ThreadSafeLog

18:25 Changeset [6704] by ascheibe

#1233 added plugin frame file to Slave HL App

17:42 Blog: Financial Analysis with HeuristicLab edited by gkronber
17:25 Blog: Financial Analysis with HeuristicLab edited by gkronber
17:24 Blog: Financial Analysis with HeuristicLab edited by gkronber
17:24 EZ IRS yield variable impacts.png attached to Blog: Financial Analysis with HeuristicLab by gkronber
17:24 EZ IRS yield 10y.png attached to Blog: Financial Analysis with HeuristicLab by gkronber
17:23 Blog: Financial Analysis with HeuristicLab created by gkronber
17:01 Changeset [6703] by ascheibe

#1233

  • really removed 3.4 folders
  • added skeleton for a Slave HL App
  • added missing license headers and AssemblyInfo frames
  • fixed merging of config files
16:03 Changeset [6702] by epitzer

#1530 flatten serialization token hierarchy and seal frequently used classes

14:30 Changeset [6701] by ascheibe

#1233 renamed folders from 3.4 to 3.3

14:05 Changeset [6700] by ascheibe

#1223 changed version in project files, AssemblyInfo and plugin files back to 3.3

12:45 Changeset [6699] by ascheibe

#1233 forgot these files in last commit

11:49 Changeset [6698] by ascheibe

#1233

  • implemented review comments
  • more cleanups
10:58 Changeset [6697] by epitzer

Remove unnecessary reference to HeuristicLab.Parameters (#1622)

10:33 Ticket #1631 (ThreadSafeLog doesn't work with LogView) created by ascheibe
The HiveEngine uses a ThreadSafeLog together with the LogView. …

09/01/11:

17:45 Ticket #1630 (Weighted voting and confidence measure for ensembles of discriminating ...) created by gkronber
The voting mechanism for ensembles of classifiers based on …
17:41 Changeset [6696] by ascheibe

#1233

  • some cleanups
  • removed unused code
17:37 Ticket #1629 (Remove outdated plugins for data analysis which were kept in 3.3.4 for ...) created by gkronber
16:48 Blog: HeuristicLab Blog edited by mkofler
16:46 Changeset [6695] by epitzer

Fix spacing of modifiers list (#1622)

16:46 Blog: HeuristicLab Blog edited by mkofler
16:44 Blog: HeuristicLab Blog created by mkofler
16:34 hl_blog.png attached to Pictures by mkofler
HL Blog Logo
16:28 Changeset [6694] by epitzer

Remove obsolete RunCollectionModificationEvaluator (#1622)

15:51 Changeset [6693] by epitzer

Integrate functionality of RunCollectionModificationEvaluator directly into RunCollection and its view. (#1622)

This update includes a modified RunCollectionModificationEvaluator that automatic migrates all modifies into the RunCollection.

10:46 Changeset [6692] by gkronber

#1618 small change in data analysis views to make drag and drop behavior for changing the problem data of a solution consistent.

10:06 Changeset [6691] by epitzer

Remove obsolete RunCollectionFuzzifier (#1622)

09:55 Changeset [6690] by epitzer

Rename RunCollectionFuzzifier to RunCollectionDiscretizer (#1622)

This commit contains both version and a modified cloning method in the old fuzzifier to enable upgrading by cloning a fuzzifier in the GUI which will then become a discretizer.

08/31/11:

19:37 Changeset [6689] by ascheibe

#1233 some more renaming to be more consistent with OKB

19:27 Changeset [6688] by ascheibe

#1233 some renaming to be more consistent with OKB

17:42 Changeset [6687] by epitzer

Extend calculator to support other data types, literals, stack manipulations and conditionals (#1622)

15:05 Changeset [6686] by epitzer

Add RunCollectionGroupCreater for re-grouping a RunCollection (#1622)

11:52 Changeset [6685] by abeham

#1628

  • Updated branch from trunk
  • Changed ReferenceEqualityComparer<T> to become a non-generic class (generic implementation probably was only made because of lacking support for co- and contravariance in C# 3.5)
  • Added finished experiment from sample algorithms to the tests
  • Wrote a unit test to instantiate every IDeepCloneable type, clone it and compare the objects in the object graph for equal references
  • Wrote a unit test to load the experiment, clone it and compare again the objects in the object graph
  • Preliminary fix for a potential bug in ThreadSafeLog
  • Preliminary fix for a potential bug in OperatorGraphVisualizationInfo
  • Preliminary fix for a potential bug in Calculator (and added license headers)
  • Preliminary fix for a potential bug in ScrambleMove
11:26 Ticket #1628 (Create a test for the deep cloning behavior of IDeepCloneables) created by abeham

08/30/11:

17:48 Changeset [6684] by mkommend

#1579: Changed cloning of SymbolicExpressionTreeNodes.

Note: See TracTimeline for information about the timeline view.