Timeline
01/02/10:
- 18:11 Changeset [2579] by
-
Implemented #823 (Implement tree evaluator with linear scaling.)
- 18:10 Changeset [2578] by
-
Implemented #824 (Refactor: ITreeEvaluator interface to provide a method that evaluates a tree on a range of samples.)
01/01/10:
- 19:06 Changeset [2577] by
-
Remove usage of UseEstimatedTargetValue parameter. #825 (UseEstimatedTargetValue parameter should be removed from evaluation operators.)
- 18:21 Ticket #825 (UseEstimatedTargetValue parameter should be removed from evaluation ...) created by
- This parameter is necessary for a very specialized form of evaluation …
- 18:11 Ticket #824 (Refactor: ITreeEvaluator interface to provide a method that evaluates ...) created by
- Instead of the two separate methods `PrepareForEvaluation(dataset, …
12/31/09:
- 16:47 Ticket #823 (Implement tree evaluator with linear scaling to improve convergence in ...) created by
- As described in "Improving Symbolic Regression with Interval …
12/30/09:
- 16:03 Changeset [2576] by
-
Quick-fix for #822.
- 16:02 Ticket #822 (Missing Invoke() in MainForm) created by
- As reported by kgrading
12/29/09:
- 02:33 Changeset [2575] by
-
Implemented IDisposable and unified extension capabilities for all observable collections (#819)
12/28/09:
- 21:38 Changeset [2574] by
-
Restructured interfaces and base classes (#819)
12/27/09:
- 04:12 Changeset [2573] by
-
Worked on HeuristicLab.Collections plugin (#819)
- added ObservableKeyedCollectionBase
- minor fixes
12/26/09:
- 02:15 Changeset [2572] by
-
Added new plugin HeuristicLab.Collections which contains generic observable collections (#819)
12/23/09:
- 13:41 Changeset [2571] by
-
corrected reopening of connection if no database exists (ticket #759)
- 13:30 Changeset [2570] by
-
Renamed methods in MultiLayerPerceptronRegression. #751.
12/21/09:
- 17:16 Changeset [2569] by
-
Added calculation of tree complexity to LR models. #821
- 17:11 Changeset [2568] by
-
Implemented #821 (Additional model meta data field that stores number of different function symbols that appear in a symbolic regression model)
- 16:23 Changeset [2567] by
-
Implemented #818 (Additional model meta data field that stores the number of input variables of the model).
- 16:14 Changeset [2566] by
-
Added new predefined function libraries for symbolic regression algorithms. Changed CEDMA dispatcher to choose a function library randomly. #813 (GP structure-identification algorithms that use only a simple function library)
- 15:18 Changeset [2565] by
-
Include BackgroundProcessing and MainForm 3.2 in HL Solution (#802)
- 11:00 Ticket #821 (Additional model meta data field that stores number of different ...) created by
- Optionally the function symbols are weighted depending on function …
- 10:57 Ticket #820 (Hinge function symbol for symbolic regression) created by
- As in multivariate adaptive regression splines algorithm.