Timeline
10/19/16:
- 21:40 Ticket #2687 (Support for time lags in non-linear function fitting) created by
- 21:40 Ticket #2686 (Support for time lags in constant optimizer) created by
- 15:11 Changeset [14342] by
-
#2685: Refactored calculation of minimum expression length and depth into an separate class. Removed separate initialization code for the grammar caches in the ctor.
- 12:11 Changeset [14341] by
-
#2685: Added unit test for min expression length and depth of configured grammars.
- 11:47 Changeset [14340] by
-
#2685: Added ctor to simple symbol.
10/18/16:
- 22:58 Ticket #2685 (SymbolicExpressionGrammars calculate the min length and depth of ...) created by
- The calculation for the minimum and maximum expression length and …
- 22:09 Changeset [14339] by
-
#2650: fixed bug in simplification of factor symbols
10/17/16:
- 15:59 Changeset [14338] by
-
#2679: Guard against NaN values in the setters for Input and Goal parameter values. Re-register input and goal parameter changed events after cloning. Avoid exception when initializing internal dataset when no inputs are available.
- 12:43 Changeset [14337] by
-
#2684 changed recursions to queue structures
- 11:04 Changeset [14336] by
-
#2679: Do not update inputs/goals in constructor. Fix bug in InputParameterView.cs, fix bug in Configure method (use all variables not just the AllowedInputVariables).
- 10:43 Changeset [14335] by
-
#2684 initial commit of TreeView
- 10:37 Ticket #2684 (Implement TreeView for nested Parameters) created by
- Some items make heavy use of parameter nesting. Therefore a TreeView …
10/14/16:
- 16:38 Changeset [14334] by
-
#2679: Update internal dataset when inputs are changed.
- 15:51 Changeset [14333] by
-
#2679: Refactor problems and extract common functionality in static util class.
- 14:23 Changeset [14332] by
-
#2683 Fixed the error.
Now, when opening Preprocessing from a ProblemData within a Solution, the outer Views (Problem or Alg.) are ignored.
Thus, after preprocessing, only the ProblemData can be exported (no Alg. or Problem).
10/13/16:
- 20:31 Ticket #2683 (Exception when trying to open the data preprocessing view for ...) created by
- […] Current trunk version
- 20:20 Changeset [14331] by
-
#2650: fixed compilation errors after merge
- 19:47 Changeset [14330] by
-
#2650 Merged r14282:14322 from trunk to branch (fixing conflicts)
- 19:36 Ticket #2682 (Pivot table to analyze run collections and data analysis problem data) created by
- 10:42 Ticket #2653 (GetEstimatedValues is not thread-safe for k-nearest neighbours model) closed by
- done
10/08/16:
- 12:09 Changeset [14329] by
-
#2665 Added missing Symbols.cs
- 12:04 Changeset [14328] by
-
#2665 Set .NET version to 4.5, C# version to 5.0, Added expression templates and factory
10/07/16:
- 11:00 Changeset [14327] by
-
#2653: merged r14236,r14314:14315 and r14322 from trunk to stable
- 10:53 Ticket #2681 (Fix spelling of class names) created by
- See e.g. http://dev.heuristiclab.com/trac.fcgi/ticket/2653#comment:11
- 00:04 Changeset [14326] by
-
#1772: Refactor QueryMatch class to make the code more readable and easier to understand.
10/05/16:
- 18:36 Ticket #2680 (Calculator for AUC for the ROC curve for classification solutions ...) created by
- Currently, there is a view that produces the ROC curve and calculates …
- 16:34 Changeset [14325] by
-
#2679: Fix accidental code.
- 15:34 Changeset [14324] by
-
#2679: Refactor problems (rename to goal seeking, simplify code, simplify interface, remove unused methods)
- 13:27 Changeset [14323] by
-
#2665 Added Unit Test Project, CodeGenerator and refactored project structure