Timeline
12/07/18:
- 23:18 Changeset [16350] by
-
#2915: merged r16333:16343 from trunk to branch (resolving a conflict in interpreter.h - the branch for sqrt)
- 19:51 Changeset [16349] by
-
#2915: added abs, cube, cuberoot, aq to native interpreter (does not produce exactly the same results as the BatchInterpreter)
- 19:45 Changeset [16348] by
-
#2915: fixed another bug in the BatchInterpreter for root symbols (now the linear and tree interpreter produce exactly the same results)
- 19:13 Changeset [16347] by
-
#2915: fixed bug in BatchInterpreter for Root symbol
- 15:33 Changeset [16346] by
-
#2915: fixed bugs
- 15:31 Changeset [16345] by
-
#2915: added cube, cbrt, absolute, aq to batched interpreter (and fixed a bug in power)
12/06/18:
- 18:59 Changeset [16344] by
-
#2915: added a unit test cases for simplification of new symbols and extended the tree simplifier accordingly.
- 17:41 Changeset [16343] by
-
#2964: edited MathMenu.js in MathJax.zip and commented out code which caused problems:
if (MENU.msieFixedPositionBug) {
MSIE can't do fixed position, so use a full-sized background
and an onresize handler to update it (stupid, but necessary)
div.width = div.height = 0; this.Resize();
attachEvent("onresize",this.Resize);
} else {
otherwise, use a fixed position DIV to cover the viewport
bg.style.position = "fixed";
}
...
/* if (this.msieFixedPositionBug) {detachEvent("onresize",MENU.Resize)} */
- 17:16 Changeset [16342] by
-
#2964: added LaTeX expression for testing MathJax output
- 17:10 Changeset [16341] by
-
#2964: programmatically unblock (remove Zone.Identifier alternative stream) displayModelFrame.html
- 16:04 Changeset [16340] by
-
#2968 Changed formating of constant list
- 11:46 Changeset [16339] by
-
#2968 Added infix expressen string formatter class
12/05/18:
- 12:14 Ticket #2969 (RunCollection view for runs with regression solutions that extracts ...) created by
- Sometimes it is useful to compare multiple regression solutions within …
12/04/18:
- 15:37 Changeset [16338] by
-
#2968 Added references to projects and added build events.
- 14:49 Changeset [16337] by
-
#2968 Added HeuristicLab.Problems.DataAnalysis.Symbolic
- 14:44 Changeset [16336] by
-
#2968 created new branch
- 13:25 Ticket #2968 (Add a new formatter for symbolic expressions, which produces an infix ...) created by
- Representation of coefficients of the mathematical representation for …
11/30/18:
- 14:12 Changeset [16335] by
-
#2929 changed criterion for updating the solution to testScore < bestTestScore
- 09:51 Changeset [16334] by
-
#2958: Add support for sqrt in the interpreter and update dlls .
11/29/18:
- 10:32 Changeset [16333] by
-
#2958: Native interpreter dlls: statically link against the visual C++ runtime
11/28/18:
- 22:21 Changeset [16332] by
-
#2915: merged r16241:16309 (current HEAD) from HL trunk to branch
- 14:49 Ticket #2967 (Ctrl+Z removes all code in C# scripts) created by
- Create a new script and press Ctrl+Z. Expected: Nothing happens. …
11/27/18:
- 10:54 Changeset [16331] by
-
#2966: Changed Evaluate method (changed intervals parameter to optional)
- 10:20 Changeset [16330] by
-
#2966: Implemented review comments and added IsCompatible method.
- 08:21 Changeset [16329] by
-
#2925: made several extensions in relation to blood glucose prediction
- added sqr function,
- added outputs for latent variables (linechart and model),
- added optimization of initial values for latent variables (for each episode separately)
- TODO: test with CVODES (so far only our own integration scheme has been tested)
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