Timeline
01/03/19:
- 19:05 Changeset [16495] by
- 18:53 Changeset [16494] by
-
#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
-
#2942: deleted branch after changes have been merged to trunk
- 18:16 Changeset [16492] by
-
#2964: merged r16309, r16341, r16342, r16343 from trunk to stable
- 18:11 Changeset [16491] by
-
#2942: merged changes from r16408, r16488, r16490 from branch to trunk (manually)
- 18:00 Changeset [16490] by
-
#2942: added a comment on the handling of weights in the self-matching case
- 15:06 Changeset [16489] by
-
#2942: merged changes from trunk to support testing with trunk
- 15:03 Changeset [16488] by
-
#2942: added SelfMatch parameters in the AfterDeserialization hook (for loading files stored with the old version)
- 12:17 Changeset [16487] by
- 12:00 Changeset [16486] by
-
#2520: added license headers
- 11:59 Changeset [16485] by
-
#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
-
#2520: minor cleanup in PersistenceContentManager
- 20:18 Changeset [16483] by
-
#2520: added unit test for IndexedDataTable and Point2D and made necessary fixes
- 20:17 Changeset [16482] by
-
#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
-
#2520: fixed StorableSerializer of old persistence to make the old persistence unit test succeed
- 16:07 Changeset [16480] by
-
#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
-
#2520: checked and added StorableType attribute projects included in HeuristicLab 3.3.sln
- 14:09 Changeset [16478] by
-
#2950: Reorganize code in SymbolicExpressionTreeHash.cs`.
- 10:02 Changeset [16477] by
-
#2520: checked and added StorableType attribute in projects up to HeuristicLab.Problems.VRP.Views
- 09:22 Changeset [16476] by
-
#2520: checked and added StorableType attribute in projects up to HeuristicLab.Problems.GraphColoring
12/31/18:
- 14:26 Changeset [16475] by
-
#2520: added analyzer and fix for adapting storable ctor signature
- 08:14 Changeset [16474] by
-
#2520: checked and added StorableType attribute in projects up to HeuristicLab.MainForm
- 07:29 Changeset [16473] by
-
#2520 changed name and type of parameter for StorableConstructor
12/30/18:
- 09:16 Changeset [16472] by
-
#2520: checked all projects from top to HeuristicLab.Common and added StorableType attributes.
- 09:09 Changeset [16471] by
-
#2520: checked all projects from top to HeuristicLab.Common and added StorableType attributes.
12/29/18:
- 21:18 Changeset [16470] by
-
#2520: fixed usings.
- 21:13 Changeset [16469] by
-
#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
-
#2520: added the necessary StorableType attributes in HeuristicLab.Algorithms.DataAnalysis
- 20:41 Changeset [16467] by
-
#2520: added unit tests for converting all samples (open old format, store new format)
- 16:03 Changeset [16466] by
-
#2520: removed unit tests which are moved to the HEAL.Fossil repository
- 15:15 Changeset [16465] by
-
#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
- A new Sim# release was recently made with many improvements. Our …
- 17:58 Changeset [16464] by
-
#2974: Adapted new constants optimizer.
- 17:57 Changeset [16463] by
-
#2974: Adapted tree to autodiff converter.
- 16:10 Changeset [16462] by
-
#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
-
#2974: Added unit tests and refactoring.
- 14:00 Blog: Modeling scheduling problems with HeuristicLab edited by
- Note about upcoming Sim# 3.1.0
- 10:36 Changeset [16460] by
-
#2974: Adapted project files.
- 10:22 Changeset [16459] by
-
#2974: Added utility methods and copy of constant optimization evluator for refactoring.
- 10:20 Changeset [16458] by
-
#2974: Readded accidently remove readonly modifier in autodiff converter.
- 10:18 Changeset [16457] by
-
#2974: Extracted linear scaling terms in auto diff converter.
12/27/18:
- 14:23 Changeset [16456] by
-
#2974: Added HL.Problems.DataAnalysis.Symbolic to the branch.
- 14:14 Changeset [16455] by
-
#2974: Created branch and added adapted project HL.Problems.DataAnalysis.Symbolic.Regression.
- 12:32 Ticket #2974 (Refactor Constants Optimization) created by
- The code for constants optimization has grown over the years and all …
- 11:16 Changeset [16454] by
-
#2520: added nuget references to HEAL.Fossil (which has not been published yet)
- 10:33 Changeset [16453] by
-
#2520: updated year of copyrights
- 10:19 Changeset [16452] by
-
#2520: upgraded projects to .NET 4.6.1
- 10:10 Changeset [16451] by
-
#2520: created branch for reintegration of new persistence
- 10:06 Changeset [16450] by
-
#2520: deleted branch
12/23/18:
- 09:16 Changeset [16449] by
-
#2892: added a view for LR models with prediction intervals
- 08:06 Changeset [16448] by
-
#2892: changed LR to produce two solutions: symbolic representation and solution with prediction intervals.
It is not straight-forward to implement the model with prediction intervals as a symbolic regression model.
12/22/18:
- 21:51 Changeset [16447] by
-
#2845: adapted BioBoost addon
12/21/18:
- 17:09 Changeset [16446] by
-
#2839: worked on hive project management
- improved event handler (de-)registration
- refactored content updates
- 15:37 Changeset [16445] by
-
#2972 Implemented 1st version (UI is subject to change)
- 14:57 Changeset [16444] by
-
#2972 branched trunk
- 14:53 Changeset [16443] by
-
#2892: Changed variable impact unit tests to use new LR methods.
- 14:51 Changeset [16442] by
- 14:50 Changeset [16441] by
-
#2904: Changed unit tests to old LR because #2892 has not yet been released.
- 14:43 Changeset [16440] by
-
#2965 merged branch to trunk
- 14:35 Changeset [16439] by
-
#2965: Merged trunk changes into branch.
- 14:20 Changeset [16438] by
- 14:18 Changeset [16437] by
- 14:15 Changeset [16436] by
-
#2966: Merged 16407 into stable.
- 14:10 Changeset [16435] by
-
#2871: Merged r15626, r15637, r15665, r15673, r15727, r15728, r15752, r15796, r15797, r15798, r15799, r15802, r15998, r15999, r16015, r16021, r16023 into stable.
- 14:07 Changeset [16434] by
- 14:05 Changeset [16433] by
-
#2965 Merged recent trunk changes.
Enabled the prepared hooks that allows to cancel the save file using the recently introduced cancelable progressbars (in FileManager).
- 14:05 Changeset [16432] by
-
#2884: Merged r15638, r15667, r15674, r15729, r15753, r16232 into stable.
- 13:05 Changeset [16431] by
-
#2957: Fixed visibility of regression instance providers for physics benchmark problems.
- 12:52 Changeset [16430] by
-
#2845 merged branch into trunk
Reviewed by mkommenda
- 12:49 EvoSoft edited by
- (diff)
- 12:44 EvoSoft edited by
- (diff)
- 11:36 Changeset [16429] by
- 11:34 Ticket #2856 (In the partial dependence plots the histograms are not updated when ...) closed by
- done
- 10:31 Changeset [16428] by
-
#2845: Merged recent trunk changes into branch
- 09:50 Changeset [16427] by
-
- removed update button and functionality
- fixed bug in hive resource selector (resource update on click)
- performed some refactoring
- 09:33 Changeset [16426] by
-
- Added NamedIntervals class
- Set NamedIntervals Parameter in RegressionProblemData
12/20/18:
- 15:39 Changeset [16425] by
- 14:26 Changeset [16424] by
-
#2971 removed HeuristicLab.Data from branch
- 13:39 Ticket #2973 (Maximizing VariableImpactView shows no data) created by
- Reproduce as follows: Create Random Forest Regression for a reasonable …
- 13:31 Changeset [16423] by
-
#2904: Deleted Branch
- 13:29 Changeset [16422] by
-
#2904: reintegrated branch
- 13:18 Changeset [16421] by
-
#2904: fixed bug (duplicated entries in Classifciation VariableImpacts View)
- 12:55 Changeset [16420] by
-
#2904: fixed bug (duplicated entries in VariableImpacts)
- 12:52 Changeset [16419] by
-
- removed unnecessary NuGet packages from HeuristicLab.OrTools
- updated commit ID in Google.OrTools_version.txt
- removed generated files from HeuristicLab.MathematicalOptimization.Views
- 12:10 Changeset [16418] by
-
#2904: fixed bug (duplicated entries in VariableImpacts)
- 11:49 Changeset [16417] by
-
#2931: added missing files
- 11:11 Changeset [16416] by
-
#2904: cleared variableImpacts on OnContentChanged(); Used existing epsilon (almost) function for comparison of estimated impacts; removed direct usage of alglib; Added a LDA- and RF-Unittest for Impact-Calculation; Changed the approach of loading ProblemData (no more strings); Renamed PerformanceTests for Regression/Classification so it can be found easier
- 11:03 Ticket #2891 (Neural network evaluation is not thread-safe) closed by
- done
- 10:55 Changeset [16415] by
-
#2892: Fixed used variables in LinearRegressionModel.
- 10:26 Changeset [16414] by
-
#2971 Added merge properties
- 10:22 Changeset [16413] by
-
- Added parameter VariableRanges to RegressionProblemData
- Added VariableRanges class
- Added View class for VariableRanges
- 10:17 Changeset [16412] by
-
#2971 merged trunk into branch
- 09:52 Changeset [16411] by
-
#2968 changed GetDigits method to use calculation for number 1-9 too