#2728 |
Visualization.ChartControlsExtensions
|
Fix EnhancedChart resetting the zoom level
|
#2824 |
Tests
|
Test's app config contains service definitions
|
#2787 |
Scripting.Views
|
Opening a C# script on Windows10 causes a change of DPI settings (scaling of widgets)
|
#2721 |
Random
|
Shuffle extension method throws on empty enumerable
|
#2696 |
Problems.VehicleRouting
|
Clear BestKnownSolution and BestKnownQuality when problem instances changes
|
#2827 |
Problems.TestFunctions.Views
|
SingleObjectiveTestFunctionSolutionView throws Exception for ProblemSize == 1
|
#2775 |
Problems.TestFunctions
|
MultiRealVectorCrossover throws exception when applied during multi-objective optimization
|
#2790 |
Problems.Scheduling
|
Island GA throws exception when applied to JSSP
|
#2371 |
Problems.Instances
|
Setting the seed for ValueGenerator not possible (for data analysis problems)
|
#2661 |
Problems.Instances
|
Remove bugs in TableFileParser
|
#2688 |
Problems.Instances
|
Encoding is not forwarded to the table file parser while importing CSV files
|
#2720 |
Problems.Instances
|
Exporting of JSSP problem instances does not work
|
#2801 |
Problems.Instances
|
Typos in csv importer dialog
|
#2675 |
Problems.DataAnalysis.Views
|
TimeframeFeatureCorrelationCalculator cuts the observations within the window at the start and appends them to the end
|
#2702 |
Problems.DataAnalysis.Views
|
Axis for estimated values and for predicted values should be switched in the scatter plot view
|
#2717 |
Problems.DataAnalysis.Views
|
The feature correlation view sometimes shows wrong double.NaN values
|
#2807 |
Problems.DataAnalysis.Views
|
PartialDependencePlot throws Exception with constant values
|
#2710 |
Problems.DataAnalysis.Symbolic
|
Editing variable nodes in the tree simplifier fails if the variable symbol does not contain any variable names
|
#2669 |
Problems.DataAnalysis
|
TargetVariable information is lost in DataAnalysisModels
|
#2683 |
Problems.DataAnalysis
|
Exception when trying to open the data preprocessing view for regression solutions
|
#2723 |
Problems.DataAnalysis
|
Providing variable values as double[] to Dataset fails at runtime
|
#2843 |
Problems.DataAnalysis
|
Changing of ProblemData for DataAnalysisSolution does not work as expected
|
#2859 |
Problems.DataAnalysis
|
Improve TableFileParser column-type deduction for missing values
|
#2861 |
Problems.DataAnalysis
|
Ctor of ClassificationProblemData is broken
|
#2785 |
Problems.BinPacking
|
BinPacking doesn't respect stacking constraints
|
#2820 |
Problems.BinPacking
|
Bug in residual update in Bin packing
|
#2831 |
ParallelEngine
|
Breakpoints in ParallelEngine can cause unexpected behavior
|
#2810 |
Optimization.Views
|
Tooltips in Bubblechart for non-numerical values is wrong
|
#2818 |
Optimization.Views
|
GUI is unresponsive if multiple displayed algorithms are running
|
#2830 |
Optimization.Views
|
Uncought Exceptions in IOptimizers get lost
|
#2711 |
Optimization
|
The execution state of algorithms is not synchronized correctly if an exception occurs during the stop operation
|
#2786 |
Optimization
|
Cursor keys in optimizer menu navigate in wrong direction
|
#2816 |
Optimization
|
BasicAlgorithms are not cloned correctly
|
#2823 |
Optimization
|
Synchronous Experiment.Start call might return too early
|
#2667 |
MainForm.WindowsForms
|
ObjectDisposedException might crash HL in ProgressView in combination with importing data from CSV file
|
#2716 |
MainForm.WindowsForms
|
Exception in RemoveOperationProgressFromContent
|
#2833 |
Hive.Server
|
Hive service does not reschedule tasks
|
#2784 |
Hive.General
|
Pausing of Hive tasks does not work
|
#2764 |
Hive.Client
|
MenuItem CreateHiveJob operates on the displayed content
|
#2846 |
Hive.Client
|
Uncaught ObjectDisposedExceptions
|
#2664 |
General
|
Adapt project files for linux
|
#2781 |
General
|
BioBoost: Demo file cannot be opened because of a missing plugin dependency
|
#2788 |
General
|
Blue screen on some Windows 10 systems
|
#2648 |
ExtLibs
|
Correct outputpath of sim# 3.0.9
|
#2735 |
ExtLibs
|
Netron diagramming build problems using Build.cmd
|
#2803 |
ExtLibs
|
Fix igraph tests
|
#2794 |
Encodings.SymbolicExpressionTreeEncoding.Views
|
Pad and center tree chart & layout
|
#2647 |
Encodings.SymbolicExpressionTreeEncoding
|
Crossover does not remove swapped subtrees from the non-root parent
|
#2685 |
Encodings.SymbolicExpressionTreeEncoding
|
SymbolicExpressionGrammars calculate the min length and depth of expression wrong
|
#2689 |
Encodings.SymbolicExpressionTreeEncoding
|
Parameters of SymbolicExpressionTreeEncoding are not prefixed with the encoding name which causes problems when used in MultiEncoding
|
#2540 |
Encodings.RealVectorEncoding
|
StringConvertibleMatrixView may throw an exception if it is reused
|
#2714 |
DataPreprocessing.Views
|
DataGridView key events do not work correctly
|
#2837 |
DataPreprocessing.Views
|
Lost Exception in DataPreprocessing during Import
|
#2778 |
DataPreprocessing
|
Shuffling manipulation in the DataPreprocessing does not work as expected
|
#2746 |
Common
|
Overflow issues in binomial coefficient calculation
|
#2547 |
Clients.OKB
|
Method ConvertToOptimizationRun should be moved from QueryView to QueryClient
|
#2799 |
Analysis.Views
|
DataTable and ScatterPlotView (De)RegisterEvents base-calls missing
|
#2797 |
Algorithms.ParticleSwarmOptimization
|
Improve PSO implementation
|
#2815 |
Algorithms.ParameterlessPopulationPyramid
|
Implement cloning and serialization of P3 correctly
|
#2826 |
Algorithms.MOCMAEvolutionStrategy
|
MO-CMAES ignores maximum evaluated solutions limit
|
#2529 |
Algorithms.DataAnalysis
|
AR1 is not evaluated correctly on the test partition
|
#2652 |
Algorithms.DataAnalysis
|
Scaling of variable values is missing for k-nearest neighbors models
|
#2653 |
Algorithms.DataAnalysis
|
GetEstimatedValues is not thread-safe for k-nearest neighbours model
|
#2712 |
Algorithms.DataAnalysis
|
GaussianProcesses define a Maximization parameter
|
#2752 |
Algorithms.DataAnalysis
|
Dataset partitions are not set correctly in for GBT with logistic regression loss
|
#2756 |
Algorithms.DataAnalysis
|
GBT with logistic regression loss function cannot be used in cross-validation
|
#2763 |
Algorithms.DataAnalysis
|
Qualities-Chart for GBT should start at 0
|
#2854 |
Algorithms.DataAnalysis
|
Random Forest Results are wrong
|
#2753 |
Algorithms.ALPS
|
ALPS does not reparameterize the evaluator
|