Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

01/08/19:

17:54 Changeset [16522] by mkommend

#2974: Fixed bug in constants extraction when adding linear scaling coefficients.

15:59 Changeset [16521] by ddorfmei

#2981: created branch

15:47 Ticket #2981 (Implement Multi-mode Resource-Constrained Project Scheduling Problem ...) created by ddorfmei
Implement MRCPSP, scatter search as shown by …
15:39 Changeset [16520] by pfleck

#2947 merged trunk into branch

15:29 Changeset [16519] by pfleck

#2972 merged to trunk

14:59 Changeset [16518] by pfleck

#2972 merged trunk into branch

14:40 Changeset [16517] by pfleck

#2972 Improved initialization and added a tooltip.

14:13 Ticket #2980 (Controls in the right panel of a SplitControl are excessively ...) created by gkronber
Reproduce: 1. Create an ItemCollection<IItem> and add an …
14:11 Ticket #2979 (Controls beneath a TabPage are excessively repainted when the ...) created by gkronber
Reproduce: 1. Open HL in non-maximized window 1. Open GA - TSP sample …
12:06 Changeset [16516] by pfleck

#2972 Updated UI for PDP variable values selection.

12:04 Changeset [16515] by gkronber

#2929 changed code to update best solutions to work with empty results.

01/07/19:

18:16 Changeset [16514] by mkommend

#2974: Updated CoOp to handle negative R² values approprietly.

18:14 Changeset [16513] by jkarder

#2839: worked on hive project management

  • fixed ArgumentNullException
14:55 Changeset [16512] by pfleck

#2845

  • Re-enabled null-check and added exception when showing Progress on control with no parent (Forms and Dialogs).
  • Adapted Progress in HiveResourceSelectorDialog to show the dialog on the selector-View and not on the dialog itself.
13:21 Changeset [16511] by pfleck

#2845 Temporarily removed null check to avoid the permanently disabled project selector in Hive.

06:59 Changeset [16510] by hmaislin

#2929: Updated DLL, result error seems to be fixed, more testing is necessary

01/06/19:

23:34 Changeset [16509] by mkommend

#2974: Added new evaluator with constants optimization.

18:03 Changeset [16508] by mkommend

#2974: Reverted changes in TreeToAutoDiffTermConverter.

18:03 Changeset [16507] by mkommend

#2974: First stable version of new CoOp.

16:50 Changeset [16506] by gkronber

#2978: set BackColor of almost all TabPages in HL

01/05/19:

16:28 Changeset [16505] by gkronber

#2978 set background color of tabPages to reduce excessive redraws for AlgorithmOperatorView and EngineAlgorithmView (missed operatorGraphTabPage)

16:12 Changeset [16504] by gkronber

#2978 set background color of tabPages to reduce excessive redraws for RunCollectionView, SingleObjectiveTestFunctionSolutionView, PathTSPTourView and TravelingSalesmanProblemView

14:48 Changeset [16503] by gkronber

#2978: removed embedded resource references from project (introduced in r16502)

14:42 Changeset [16502] by gkronber

#2978: prevent excessive OnPaint calls by setting the BackColor in AlgorithmView tabPages.

10:07 Changeset [16501] by gkronber

#2978: added SuspendRepaint and ResumeRepaint calls in ProgressView before and after Control.Enabled = ...
and removed unused code.

01/04/19:

20:23 Ticket #2978 (Enabling & disabling of controls in HL is slow) created by gkronber
There is a noticeable delay when controls in HL are enabled / disabled …
17:37 Changeset [16500] by mkommend

#2974: Added intermediate version of new constants optimization for profiling.

15:04 Changeset [16499] by bburlacu

#2977: Implement Pearson R2 & Tree Similarity Evaluator.

14:49 Ticket #2977 (Pearson R2 & Tree Similarity Multiobjective Evaluator) created by bburlacu
The idea behind this multi-objective evaluator is to try to maintain …
13:03 Changeset [16498] by jzenisek

#2288: adapted online calculation of variable impacts within VIN-view according to new interface of RegressionSolutionVariableImpactsCalculator.CalculateImpacts(..)

12:43 Changeset [16497] by jzenisek

#2288:

  • added possibility to create simple networks (only one input var set per target var, i.e. without junction nodes)
  • fixed minor enumeration bug
  • enabled network view updates
11:41 Changeset [16496] by bburlacu

#2976: Add null check to avoid NullReferenceException.

11:31 Ticket #2976 (SampleProportionalWithoutRepetition with Windowing may cause a ...) created by bburlacu
In some cases trying to sample proportionally from a sequence with …

01/03/19:

19:05 Changeset [16495] by gkronber

#2957: merged r16264, r16394, r16431 from trunk to stable

18:53 Changeset [16494] by gkronber

#2948: added a unit test to show that the partial derivative of a function over a parameter which is not used is zero

18:20 Changeset [16493] by gkronber

#2942: deleted branch after changes have been merged to trunk

18:16 Changeset [16492] by gkronber

#2964: merged r16309, r16341, r16342, r16343 from trunk to stable

18:11 Changeset [16491] by gkronber

#2942: merged changes from r16408, r16488, r16490 from branch to trunk (manually)

18:00 Changeset [16490] by gkronber

#2942: added a comment on the handling of weights in the self-matching case

15:06 Changeset [16489] by gkronber

#2942: merged changes from trunk to support testing with trunk

15:03 Changeset [16488] by gkronber

#2942: added SelfMatch parameters in the AfterDeserialization hook (for loading files stored with the old version)

12:17 Changeset [16487] by gkronber

#2520 merged r16478 (HEAD) from trunk to branch

12:00 Changeset [16486] by gkronber

#2520: added license headers

11:59 Changeset [16485] by gkronber

#2520 replaced static type registration in HL.Persistence plugin with the KnownStorableTypesMap which is discovered and used by HEAL.Fossil.
As a consequence we do not need to explicitly call type registration for unit tests.
This change has been necessary because on the first access of StaticCache all StoraleTypes are registered. However, when the HL.Persistence plugin is loaded we have not yet loaded all plugins and as a consequence we would miss StorableTypes.

01/02/19:

20:19 Changeset [16484] by gkronber

#2520: minor cleanup in PersistenceContentManager

20:18 Changeset [16483] by gkronber

#2520: added unit test for IndexedDataTable and Point2D and made necessary fixes

20:17 Changeset [16482] by gkronber

#2520: added two custom transformers (for Fonts and Bitmaps) and registered types that are available in .NET Framework but not in .NET Standard 2.0 and added.

19:38 Changeset [16481] by gkronber

#2520: fixed StorableSerializer of old persistence to make the old persistence unit test succeed

16:07 Changeset [16480] by gkronber

#2520: use new persistence in ContentManager (with fallback), ClipBoard (with fallback), as well as for deep-cloning in Scripting and for Hive Persistence (without fallback & incomplete)

15:03 Changeset [16479] by gkronber

#2520: checked and added StorableType attribute projects included in HeuristicLab 3.3.sln

14:09 Changeset [16478] by bburlacu

#2950: Reorganize code in SymbolicExpressionTreeHash.cs`.

10:02 Changeset [16477] by gkronber

#2520: checked and added StorableType attribute in projects up to HeuristicLab.Problems.VRP.Views

09:22 Changeset [16476] by gkronber

#2520: checked and added StorableType attribute in projects up to HeuristicLab.Problems.GraphColoring

12/31/18:

14:26 Changeset [16475] by jkarder

#2520: added analyzer and fix for adapting storable ctor signature

08:14 Changeset [16474] by gkronber

#2520: checked and added StorableType attribute in projects up to HeuristicLab.MainForm

07:29 Changeset [16473] by gkronber

#2520 changed name and type of parameter for StorableConstructor

12/30/18:

09:16 Changeset [16472] by gkronber

#2520: checked all projects from top to HeuristicLab.Common and added StorableType attributes.

09:09 Changeset [16471] by gkronber

#2520: checked all projects from top to HeuristicLab.Common and added StorableType attributes.

12/29/18:

21:18 Changeset [16470] by gkronber

#2520: fixed usings.

21:13 Changeset [16469] by gkronber

#2520: Adapted VS code fixes:

  • using HeuristicLab.Persistence -> using HEAL.Fossil
  • Made missing StorableCtor a Warning
  • Ignore StorableCtor for structs and interfaces
20:44 Changeset [16468] by gkronber

#2520: added the necessary StorableType attributes in HeuristicLab.Algorithms.DataAnalysis

20:41 Changeset [16467] by gkronber

#2520: added unit tests for converting all samples (open old format, store new format)

16:03 Changeset [16466] by gkronber

#2520: removed unit tests which are moved to the HEAL.Fossil repository

15:15 Changeset [16465] by gkronber

#2520: fixed issue when building with Build.ps and VS 2017 when packages must be restored

Seemingly the "." is necessary so that nuget (or msbuild?) produces a correct path. I have no idea.

Btw. the docs on nuget are a complete mess.

12/28/18:

19:10 Ticket #2975 (Update Sim# to 3.1.1) created by abeham
A new Sim# release was recently made with many improvements. Our …
17:58 Changeset [16464] by mkommend

#2974: Adapted new constants optimizer.

17:57 Changeset [16463] by mkommend

#2974: Adapted tree to autodiff converter.

16:10 Changeset [16462] by jkarder

#2520: worked on reintegration of new persistence

  • added nuget references to HEAL.Fossil
  • added StorableType attributes to many classes
  • changed signature of StorableConstructors
  • removed some classes in old persistence
  • removed some unnecessary usings
15:44 Changeset [16461] by mkommend

#2974: Added unit tests and refactoring.

14:00 Blog: Modeling scheduling problems with HeuristicLab edited by abeham
Note about upcoming Sim# 3.1.0
10:36 Changeset [16460] by mkommend

#2974: Adapted project files.

10:22 Changeset [16459] by mkommend

#2974: Added utility methods and copy of constant optimization evluator for refactoring.

10:20 Changeset [16458] by mkommend

#2974: Readded accidently remove readonly modifier in autodiff converter.

10:18 Changeset [16457] by mkommend

#2974: Extracted linear scaling terms in auto diff converter.

12/27/18:

14:23 Changeset [16456] by mkommend

#2974: Added HL.Problems.DataAnalysis.Symbolic to the branch.

14:14 Changeset [16455] by mkommend

#2974: Created branch and added adapted project HL.Problems.DataAnalysis.Symbolic.Regression.

12:32 Ticket #2974 (Refactor Constants Optimization) created by mkommend
The code for constants optimization has grown over the years and all …
11:16 Changeset [16454] by jkarder

#2520: added nuget references to HEAL.Fossil (which has not been published yet)

10:33 Changeset [16453] by jkarder

#2520: updated year of copyrights

10:19 Changeset [16452] by jkarder

#2520: upgraded projects to .NET 4.6.1

10:10 Changeset [16451] by jkarder

#2520: created branch for reintegration of new persistence

10:06 Changeset [16450] by jkarder

#2520: deleted branch

Note: See TracTimeline for information about the timeline view.