Timeline
03/15/19:
- 12:48 Changeset [16688] by
-
#2987: Eliminate unnecessary cloning. Update to HEAL.Attic-pre4, fix AssemblyTitle
- 12:40 Changeset [16687] by
-
#2993: Initial implementation of user-defined evaluators as separate plugin.
03/14/19:
- 09:55 Changeset [16686] by
-
#2994: changed Double -> double
- 08:05 Changeset [16685] by
- 07:23 Changeset [16684] by
-
#2435: added 3.15.0 version of alglib as external library (build from source)
- 07:07 Changeset [16683] by
-
#2435: created a new branch to add new alglib version
03/13/19:
- 23:55 Changeset [16682] by
-
#2994: worked on auto diff for intervals and vectors
- 11:49 Changeset [16681] by
-
#2995: Handle DateTimeValues correctly.
- 11:49 Ticket #2995 (Support DateTimeValues in the RunCollectionBubbleChartView) created by
- DateTimeValues are not properly displayed by the chart.
- 09:38 Changeset [16680] by
-
#2974: necessary changes for compatibility with new persistence
- 09:37 Changeset [16679] by
-
#2974: changed .NET framework version of UnitTests project for compatibility with HL trunk (4.6.1)
- 09:36 Changeset [16678] by
-
#2974: removed project references again after merging changes from trunk
- 09:32 Changeset [16677] by
-
#2974: merged r16499:16658 from trunk:HeuristicLab.Problems.DataAnalysis.Symbolic.Regression to branch:HeuristicLab.Problems.DataAnalysis.Symbolic.Regression
- 09:30 Changeset [16676] by
-
#2974: merged r16478:16672 from trunk:HeuristicLab.Problems.DataAnalysis.Symbolic to branch:HeuristicLab.Problems.DataAnalysis.Symbolic
- 09:24 Changeset [16675] by
-
#2915: deleted branch because all changes have been merged back to trunk
03/12/19:
- 18:25 Changeset [16674] by
-
#2994: worked on AutoDiff implementation based on BatchInterpreter
- 12:20 Changeset [16673] by
- 12:18 Changeset [16672] by
- 12:01 Changeset [16671] by
-
#2994: created branch for the ticket
- 12:00 Ticket #2994 (AutoDiff support for interval calculation) created by
- Support for interval arithmetic has been added in #2966. This allows …
03/11/19:
- 13:32 Ticket #2993 (User-defined Evaluators for Symbolic Data Analysis Problems) created by
- The idea behind a user-defined evaluator is to provide a more flexible …
03/08/19:
- 10:03 Changeset [16670] by
- 09:03 Changeset [16669] by
-
#2929: Added missing dependencies
- 08:53 Changeset [16668] by
-
#2866: added support for tanh to the remaining interpreters (native is missing)
03/07/19:
- 23:20 Changeset [16667] by
-
Added further projects useful for interfacing with irace
- 22:40 Changeset [16666] by
-
#2929: Modified make / folder structure to build original app, added x86 dll
- 19:17 Changeset [16665] by
-
#2925 fixed a problem which prevents loading persistence files
- 19:17 Changeset [16664] by
-
#2925: generate individual solutions for each of the trees to allow individual analysis of functions e.g. using PDP (only works without latent variables so far)
- 17:59 Changeset [16663] by
-
#2925: adapted to work with new persistence
- 17:42 Changeset [16662] by
-
#2925: merged all changes from trunk to branch (up to r16659)
- 17:22 Changeset [16661] by
-
#2933: use RandomSeedGenerator in CrossValidation
- 17:00 Changeset [16660] by
-
#2925: re-introduced partial support for latent variables
- 16:58 Changeset [16659] by
-
#2520 svn:ignore
- 16:57 Changeset [16658] by
-
#2520: created a extlibs wrapper plugin for the HEAL.Attic nuget package (and updated to 1.0.0-pre4)
- 16:15 Changeset [16657] by
-
#2987: Improve performance by caching parameter values. Fix plugin dependencies Plugin.cs.frame
- 13:30 Changeset [16656] by
-
#2866: merged r16375, r16531, r16655 from branch to trunk (using "Merge two different trees" because I was not able to automatically merge changesets)
- 12:31 Changeset [16655] by
-
#2866: converted class HyperbolicTangent for new persistence
- 12:29 Changeset [16654] by
-
#2866: merged r16364:16653 from trunk to branch to prepare for trunk reintegration (resolving conflicts in the project file)
03/06/19:
- 16:20 Changeset [16653] by
-
#2925: added support for fixed numeric parameters as "constant variables"
- 13:14 Changeset [16652] by
-
#2925: allow arbitrary number of arguments to +,-,*,/ operators, fixed bug in single-argument division
- 10:54 Changeset [16651] by
-
#2561: Decoupled execution state of timelimitrun and its embedded algorithm
03/04/19:
- 10:14 Ticket #2992 (External Evaluation leads to Exceptions during Object Graph Traversal) closed by
- done: r16650: merged to stable
- 10:13 Changeset [16650] by
-
#2992: merged to stable
03/01/19:
- 12:51 Changeset [16649] by
-
#2987: Prevent updating the Ideal and Nadir points with NaN or Infinity values. Simplify algorithm code (use arrays instead of lists). Add missing StorableType attributes. Add hypervolume analysis for the pareto fronts.
- 11:31 Changeset [16648] by
-
#2992: exclude types from System.Net.Sockets in object graph traversal
- 11:21 Ticket #2992 (External Evaluation leads to Exceptions during Object Graph Traversal) created by
- Instances from System.Net.Sockets are part of the object graph. The …
- 11:05 Changeset [16647] by
- 11:01 Changeset [16646] by
-
#2966: fixed bug in Interval.Multiply