Timeline
11/23/18:
- 17:16 Changeset [16328] by
-
#2966: Reordered methods in interval interpreter, added IStatefulItem interface, sealed class.
- 17:06 Changeset [16327] by
-
#2966: Changed bounds to auto property in Interval and corrected typo in comment.
- 17:00 Changeset [16326] by
-
#2966: Corrected namespace of intervals.
- 15:37 Changeset [16325] by
-
- Added CancelationTokens for the Save and Serialize methods.
- Fixed a potential temp-file-leak when replacing the old file with the new one after serialization.
- 15:23 Changeset [16324] by
-
#2966: Added test class to solution.
- 15:19 Changeset [16323] by
-
#2966: Added Interval class and Interpreter class.
- 15:03 Changeset [16322] by
-
#2966: Added references to projects and added build events.
- 14:45 Changeset [16321] by
-
#2965 branched trunk
- 14:36 Changeset [16320] by
-
#2966: Created Branch with problems data analysis and problems data analysis symbolic.
- 14:28 Ticket #2966 (Implement Intervals and according calculation rules) created by
- This ticket collects the changes for the implementation of intervals …
- 14:02 Changeset [16319] by
-
#2845 merged latest trunk changes
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 …