Timeline
12/18/13:
- 17:02 Changeset [10260] by
-
Set anchor for save and tryout buttons.
- 16:54 Changeset [10259] by
-
b removed
- 16:53 Changeset [10258] by
-
Initialization of list elements moved from constructor to onContentChanged method.
- 16:50 Changeset [10257] by
-
- apply sorting
- 16:33 Changeset [10256] by
-
Fixed View error
- 16:29 Changeset [10255] by
-
add reOrderToIndices which takes enumerable
- 16:24 Changeset [10254] by
-
Reintegrated cloning into tryout-Button.
- 16:23 Changeset [10253] by
-
- added apply sorting button to datagridcontentview with click handler
- modified sorting
- 15:47 Changeset [10252] by
-
added logic getters ins content and constructor whicht supports logic
- 15:42 Changeset [10251] by
-
added missing files
- 15:39 Changeset [10250] by
-
- created Interface IDataPreprocessorStarter for removing depedencies from Problems.DataAnalyis.Views to DataPreprocessing
- 15:36 Changeset [10249] by
-
- Renamed StatisticInfo to StatisticsLogic
- Fixed todo in PreprocessingDataManipulation
- 15:31 Changeset [10248] by
-
Deleted unnecessary event handlers in DataGridLogic
- 15:31 Changeset [10247] by
-
Added Try Out Algorithmn button and renamed items
- 15:30 Changeset [10246] by
-
- Moved logic from DataGridContent to DataGridContentLogic
- Created interface for IPreprocessingDataManipulation
- 14:57 Changeset [10245] by
-
quick fix content classes
- 14:41 Changeset [10244] by
-
Added logic classes and interfaces
- 14:39 Changeset [10243] by
-
- removed NotImplementedException in property Rows since it is invoked by an event
- set fields number of columns / rows to read only
- 14:35 Ticket #2130 (Exception occurs in the JSSP decoder for a basic problem instance (1 ...) created by
- […]
- 14:33 Ticket #2129 (Strings for JSSP jobs and tasks are not updated in job list and task list) created by
- Probably, the appropriate event is not fired when the string …
- 14:31 Changeset [10242] by
-
added Content Classes
- 14:08 Changeset [10241] by
-
removed .resx from project file
- 14:08 Changeset [10240] by
-
Deleted Runs on Algorithm-Cloning for Preprocessing.
- 13:55 Changeset [10239] by
-
DataPreprocessingView + Refactoring
- 13:27 Changeset [10238] by
-
MissingValue fix
- 13:25 Changeset [10237] by
-
- removed .resx files
- 13:21 Changeset [10236] by
-
- moved missing value functionality to ISearchLogic
- created IStringConvertibleMatrix implementation and DataGridContentView
- 13:15 Changeset [10235] by
-
Fixed bug with partition range.
- 12:24 Changeset [10234] by
-
Fix linear interpolation
12/17/13:
- 17:43 Changeset [10233] by
-
#2109: Added sample algorithm for grammatical evolution tests.
- 14:56 Ticket #2128 (In the grammar editor it should not be possible to deactivate the ...) created by
- 13:02 Changeset [10232] by
-
#2109: Updated csproj of Grammatical Evolution branch
- 10:34 Changeset [10231] by
-
#2119: Improvements to the InstrumentedOperator class:
- skipped generation of operations if no instrumentation is performed
- changed type of operators parameters to OperatorList
12/16/13:
- 16:11 Changeset [10230] by
-
#1997: Updated symbolic island algorithm evaluators and added automatic wiring of evaluators.
12/15/13:
- 15:56 Changeset [10229] by
-
#2109: Implemented a DepthFirstMapper, which works similarly to the DepthFirstMapper, but uses a queue to enable a breath-first tree creation.
- 12:34 Changeset [10228] by
-
#2109: Updated DepthFirstMapper and abstract base class GenotypeToPhenotypeMapper:
- Added new method SampleArity() to GenotypeToPhenotypeMapper to determine a random arity for a given node, depending on a maximum allowed arity.
- Replaced the recursive depth-first mapping approach by a iterative one, which uses a stack of <node, arity> tuples. The recursive approach only generated trees with very small subtrees depending on the minimumArity of each node. Now, the iterative one uses the SampleArity() method and pushes/pops the <node, arity> tuples from/to the used stack. Therefore, it is not necessary to only allow the minimumArity, but also to deal with arbitrarily sampled arities per node.
12/14/13:
- 17:45 Changeset [10227] by
-
#2109: Added four additional evaluators for the Symbolic Regression problem, namely
- ConstantOptimizationEvaluator
- MaxAbsoluteErrorEvaluator
- MeanAbsoluteErrorEvaluator
- MeanSquaredErrorEvaluator
- 17:38 Changeset [10226] by
-
- Added file IGESymbolicDataAnalysisProblem.cs to determine, which parameters should be used. => Removed parameters MaximumSymbolicExpressionTreeDepthParameter, MaximumFunctionDefinitionsParameter and MaximumFunctionArgumentsParameter, which are unnecessary for Grammatical Evolution.
- Adapted the other files to use the interfaces of the new file IGESymbolicDataAnalysisProblem.cs
12/12/13:
- 16:11 Changeset [10225] by
-
created branch for gteufl
- 01:06 Changeset [10224] by
-
- added more performance tests
- tried to mute qhull
12/11/13:
- 23:51 Changeset [10223] by
-
#1886 removed lrs code from the main solution as this did not work out as expected
- 23:36 Changeset [10222] by
-
- improved qhull wrapper
- cleaned up unit tests
- 17:21 Changeset [10221] by
-
- Cloned Algorithm and swapped Dataset an other members of the DataAnalysisProblemData
- Refactored GetMostOuterContent
- 16:28 Changeset [10220] by
-
- implemented ExportToDataset for IPreprocessingData
- 15:56 Changeset [10219] by
-
- Added PreprocessingContext
- Changed content type of DataPreprocessingView to PreprocessingContext
- 15:55 Changeset [10218] by
-
Implement first draft for shuffeling dataset while maintaining Test- and Trainingspartition
- 14:35 Changeset [10217] by
-
- implemented parent hopping to find the Problem or Algorithm.
- 13:24 Changeset [10216] by
-
Exchanged own median, standard deviation implementation with the one in the common lib
Added GetVariance (using common as well)
12/10/13:
- 11:00 Changeset [10215] by
-
#1772: Updated references for HeuristicLab.Problems.DataAnalysis.Symbolic.Regression project
- 10:48 Changeset [10214] by
-
#1772: Added HeuristicLab.Problems.DataAnalysis.Symbolic.Regression project
- 10:29 Changeset [10213] by
-
#2127 fixed refreshing of visualization in job shop scheduling problem view
- 10:27 Ticket #2127 (Visualization in Job Shop Scheduling Problem View doesn't get ...) created by
- 09:51 Changeset [10212] by
-
#2126 fixed UI bug in the job shop scheduling problem view
12/09/13:
- 22:42 Changeset [10211] by
-
#1886 added a wrapper for calculating the convex hull using qhull
- 17:15 Changeset [10210] by
-
#1886 removed unnecessary qhull projects
- 16:57 Changeset [10209] by
- 16:56 Changeset [10208] by
-
- added x64 configurations for qhull
- added a wrapper for qhull volume calculation
- removed old volume calculation code
- 14:15 Changeset [10207] by
-
#1886 added a unit test for volume calculation and the qhull library
- 12:47 Changeset [10206] by
-
#1997: Changed the devault value of the analyzer interval for island GAs to 1.
- 12:07 Ticket #2126 (UI glitch in Job Shop Scheduling Problem View) created by
- See attached screenshot.
12/08/13:
- 19:23 Changeset [10205] by
-
#2124 implemented first version of spectral mixture kernel
- 16:35 Ticket #2125 (All covariance functions return the full gradient vector even when ...) created by
- 14:28 Changeset [10204] by
-
#2124: created feature development branch
- 14:25 Changeset [10203] by
-
#2093 added log residual evaluator for symbolic regression
- 13:56 Changeset [10202] by
- 13:51 Ticket #2124 (Spectral Mixture Kernel) created by
- As described in Wilson A. G. and Adams R.P., Gaussian Process Kernels …
12/06/13:
- 20:54 Changeset [10201] by
-
#1886 fixed a small bug in volume calculation
- 20:45 Changeset [10200] by
-
- moved lrs code into analyzer project
- added lrs performance test
- moved performance tests into an own project
- don't use 64 bit number format of lrs as it does not work correctly
- 09:36 Changeset [10199] by
-
#1780: updated reference and plugin dependency for alglib
12/05/13:
- 15:23 Changeset [10198] by
-
- added liblrs and c# wrapper for vertex enumeration/volume calculation
- use MIConvexHull for triangulation and volume calculation
- fixed vertex conversion code for MIConvexHull lib
- added a unit test for measuring performance of convex hull/volume calculation
- 15:21 Changeset [10197] by
-
#1997: Added after deserialization hook for reevaluation of immigrants and made the analysis interval for the island GA configureable.
- 11:27 Changeset [10196] by
-
#2123: Implemented reduction operations for BoolValues in the DataReducer.
- 11:13 Changeset [10195] by
-
#2123: Moved ReductionOperations enum into the value type wrapper class.
- 11:10 Ticket #2123 (ReductionOperations for BoolValues) created by
- Currently reduction operations are only available for DoubleValue, …
12/04/13:
- 17:01 Changeset [10194] by
-
Implemented InsertRow, DeleteRow, InsertColumn, DeleteColumn in PreprocessingData.
- 16:52 Changeset [10193] by
-
Move attribute replacement methods to separate class.
- 16:33 Changeset [10192] by
-
Implement manipulations per attribute, replace by media, average, linear interpolated from prev and next value or random.
- 15:22 Changeset [10191] by
-
- GetRowMissingValueCount implemented
- IsMissingValue for cell implemented
- 15:01 Changeset [10190] by
-
#2082: Added BestSolutionsAnalyzer for ParameterOptimizationProblems.
- 14:18 Changeset [10189] by
-
Added GetMissingValueIndices to IPreprocessingData since it will be used in many places
Removed columnIndex specific method from PreprocessingData
- 14:14 Changeset [10188] by
-
Removed obsolete methods.
Implemented few members...
- 14:11 Changeset [10187] by
-
Implemented parts of PreprocessingData.
- 14:03 Changeset [10186] by
-
Added variableName list.
Implemented GetCell, Columns and Rows.
- 13:51 Changeset [10185] by
-
Implemented constructors of PreprocessingData.
- 13:29 Changeset [10184] by
-
Removed obsolete methods
- 13:19 Changeset [10183] by
-
Switched from columnIndex to variableName
- 12:59 Changeset [10182] by
-
- removed unneccesary namespace distinctions
- moved statisticInfo to implementations folder
- 12:56 Changeset [10181] by
-
Added indexing IPreprocessingData with variable names.
Indexing per column index is marked obsolete.
- 12:46 Changeset [10180] by
-
Renamed PreprocessingDataStatisticInfo to StatisticInfo
- 12:35 Changeset [10179] by
-
- Implemented GetDifferentValueCount