Timeline
07/28/09:
- 19:24 Changeset [2202] by
-
Created a branch for #713
- 19:12 Changeset [2201] by
-
Added statements to set the input variables of models in all regression engines. #712
- 18:37 Changeset [2200] by
-
added primary key for ModelResult (ticket #712)
- 18:32 Changeset [2199] by
-
Changed dispatcher to allow all variables as input or target variable. #712
- 17:51 Changeset [2198] by
-
Fixed a few bugs in CEDMA dispatching. #712
- 16:28 Changeset [2197] by
-
adapted connection string and explicitly implemented the defined interfaces in hl.modeling.database (ticket #712)
- 15:48 Changeset [2196] by
-
updated copy assemblies in branch (ticket #712)
- 15:43 Changeset [2195] by
-
Fixed compile errors #712.
- 15:29 Changeset [2194] by
-
adapted HeuristicLab.Modeling.Database and Database.SQLServerCompact (ticket #712)
- 15:26 Changeset [2193] by
-
Added problem view for the cedma server. #712
- 14:33 Changeset [2192] by
-
added ignore property for *.user
- 14:31 Changeset [2191] by
- 14:28 Changeset [2190] by
-
Refactored CEDMA plugins to work with new modeling backend. #712
- 14:20 Changeset [2189] by
-
added Properties directory for HL.SQLServerCompact #712
- 14:17 Changeset [2188] by
-
Added new project HL.Modeling.Database with interfaces for the data access layer #712.
- 13:40 Changeset [2187] by
-
renamed SQLServerCompact to HeuristicLab.SQLServerCompact (ticket #712)
- 12:57 Changeset [2186] by
-
moved data objects into own folder (ticket #712)
- 12:54 Changeset [2185] by
-
commit to synchronize with GK
CAUTION: this changeset does not build (ticket #712)
07/27/09:
- 10:07 Changeset [2184] by
-
changed access modifiers for Algorithm members (ticket #712)
07/24/09:
- 17:22 Changeset [2183] by
-
configured SQLServerCompactPlugin (copy assemblies, build configuration, build dependent deployment x86 or x64) ticket #712
- 17:17 Changeset [2182] by
-
added HeuristicLab.SQLServerCompact project to deploy SQLServerCompact (ticket #712)
- 14:29 Changeset [2181] by
-
added generated classes from DBLinq for sqlite support (ticket #712)
07/23/09:
- 11:47 Changeset [2180] by
-
added additional project for SQLServerCompact support (ticket #712)
- 11:01 Changeset [2179] by
-
implemented final prototyp of LinqToSql mapping (ticket #712)
07/21/09:
- 16:10 Changeset [2178] by
-
added first implementation of LinqToSql mapping (ticket #712)
- 13:57 Changeset [2177] by
-
added foreign key constraints and changed id from guid to integer with autoincrement (ticket #712)
- 13:03 Changeset [2176] by
-
adapted schema in database (ticket #712)
- 11:12 Changeset [2175] by
-
added project HeuristicLab.Modeling.SQLiteBackend (ticket #712)
07/20/09:
- 20:21 Ticket #302 (Show variable names instead of var<index> in GP function trees) closed by
- fixed
- 20:21 Ticket #707 (Problem injector should remove disallowed features from the source data set) closed by
- fixed
- 20:21 Ticket #709 (After #707 the variable AllowedFeatures is not necessary anymore and ...) closed by
- fixed
- 20:21 Ticket #704 (Shuffling of training data (only) in (non-timeseries) modeling algorithms) closed by
- fixed
- 20:20 Ticket #710 (Remove constraints for GP variable weights and GP constants) closed by
- fixed
- 20:14 Changeset [2174] by
-
Implemented #302 (Show variable names instead of var<index> in GP function trees).
- Added a new operator that chooses a random value from a list of possible values.
- Changed mutation operator for variables and differentials
- Changed internal linear representation of function trees to support different types for local data.
- 18:23 Ticket #713 (Hindsight is 20/20: FunctionBase shouldn't extend from OperatorBase) created by
- FunctionBase disables almost all methods of OperatorBase. In the …
- 18:16 Changeset [2173] by
-
added empty sqlite database file (ticket #712)
- 17:46 Changeset [2172] by
-
corrected handling of AssemblyInfo.cs (ticket #712)
- 17:29 Changeset [2171] by
-
forgot reference to HL.PluginInfrastructure in HL.Modeling.SQLiteBackend (ticket #712)
- 17:25 Changeset [2170] by
-
added project template HL.Modeling.SQLiteBackend-3.2 (ticket #712)
- 16:51 Changeset [2169] by
-
created branch for new !HL.Modeling database backend (ticket #712)
- 16:46 Ticket #712 (Redesign database backend for HeuristicLab.Modeling) created by
- use LinqToSql for database access instead of rdf queries
07/18/09:
- 01:00 Ticket #552 (Plugin dependencies are not considered when loading plugins) closed by
- fixed: Fixed in r2168
- 00:59 Changeset [2168] by
-
Fixed loading sequence of plugins (#552)
07/16/09:
- 14:38 Changeset [2167] by
-
Fixed incompatibility of HL2 model export with old models. #710
- 14:36 Ticket #710 (Remove constraints for GP variable weights and GP constants) reopened by
- Exporter doesn't work for old models anymore.
- 14:24 Ticket #710 (Remove constraints for GP variable weights and GP constants) closed by
- fixed
- 14:23 Changeset [2166] by
-
Removed range constraint on GP variable weights and constant values. #710
- 11:34 Changeset [2165] by
-
Removed variable AllowedFeatures in all modeling algorithms. #709
- 10:49 Ticket #711 (TargetVariable can be removed in all modeling operators and algorithms) created by
- After #707 the target variable is always the first column in the dataset.
- 10:16 Ticket #710 (Remove constraints for GP variable weights and GP constants) created by
- Constraints are not necessary because we can initialize the values …
- 09:58 Ticket #709 (After #707 the variable AllowedFeatures is not necessary anymore and ...) created by
- This also includes the constraints on the variable index.
07/15/09:
- 19:00 Changeset [2164] by
-
Fixed a bug in the LR engine. #704 (Shuffling of training data (only) in (non-timeseries) modeling algorithms)
- 17:51 Ticket #708 (Race condition on abort of SupportVectorCreator operator) closed by
- fixed: Fixed with r2163.
- 17:51 Changeset [2163] by
-
Fixed #708 (Race condition on abort of SupportVectorCreator operator)
- 17:33 Changeset [2162] by
-
Implemented #707: ProblemInjector creates a new dataset that contains only the target variable and all allowed input variables.
- 16:23 Changeset [2161] by
-
Implemented #704 (Shuffling of training data (only) in (non-timeseries) modeling algorithms)
- 15:01 Ticket #708 (Race condition on abort of SupportVectorCreator operator) created by
- trainingThread is null in line: 112: trainingThread.Join();
- 13:23 Ticket #707 (Problem injector should remove disallowed features from the source data set) created by
- Evaluation of GP models is more cache friendly and potentially faster.
- 13:19 Ticket #706 (Linear regression algorithm for time series) created by
- 13:17 Ticket #705 (SVM for time series prognosis) created by
- 13:16 Ticket #704 (Shuffling of training data (only) in (non-timeseries) modeling algorithms) created by
- 02:09 Changeset [2160] by
-
Fixed #703 (Overflow error in CEDMA Bubble Chart)
- 00:47 Ticket #703 (Overflow error in CEDMA Bubble Chart) created by
07/14/09:
- 14:21 Ticket #545 (Engine which can be executed in the Hive) closed by
- fixed: Start, abort and snapshot requests work. Further enhancements and bug …
- 14:19 Ticket #257 (CEDMA console doesn't handle communication- and timeout exceptions ...) closed by
- worksforme: Refactoring of CEDMA plugins solved this issue.
- 14:17 Ticket #691 (CEDMA result views should allow filtering of displayed results) closed by
- fixed