Timeline
11/06/12:
- 17:40 Changeset [8872] by
-
#1043: Added repetitions counting to optimizer/experiment list view as well
- 12:53 Changeset [8871] by
-
- fixed a bug where runs were downloaded multiple times
- fixed a bug where "Refresh automatically" wasn't disabled when the job was finished
- added a locker around the code that integrates downloaded optimizers as in rare cases collections were modified by multiple threads which lead to an exception
11/05/12:
- 17:44 Changeset [8870] by
-
- corrected displaying of the Text of StringConvertibleMatrixVisibilityDialog and its subclasses
- corrected sorting of EnhancedStringConvertibleMatrixView
- 14:54 Changeset [8869] by
-
#1950 fixed multiple EndpointNotFoundExceptions in the HiveJobManager
- 12:59 Changeset [8868] by
-
- TextAnnotations are now placed in an easier way
- Y axis doesn't start at zero any more
- 01:26 Download edited by
- (diff)
11/04/12:
- 23:11 Changeset [8867] by
-
#1886 improved mutation analyzer
11/02/12:
- 16:21 Changeset [8866] by
-
#1886 further improvements for the crossover performance analyzer
10/31/12:
- 10:11 Changeset [8865] by
-
#1886 fixed crossover performance operator initialization
10/30/12:
- 20:47 Changeset [8864] by
-
#1886 added more analyzers for crossover performance
- 16:22 Changeset [8863] by
-
- merged r8810:8862 from trunk into branch
- fixed exception in ClassificationEnsembleSolutionAccuracyToCoveredSamples, if no estimated values are in a partition, so nothing can be shown
- 14:22 Changeset [8862] by
-
- adapted the implementation of ClassificationEnsembleSolutionAccuracyToCoveredSamples to be more similar to ClassificationEnsembleSolutionAccuracyToCoveredSamples
- 13:33 Changeset [8861] by
-
- put IDependencyCalculators in own directory
- changed DoubleRange Interval to double Minimum\Maximum in IDependencyCalculator
- AbstractFeatureCorrelationView now uses DoubleMatrix instead of HeatMap
- 12:54 Changeset [8860] by
-
#1747: fixed panning with the middle mouse button
- 12:41 Changeset [8859] by
-
- fixed divide by zero bug
- estimated class value and correct target value are compared
- 12:39 Ticket #1978 (ClassificationEnsembleSolutionEstimatedClassValuesView may not ...) created by
- ClassificationEnsembleSolutionEstimatedClassValuesView may compare …
- 11:24 Changeset [8858] by
-
changed name of the tardiness penalty result (#1955)
- 11:00 Changeset [8857] by
-
#1920: changes made in r8528 have been extended to TimeSeriesPrognosis and to DiscriminantFunctionClassificationModel, which has been missed
- 10:11 Changeset [8856] by
-
#1247: updated RAPGA JSSP sample
- 09:39 Changeset [8855] by
-
#1247: applied some of the changes suggested by ascheibe in comment:27:ticket:1247
- 09:01 Changeset [8854] by
-
- fixed deserialization bug: allVariableNames was null after deserializing
10/29/12:
- 14:30 Changeset [8853] by
-
#1865: An additional property has been added, which contains all possible variable names. The old property "VariableNames" contains the variable names which can be used with a certain symbol (which are checked in the view).
The "AfterDeserialization" method makes sure that the new property is set.
10/27/12:
10/26/12:
- 21:04 Changeset [8851] by
-
#1081: Changed assembly reference to a project reference
10/25/12:
- 13:43 Changeset [8850] by
-
#1959 fixed a bug which occurs on systems that don't use german time format
- 11:22 Changeset [8849] by
-
#1976: Added code to clean up the state of the ConstantOptimizationAnalyzer.
- 10:58 Changeset [8848] by
-
#1950 fixed an InvalidOperationException in the Hive Job Manager
- 07:28 Download edited by
- added link to zipped sources (diff)
10/24/12:
- 19:56 Changeset [8847] by
-
#1904: Fixed a bug
- 17:16 Changeset [8846] by
-
#1904: Added fast evaluation option to exhaustive swap2 local improvement operator
- 11:29 Changeset [8845] by
-
#1976: Corrected access modifiers in cloning and storable ctor of ConstantOptimizationAnalyzer.
- 11:19 Changeset [8844] by
-
#1976: Added constant optimization analyzer.
- 09:59 Changeset [8843] by
-
#1890: Updated Symbolic expression Tree debugger visualizer to work with visual studio 2012.
10/23/12:
- 16:29 Changeset [8842] by
-
#1942: merged r8690:8840 from trunk into branch
- 16:20 Changeset [8841] by
-
#1941: added Iris and Thyroid problems from UCI
- 15:06 Changeset [8840] by
-
#1949: class names are displayed on the left and right side of the diagram, above and beneath every threshold
- 13:27 Changeset [8839] by
-
Adapted the parser to read the distance matrix (#1955)
- 12:44 Changeset [8838] by
-
#1951: corrected a comment
- 12:25 Changeset [8837] by
-
#1964 removed call to RecalculateResults in the ctor of solutions derived from RegressionSolution
- 11:56 Changeset [8836] by
-
#1534: introduced synchronization to make sure the algorithm has been started before calling OnStarted in CrossValidation
- 10:38 Changeset [8835] by
-
#1918: Refactored jittering in BubbleChartView to calculate axis range before the data points are modified and removed 'strange' method.
- 10:28 Changeset [8834] by
-
#1292: changed CalculateHoeffdingsDTest due to a change in the name of a static method
- 10:07 Changeset [8833] by
-
- removed combo box in TimeframeCorrelationView and added a textbox instead
- caches are directly in (Timeframe-)FeatureCorrelationView
- caches use Tuple<> instead of nested dictionaries
- a control EnhancedStringConvertibleMatrix inherits from StringConvertibleMatrixView to reduce code duplication
- add interface IDependencyCalculator to several calculators
- fixed bug: a previous started calculation is cancelled, if a new calculation shall be started and the values are already in the cache
- fixed bug: if the content is changed, the calculation is cancelled
HeatMap is still used for the dependency representation, because a class is needed which implements IStringConvertibleMatrix and it has a maximum and minimum value.