Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

09/21/18:

16:00 Changeset [16173] by jkarder

#2839:

  • fixed compilation errors in HiveEngine
  • minor changes
09:50 Changeset [16172] by ddorfmei

#2931:

  • created LinearProgrammingAlgorithm
    • created definitions for all LP/MIP solvers supported by OR-Tools
  • created LinearProgrammingProblem
    • created classes required for scripting: LinearProgrammingProblemDefinition, LinearProgrammingProblemDefinitionScript, CompiledLinearProgrammingProblemDefinition
    • created views: LinearProgrammingProblemView, LinearProgrammingProblemDefinitionScriptView
  • updated OR-Tools version in ExtLibs to 6.9
09:18 Changeset [16171] by bwerth

#2943 worked on MOBasicProblem - added Interfaces;reworked MOCalculators; several minor changes

09/20/18:

15:56 Changeset [16170] by gkronber

#2908: merged r15853,r15855,r16169 from trunk to stable

15:52 Changeset [16169] by gkronber

#2908 changed handling of resource names (moved into data descriptors)

15:27 Changeset [16168] by gkronber

#2891: incorporated feedback from review, made NeuralNetworkEnsembleModel and NeuralNetworkModel readonly. This is a breaking change to the API

15:10 Changeset [16167] by gkronber

#2941: merged r16086 from trunk to stable

15:05 Changeset [16166] by gkronber

#2940: merged r16085 from trunk to stable

14:58 Changeset [16165] by gkronber

#2932: merged r16054 from trunk to stable

14:55 Changeset [16164] by gkronber

#2934: merged r16059 from trunk to stable

14:49 Changeset [16163] by gkronber

#2923: merged r15951, r15952 from trunk to stable

14:46 Changeset [16162] by gkronber

#2888: merged r15839,r15845 from trunk to stable

14:45 Changeset [16161] by gkronber

#2911: merged r15877,r15881,r15900,r15901,r15902 from trunk to stable

14:43 Changeset [16160] by gkronber

#2905: merged r15854 from trunk to stable

14:42 Ticket #1973 (Support more than 256 variables in linear regression models) closed by gkronber
done
13:18 Changeset [16159] by bburlacu

#2886: Refactor unit test using only C# 4.5 features.

13:12 Changeset [16158] by pfleck

#2883 merged trunk

11:12 Changeset [16157] by bburlacu

#2886: Update IGrammarEnumerationEvaluator interface (add Evaluate method accepting an ISymbolicExpressionTree for the case when the constants have already been optimized in the tree, add boolean OptimizeConstants flag), small refactor in GrammarEnumeration/GrammarEnumerationAlgorithm.cs, add unit tests

09/19/18:

16:04 Changeset [16156] by pfleck

#2947 fixed initial title for IndexedDataTable

09/18/18:

11:28 Changeset [16155] by gkronber

#2925: allow tuning individual parameter vectors for episodes (using the same structure)

06:00 Changeset [16154] by gkronber

#2925 bug fix for the extraction of target values (missed when introducing episodes)

09/17/18:

20:17 Changeset [16153] by gkronber

#2925 added support for multiple training episodes, added simplification of models, fixed a bug in the normalization based on target variable variance

18:31 Changeset [16152] by gkronber

#2925: removed obsolete comment and a statement introduced in r16126

16:36 Changeset [16151] by gkronber

#2886 deleted obsolete files

09/15/18:

11:54 Changeset [16150] by pfleck

#2947

  • Added context menu to open the VisualProperties dialog for the IndexedDataTableView.
  • Changed the StatterPlotView.ShowName into ShowChartOnly to match the property names if the (Indexed)DataTableView.
11:47 Changeset [16149] by pfleck

#2947

  • Added interfaces for DataRow and DataTable (IDataTable is generic because the NamedItemCollection is invariant)
  • Adapted DataTableVisualPropertiesDialog to use the new interfaces
  • Added IConfigurableView to IndexedDataTableView
  • Fixed VisualProperty.Title change in IndexedDataTableView
11:25 Changeset [16148] by pfleck

#2947 branched trunk

09/14/18:

18:46 Changeset [16147] by jkarder

#2924: reapplied changes from r16143

18:28 Changeset [16146] by jkarder

#2924: created branch for .NET Core migration

18:24 Changeset [16145] by jkarder

#2924: deleted branch [15961/branches/2924-dotnet-core]

18:05 Changeset [16144] by jkarder

#2522: reverse merged r16143

17:07 Changeset [16143] by dpiringe

#2522:

  • migrated a lot of projects to .NET Standard 2.0
  • added AppDomain.CurrentDomain.ApplyPolicy to Assembly.ReflectionOnlyLoad in PluginValidator to correctly load the System library
  • deleted Properties folder from .NET Standard projects, because AssemblyInformation is saved in .csproj files now
  • .NET Framework projects target now v4.7, because it is only possible to use .NET Standard libraries in v4.6 or higher
  • removed System.Data.Linq from defaultAssemblies and DiscoverNamespaces in ProgrammableOperator, it is not supported in .NET Standard
  • the Microsoft.Windows.Compatibility package is necessary for usage of PluginInfrastructure, we should probably switch to the System.Drawing.Common package when PluginInfrastructure is migrated to .NET Standard
15:58 Ticket #2947 (Configure Dialog for IndexedDataTableView) created by pfleck
The IndexedDataTableView is missing some features that are …
14:53 Changeset [16142] by lkammere

#2886: Fix refreshing of pareto front. Add test quality value to pareto front.

11:47 Changeset [16141] by abeham

#2817: updated to trunk r16140

11:36 Changeset [16140] by abeham

#2817: updated to trunk r15680

09/13/18:

13:18 Changeset [16139] by ddorfmei

#2931: Merged [16046-16138/trunk] into branch

13:04 Changeset [16138] by ddorfmei

#2931: project upgrades and changes to building

09/12/18:

15:12 Changeset [16137] by abeham

#2457:

  • Restructured FLA plugin (moved files between folders, added common base classes)
  • Fixed AC1 in QAPDirectedWalk (ouch!)
  • Changed PartialInformationContent to be in range [0;1]
  • Added unit test for information analysis
  • Refactored information analysis and discard ability to use more symbols than 2 as shapes

09/11/18:

12:36 Ticket #2946 (HeuristicLab (Auto-)Updater) created by pfleck
HeuristicLab should offer some form built-in update support. In the …

09/10/18:

15:58 Changeset [16136] by bburlacu

#2704: Rename branch

15:57 Changeset [16135] by bburlacu

#2635: Rename branch

15:51 Changeset [16134] by bburlacu

#1837: Rename branch

10:20 Changeset [16133] by bburlacu

#2679: Rename branch

10:12 Changeset [16132] by bburlacu

#1772: Rename branch according to naming convention.

10:06 Changeset [16131] by bburlacu

#1772: Update project paths, add extra check in RemovePopulationGraphFromResultsOperator

10:05 Changeset [16130] by bburlacu

#1772: Merge trunk changes

09:02 Changeset [16129] by abeham

#2457: as calculated

09/07/18:

10:21 Changeset [16128] by fholzing

#2904: Fixed Types (String for FactorVariables)

09:30 Ticket #2935 (It should be possible to insert a variable at a specific position in ...) closed by mkommend
done
09:30 Ticket #2897 (Dataset (and ModifiableDataset) constructor accepts unsupported values) closed by mkommend
done
07:13 Changeset [16127] by fholzing

#2904: Shifted ascendingCheckBox to the left

Note: See TracTimeline for information about the timeline view.