Timeline
09/18/14:
- 19:23 Changeset [11382] by
-
#2246: Preserve selected variables when creating new problem data.
- 15:19 Changeset [11381] by
-
#2245: Forgot to commit changes to ManipulationView.cs.
- 15:08 Changeset [11380] by
-
#2245: Added a checkbox in the properties section of the shuffle data tab in the ManipulationView to specify whether the problem data should be shuffled as a whole or separately for each training/test range. Modified ShuffleToIndices methods accordingly. Also fixed very small typo in ManipulationContent.cs
09/17/14:
- 20:54 Changeset [11379] by
-
#2031 fixed some bugs
- 17:34 Changeset [11378] by
-
#2031 improved correlation view and some clean ups
- 16:03 Changeset [11377] by
- 13:34 Changeset [11376] by
-
#2031 fixed RunCollection event handling in ChartAnalysisView
- 12:52 Changeset [11375] by
-
#2031 updated license headers and version
09/16/14:
- 16:50 Ticket #2222 (Update Startpage text) closed by
- done: r11374: merged to stable
- 16:50 Changeset [11374] by
-
#2222: merged to stable
- 16:49 Ticket #1802 (Improve serialization and deserialization of enumerables of primitive types) closed by
- done: r11373: Merged r10896 and r11352 to stable.
- 16:49 Changeset [11373] by
- 16:32 Ticket #2224 (TableFileParser doesn't import numeric values into string columns) closed by
- done: r11372: Merged r11274 into stable.
- 16:31 Changeset [11372] by
- 16:29 Ticket #2233 (Cloning exception in svm_parameter when performing symbolc regression ...) closed by
- done: r11371: Merged r11036 into stable.
- 16:29 Changeset [11371] by
- 15:53 Ticket #2220 (Improve the generation of all possible combinations of values in ...) closed by
- done: r11370: Merged r11309 & r11347 into stable.
- 15:53 Changeset [11370] by
- 13:13 Changeset [11369] by
-
#2174: renamed programmable problem branch
- 12:34 Ticket #2246 (DataPreprocessing loses the selected input variables while restoring ...) created by
- When the data preprocessing is started from a problem data where not …
- 12:30 Ticket #2245 (Shuffle manipulation treats the training and test partition separately) created by
- The data preprocessing view provides the functionality to shuffle the …
09/15/14:
- 17:19 Changeset [11368] by
- 12:46 Changeset [11367] by
-
#2216 fixed a bug in the display of the baseline curve in the error characteristic curve view and simplified code.
- 11:18 Changeset [11366] by
-
#2244 added installer script for the hive janitor
- 10:45 Changeset [11365] by
-
- updated slave and services solution files to VS 2012
- updated janitor service and removed old janitor installer
- 10:35 Changeset [11364] by
-
#2244 added new installer for the HeuristicLab Hive Slave
- 10:30 Ticket #2244 (Update Installers for Hive) created by
- Installer projects have been removed with Visual Studio 2012. We …
- 10:23 Changeset [11363] by
-
- Removed SimSharp reference (not the purpose of this branch anymore)
- Fixed bugs regarding parameter names when no parameter have been defined
- Added a method to the problem definition to retrieve a neighborhood solution
- Programmable problem now works with LocalSearch and SimulatedAnnealing
- 09:48 Ticket #2243 (JavaScript error when showing symbolic models in mathematical notation ...) created by
09/14/14:
- 16:15 Changeset [11362] by
-
#2237: Addressed part of the comments above:
- Methods are similar to the ones from SupportVectorMachineUtil
- Cleaned up sample scripts
- Elapsed time is shown in seconds
- Included demo problem
- Added stratified crossvalidation (shuffling is turned off by default)
- Added different GridSearch methods with/without crossvalidation.
- Fixed bug in fold generation when the number of folds is larger than the number of values
- 13:30 Changeset [11361] by
-
#2234: Added the option to shuffle the crossvalidation folds (this option is on by default since libsvm does it too). Implemented stratified fold generation for classification data (ensures similar label distribution in each fold).
- 12:49 AdditionalMaterial edited by
- link to ppsn2014 symb reg dataset (diff)
- 12:47 Changeset [11360] by
-
data for demoing the data preprocessing functionality
- 12:16 Changeset [11359] by
-
Updated HL tutorial material for PPSN 2014
- 12:10 Changeset [11358] by
-
updates on slides 55, 56, 57 and 58
- 11:53 Changeset [11357] by
-
Updated HL tutorial slides
- 11:35 Changeset [11356] by
-
removed links to datasets on additional material page. replaced screenshot for 'Open Sample' slide
- 11:24 AdditionalMaterial edited by
- (diff)
- 11:16 Changeset [11355] by
-
Moved folder APCASE under folder conferences
- 11:15 Changeset [11354] by
-
Added folder for PPSN 2014
- 11:04 Research edited by
- (diff)
09/10/14:
- 13:10 Changeset [11353] by
-
#2242 Add composite serializer for Queues and generic Queue<>s.
- 13:07 Ticket #2242 (Datatypes Queue and Queue<> are not serializable) created by
- 12:38 Changeset [11352] by
-
#1802 add more test cases to ensure proper working of nullable types
09/09/14:
09/08/14:
- 17:26 Changeset [11351] by
-
Updated HeuristicLab tutorial slides
09/06/14:
- 11:58 Changeset [11350] by
-
#1772: Small fix to fragment tracing.
- 11:58 Changeset [11349] by
-
#1772: Merged trunk changes for HeuristicLab.Problems.DataAnalysis.Symbolic.Views.
- 00:38 Changeset [11348] by
-
#2236: GenerateSteps: added the ability to generate sequences on negative or decreasing intervals.
09/05/14:
- 22:25 Changeset [11347] by
-
#2220: Fixed bug in the CartesianProduct extension method that was added in r11309 as part of #2234.
- 10:39 Changeset [11346] by
-
#2241: fixed event handling
- 10:38 Changeset [11345] by
-
#2120: fixed event handling
- 10:04 Ticket #2241 (ItemsRemoved event handling is incorrect in some places) created by
- A couple of item collection event handlers were implemented …
09/04/14:
- 19:40 Changeset [11344] by
-
- Parameters and Results are now ObservableDictionaries
- PropertyChanged event handler replaces the Changed event handler
- RunCollection listens to changed events to each run's parameters and results (8 additional event handlers per run)
- 17:31 Changeset [11343] by
-
#2237: Corrected newly introduced bug in RandomForestModel and reorganized RandomForestUtil.
- 17:30 Changeset [11342] by
-
#2234: Corrected locking in SVM Util class.
- 17:18 Ticket #2240 (Events for adding items to ObservableDictionary are not consistent) created by
- The following code fires ItemsAdded if element key was not present …
- 16:15 Changeset [11341] by
-
#2222: changed text
- 15:52 Changeset [11340] by
-
#2234: Fixed bug in svm classification regarding the parameter extraction.
- 15:39 Ticket #2239 (The VariableStoreView unnecessarily tries to serialize objects.) created by
- The IsSerializable() method is expensive for large objects, as it …
- 14:16 Changeset [11339] by
-
#2237: Minor code changes in SVMUtil to perform cross validation (code reorganization, naming).