Timeline
03/29/19:
- 15:01 Changeset [16727] by
-
#2994: added a unit test and made some minor improvements to interpreters
- 14:50 Ticket #3001 (The excel formatter produces incorrect output for divisions (1/1*x)) created by
- How to reproduce […] Output: =1*1/1*$A1 Expected output …
03/28/19:
- 17:23 Changeset [16726] by
-
#2521: fixed single-objective test functions
- 17:19 Changeset [16725] by
-
- Adapt Encodings.ScheduleEncoding to new persistence
- Adapt Problems.Programmable to new persistence
- 17:18 Changeset [16724] by
-
#2521: Corrected compilation errors in some projects.
- 16:54 Changeset [16723] by
-
#2521: merged changes from r15684 to trunk HEAD (r16716) and resolved all merge conflicts
- it doesn't build
- 11:22 Changeset [16722] by
-
#2988: Add first version of GP for Evolvment models of models.
03/27/19:
- 22:59 Changeset [16721] by
-
#2931: fixed HeuristicLab.ExtLibs.sln
- 22:40 Changeset [16720] by
-
#2931: Merged revision(s) 16235-16719 from trunk
- 22:02 Changeset [16719] by
-
#2931: removed file reference from project file
- 21:47 Changeset [16718] by
-
#2931: Cleanup, fixed spelling mistakes
- 21:44 Changeset [16717] by
-
#2931: Upgraded OR-Tools to version 7.0
- 17:13 Changeset [16716] by
-
- Added a lof changes from #1614 branch not yet merged to trunk
- Fixed problem with missed targets at simultaneous points to hits
- 14:10 Changeset [16715] by
-
updated config merger to include further subsettings for oracle clients
- 11:34 Ticket #3000 (RunLengthDistributionView shows incorrect values for runs in which the ...) created by
- Because of the logic for determining the number of active runs …
03/26/19:
- 11:53 Changeset [16714] by
-
#2987: Reference HEAL.Attic dll from HL bin folder and add HeuristicLab.Attic to plugin dependencies.
- 11:37 Changeset [16713] by
-
#2971: Make IntervalConstraintsParser class static, adapt code. Add SymbolicRegressionConstraintSatisfactionEvaluator.
03/25/19:
- 17:26 Changeset [16712] by
-
#2936: adapted branch to new persistence (works with HL trunk r16711)
- 17:18 Changeset [16711] by
-
#2936: merged r16117:16706 from trunk/HeuristicLab.Tests to branch/HeuristicLab.Tests
- 17:11 Changeset [16710] by
-
#2936: merged r15682 & r16117:16658 from trunk/HeuristicLab.Encodings.IntegerVectorEncoding to branch/HeuristicLab.Encodings.IntegerVectorEncoding
- 16:50 Ticket #2999 (Skip ContentViewAttributeTest for views that use ...) closed by
- done: r16709: merged r16703 from trunk to stable
- 16:49 Changeset [16709] by
- 16:46 Ticket #2982 (VariableStoreView does not update variable values correctly) closed by
- done: r16708: merged r16526 from trunk to stable
- 16:46 Changeset [16708] by
- 16:41 Changeset [16707] by
-
#2520: Update HEAL.Attic to release version 1.0
- 13:20 Changeset [16706] by
-
#2520: Adapted sample unit test GPSymRegWithOS in x64 bit mode due to the occuring quality differences when compiling with .Net 4.6.1.
- 07:45 Changeset [16705] by
-
#2990: Implemented first version with RF and percentage-based feature elimination.
03/22/19:
- 23:37 HEALInfrastructureDevelopmentTasks edited by
- (diff)
- 14:48 Changeset [16704] by
-
#2520: fixed RunGaussianProcessRegressionSample unit test which failed since we migrated to .NET 4.6.1 in r16452
- 13:50 Changeset [16703] by
-
#2999: excluded respective views from ContentViewAttributeTest
- 13:41 Ticket #2999 (Skip ContentViewAttributeTest for views that use ...) created by
- Our new build agent cannot create instances of such views. These are …
03/21/19:
- 10:21 Changeset [16702] by
-
#2866: Add tanh to all formatters except the TSQLExpressionFormatter, since TSQL does not have a TANH function (could be approximated but ugly).
03/20/19:
- 10:31 Changeset [16701] by
-
#2866: Support hyperbolic tangent in native interpreter.
- 10:17 Changeset [16700] by
-
#2998 added a possibility to specifiy the numberformat and the format string for the infix formatter for expressions
- 09:41 Changeset [16699] by
-
#2971: fixed a bug which caused an exception when loading problem instances with string variables (e.g. Miba instances)
- 09:26 Ticket #2998 (Allow specification of floating point number format for the InfixFormatter) created by
- It would be helpful to specify the number format when the …
03/19/19:
- 13:46 Changeset [16698] by
-
#2994: fixed version of HeuristicLab.Random plugin
- 13:39 Changeset [16697] by
- 13:38 Changeset [16696] by
-
#2994 added a separate plugin with an algorithm for constrained non-linear regression
- 13:20 Changeset [16695] by
-
#2994: renamed classes Algebraic..., added DebuggerDisplay attributes to simplify debugging. Fixed bugs in static methods for Algebraic
- 12:30 Ticket #2997 (When using multi encoding in combination with several symbolic ...) created by
- When using multi encoding in combination with several symbolic …
- 11:02 Changeset [16694] by
-
#2994: implemented remaining methods for IAlgebraicType and changed formatting
- 10:19 Changeset [16693] by
-
#2994: worked on implementations of remaining methods for IAlgebraicType
03/18/19:
- 17:24 Changeset [16692] by
-
#2521: merged trunk changes up to r15681 into branch (removal of trunk/sources)
- 10:22 Ticket #2996 (Exception when cloning IndexedDataRow) created by
- I loaded an experiment with a QualityPerEvaluationsAnalyser from a …
03/16/19:
- 13:13 Changeset [16691] by
-
#2974: improved code for benchmarking (previous code failed to account for update of trees after call of Optimize as well as early stopping in Optimize for trees with invalid outputs)
- 12:51 Changeset [16690] by
-
#2974: added code in the unit tests to make behaviour of new and old ConstOpt consistent to allow direct comparison of results (+fixed a small bug in the unit tests)
- 12:49 Changeset [16689] by
-
#2974: changed LMConstantsOptimizer to use minlm interface of alglib instead of lsfit interface.
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.