Timeline
11/22/18:
- 15:17 Changeset [16318] by
-
#2845 Add optional stop and cancel handler to the Show helpers. Replaced the AddProgressTo... and RemoveProgressFrom... methods with the existing Show and Hide methods.
- 12:37 Changeset [16317] by
-
#2845 Combined separate Show methods into single one with enum parameter specifying the ProgressMode. Renamed Continuous and Marquee to Determinate and Indeterminate.
11/21/18:
- 18:30 Changeset [16316] by
-
#2929: fixed program crash (searchVar must be zero!)
- 18:17 Changeset [16315] by
-
#2929: worked on display of results, converting PGE expressions to HL Solutions.
- 15:15 Ticket #2965 (Cancelable Save (to File) Command) created by
- After the improvements in #2845, we should make the "Save …
- 15:02 Changeset [16314] by
-
#2845 Moved the entire progress API to the Progress class and made the progress API within the MainForm internal.
- 10:27 Changeset [16313] by
-
- Updated value visualization of simplifier tooltip
- Added VariableRanges field to dataset
- Added overloads for GetSymbolicExressionTreeIntervals
11/20/18:
- 16:01 Changeset [16312] by
-
#2845 Adapted new Hive-Project-Management and RegressionSolutionVariableImpactsView to Progress updates.
- 15:26 Changeset [16311] by
-
#2845 Merged trunk changes into branch (15406-15681, 15683-16308)
- 14:53 Changeset [16310] by
-
#2943 worked on MOBasicProblem and MOAnalyzers
- 14:10 Changeset [16309] by
-
#2964: updated MathJax version to most recent version (2.7.5).
- 14:03 Ticket #2964 ('Mathematical representation' does not work) created by
- We got a bug report on the mailing list that the view for mathematical …
- 13:52 Changeset [16308] by
-
#2845 reverted the last merge (r16307) because some revisions were missing
- 11:54 Changeset [16307] by
-
#2845 Merged trunk changes before source move into branch
11/19/18:
- 15:37 Changeset [16306] by
-
#2915: Merge changes from trunk.
- 15:30 Changeset [16305] by
-
#2950: Change Simplify inside HashNode to a delegate (instead of an Action) so that the nodes array can be passed as ref. This enables us to resize/alter the nodes array during simplification (eg, by performing term expansion or similar operations)
- 14:34 Changeset [16304] by
-
#2915: Merge changes in the trunk to current HEAD into the branch.
11/16/18:
- 11:55 Changeset [16303] by
-
#2956: Added intermediate of a-priori knowledge
11/14/18:
- 16:32 Changeset [16302] by
-
#2950: Add support for strict hashing (taking constants and variable weights into account)
- 15:32 Changeset [16301] by
-
#2958: Fix small bug.
- 15:27 Changeset [16300] by
-
#2963: Add README.txt and remove unsupported code from benchmarks.
- 15:23 Changeset [16299] by
-
#2963: Add first version of HeuristicLab.Benchmarks
- 15:19 Ticket #2963 (HeuristicLab.Benchmarks) created by
- Unit tests are not completely suitable for measuring performance, as …
- 13:34 Changeset [16298] by
-
#2958: Add batch interpreter performance unit tests (for arithmetic and typecoherent grammar).
- 12:12 Changeset [16297] by
-
#2958: Very minor refactor.
- 12:08 Changeset [16296] by
-
#2958: SymbolicDataAnalysisExpressionTreeBatchInterpreter: simplify Compile, add cache for variable values (helps a lot with performance).
11/13/18:
- 15:22 Changeset [16295] by
-
#2288: Refactor code (use HL impacts calculator instead of manually calculating impacts, various fixes and improvements)
11/12/18:
- 20:45 Changeset [16294] by
-
#2948: worked on review comments.
- 14:54 Changeset [16293] by
-
#2958: Support additional symbols in the SymbolicDataAnalysisExpressionTreeBatchInterpreter
- 11:38 Changeset [16292] by
-
#2962: Update the population with crossover children.
- 11:25 Ticket #2962 (Subtree crossover distribution test displays incorrect statistics) created by
- In the SubtreeCrossoverDistributionsTest, we have the following code …
11/09/18:
- 15:04 Changeset [16291] by
-
#2950: Fix typo in ComputeAverageSimilarity
11/08/18:
- 18:57 Changeset [16290] by
-
#2950 adjusted scaling code for SymbolicDataAnalysisModels because with the new hashing code and simplification we cannot assume that scale and offset nodes are at the same locations
- 18:02 Changeset [16289] by
-
#2958: Add plugin dependency to native interpreter plugin.
- 17:10 Changeset [16288] by
-
- added license information to all files
- added missing storable and cloning constructors
- fixed a bug that caused an exception when a Hive Slave tried to delete the files in the PluginTemp folder
- 16:55 Changeset [16287] by
-
#2958: Keep the SymbolicDataAnalysisExpressionTreeBatchInterpreter, but remove vectorization.
- 15:29 Changeset [16286] by
-
#2958: Forgot to commit changes to project file
- 14:35 Ticket #2961 (Hive slave does not properly unload plugins) created by
- Plugins provide an OnUnload method which can be used to execute …
- 13:11 Changeset [16285] by
-
#2958: Add vectorized SymbolicDataAnalysisExpressionTreeBatchInterpreter and update project config (Nuget package System.Numerics).