Timeline
12/23/13:
- 14:26 Changeset [10271] by
-
#1772: Fixed namespaces.
- 11:49 Changeset [10270] by
-
#1772: Replaced HeuristicLab.Problems.DataAnalysis.Symbolic.Views with trunk version.
- 11:42 Changeset [10269] by
-
#1772: Added HeuristicLab.Problems.DataAnalysis.Symbolic and HeuristicLab.Problems.DataAnalysis.Symbolic.Views and integrated some modifications from the old branch.
12/22/13:
- 13:12 Changeset [10268] by
-
#2109 implemented a grammar especially for GE (the grammar is not configured correctly when used in a classic symbolic regression/classification problem).
To use this grammar in a classical symbolic expression problem, first set the grammar in a GEProblem and load the problem instance (this creates the necessary variable symbols).
After this the configured grammar can be dragged onto the grammar parameter of the classical problem.
12/20/13:
- 22:11 Changeset [10267] by
-
#1772: Updated files in the HeuristicLab.EvolutionTracking project.
- 21:47 Ticket #2131 (Maximization is ignored in linear assignment problem) created by
- Maximization should be respected by e.g. using negative costs.
- 17:12 Changeset [10266] by
-
#1772: Deleted old directories.
- 17:01 Changeset [10265] by
-
#1772: Renamed projects from HeuristicLab.EvolutionaryTracking to HeuristicLab.EvolutionTracking
- 16:41 Changeset [10264] by
-
#1772: Created new branch for the redesigned version of the tracking plugin
- 16:17 Changeset [10263] by
-
#2109 implemented a wrapper for evaluators that transforms genotypes to phenotypes for symbolic regression (deleted obsolete evaluators)
12/19/13:
- 22:01 Changeset [10262] by
-
#1886 also allow unsafe code for release configurations
- 14:14 Changeset [10261] by
-
#2119: Chained exeuction contexts of before and after operators in the instrumented operator to enable a parameter lookup.
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