Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

12/20/13:

22:11 Changeset [10267] by bburlacu

#1772: Updated files in the HeuristicLab.EvolutionTracking project.

21:47 Ticket #2131 (Maximization is ignored in linear assignment problem) created by abeham
Maximization should be respected by e.g. using negative costs.
17:12 Changeset [10266] by bburlacu

#1772: Deleted old directories.

17:01 Changeset [10265] by bburlacu

#1772: Renamed projects from HeuristicLab.EvolutionaryTracking to HeuristicLab.EvolutionTracking

16:41 Changeset [10264] by bburlacu

#1772: Created new branch for the redesigned version of the tracking plugin

16:17 Changeset [10263] by gkronber

#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 ascheibe

#1886 also allow unsafe code for release configurations

14:14 Changeset [10261] by mkommend

#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 pfleck

Set anchor for save and tryout buttons.

16:54 Changeset [10259] by aesterer

b removed

16:53 Changeset [10258] by aesterer

Initialization of list elements moved from constructor to onContentChanged method.

16:50 Changeset [10257] by sbreuer
  • apply sorting
16:33 Changeset [10256] by rstoll

Fixed View error

16:29 Changeset [10255] by mleitner

add reOrderToIndices which takes enumerable

16:24 Changeset [10254] by pfleck

Reintegrated cloning into tryout-Button.

16:23 Changeset [10253] by sbreuer
  • added apply sorting button to datagridcontentview with click handler
  • modified sorting
15:47 Changeset [10252] by psteiner

added logic getters ins content and constructor whicht supports logic

15:42 Changeset [10251] by tsteinre

added missing files

15:39 Changeset [10250] by tsteinre
  • created Interface IDataPreprocessorStarter for removing depedencies from Problems.DataAnalyis.Views to DataPreprocessing
15:36 Changeset [10249] by rstoll
  • Renamed StatisticInfo to StatisticsLogic
  • Fixed todo in PreprocessingDataManipulation
15:31 Changeset [10248] by rstoll

Deleted unnecessary event handlers in DataGridLogic

15:31 Changeset [10247] by psteiner

Added Try Out Algorithmn button and renamed items

15:30 Changeset [10246] by rstoll
  • Moved logic from DataGridContent to DataGridContentLogic
  • Created interface for IPreprocessingDataManipulation
14:57 Changeset [10245] by psteiner

quick fix content classes

14:41 Changeset [10244] by psteiner

Added logic classes and interfaces

14:39 Changeset [10243] by rstoll
  • 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 gkronber
[…]
14:33 Ticket #2129 (Strings for JSSP jobs and tasks are not updated in job list and task list) created by gkronber
Probably, the appropriate event is not fired when the string …
14:31 Changeset [10242] by psteiner

added Content Classes

14:08 Changeset [10241] by sbreuer

removed .resx from project file

14:08 Changeset [10240] by pfleck

Deleted Runs on Algorithm-Cloning for Preprocessing.

13:55 Changeset [10239] by psteiner

DataPreprocessingView + Refactoring

13:27 Changeset [10238] by sbreuer

MissingValue fix

13:25 Changeset [10237] by sbreuer
  • removed .resx files
13:21 Changeset [10236] by sbreuer
  • moved missing value functionality to ISearchLogic
  • created IStringConvertibleMatrix implementation and DataGridContentView
13:15 Changeset [10235] by pfleck

Fixed bug with partition range.

12:24 Changeset [10234] by mleitner

Fix linear interpolation

12/17/13:

17:43 Changeset [10233] by mkommend

#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 gkronber
13:02 Changeset [10232] by sawinkle

#2109: Updated csproj of Grammatical Evolution branch

10:34 Changeset [10231] by mkommend

#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 mkommend

#1997: Updated symbolic island algorithm evaluators and added automatic wiring of evaluators.

12/15/13:

15:56 Changeset [10229] by sawinkle

#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 sawinkle

#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 sawinkle

#2109: Added four additional evaluators for the Symbolic Regression problem, namely

  • ConstantOptimizationEvaluator
  • MaxAbsoluteErrorEvaluator
  • MeanAbsoluteErrorEvaluator
  • MeanSquaredErrorEvaluator
17:38 Changeset [10226] by sawinkle

#2109:

  • 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 ascheibe

created branch for gteufl

01:06 Changeset [10224] by ascheibe

#1886

  • added more performance tests
  • tried to mute qhull

12/11/13:

23:51 Changeset [10223] by ascheibe

#1886 removed lrs code from the main solution as this did not work out as expected

23:36 Changeset [10222] by ascheibe

#1886

  • improved qhull wrapper
  • cleaned up unit tests
17:21 Changeset [10221] by pfleck
  • Cloned Algorithm and swapped Dataset an other members of the DataAnalysisProblemData
  • Refactored GetMostOuterContent
16:28 Changeset [10220] by tsteinre
  • implemented ExportToDataset for IPreprocessingData
15:56 Changeset [10219] by pfleck
  • Added PreprocessingContext
  • Changed content type of DataPreprocessingView to PreprocessingContext
15:55 Changeset [10218] by mleitner

Implement first draft for shuffeling dataset while maintaining Test- and Trainingspartition

14:35 Changeset [10217] by tsteinre
  • implemented parent hopping to find the Problem or Algorithm.
13:24 Changeset [10216] by rstoll

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 bburlacu

#1772: Updated references for HeuristicLab.Problems.DataAnalysis.Symbolic.Regression project

10:48 Changeset [10214] by bburlacu

#1772: Added HeuristicLab.Problems.DataAnalysis.Symbolic.Regression project

10:29 Changeset [10213] by ascheibe

#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 ascheibe
09:51 Changeset [10212] by ascheibe

#2126 fixed UI bug in the job shop scheduling problem view

12/09/13:

22:42 Changeset [10211] by ascheibe

#1886 added a wrapper for calculating the convex hull using qhull

17:15 Changeset [10210] by ascheibe

#1886 removed unnecessary qhull projects

16:57 Changeset [10209] by ascheibe

#1886 missed a file in last commit (r10208)

16:56 Changeset [10208] by ascheibe

#1886

  • added x64 configurations for qhull
  • added a wrapper for qhull volume calculation
  • removed old volume calculation code
14:15 Changeset [10207] by ascheibe

#1886 added a unit test for volume calculation and the qhull library

12:47 Changeset [10206] by mkommend

#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 ascheibe
See attached screenshot.

12/08/13:

19:23 Changeset [10205] by gkronber

#2124 implemented first version of spectral mixture kernel

16:35 Ticket #2125 (All covariance functions return the full gradient vector even when ...) created by gkronber
14:28 Changeset [10204] by gkronber

#2124: created feature development branch

14:25 Changeset [10203] by gkronber

#2093 added log residual evaluator for symbolic regression

13:56 Changeset [10202] by gkronber

#2093

13:51 Ticket #2124 (Spectral Mixture Kernel) created by gkronber
As described in Wilson A. G. and Adams R.P., Gaussian Process Kernels …

12/06/13:

20:54 Changeset [10201] by ascheibe

#1886 fixed a small bug in volume calculation

20:45 Changeset [10200] by ascheibe

#1886

  • 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 gkronber

#1780: updated reference and plugin dependency for alglib

Note: See TracTimeline for information about the timeline view.