Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

07/15/16:

20:07 Changeset [14091] by ichiriac

Add license information for SHADE algorithm

19:27 Changeset [14090] by bwerth

#1087 several fixes according to the review comments 35 and 38

15:36 Changeset [14089] by pfleck

#2597

  • Hide density chart when zoom is active.
  • Changed columns textbox to numberic up/down control (thus removed validation).
14:41 Changeset [14088] by ichiriac

Add SHADE algorithm implementation

14:25 Changeset [14087] by ichiriac

Final revision of the code

14:24 Changeset [14086] by ichiriac

Final revision of the code

14:14 Changeset [14085] by mkommend

#1087: Further refactoring of testfunction problem and analyzers.

13:41 Changeset [14084] by bburlacu

#2635: Forgot to add solution and project files.

13:26 Changeset [14083] by mkommend

#2637: Corrected cast and signature of CloneAsArray.

13:20 Ticket #2638 (Redraws slow down UI in Windows 10) created by abeham
Ever since I upgraded from Windows 7 to 10 a lot of operations …
13:17 Changeset [14082] by mkommend

#2637: Added CloneAsArray and CloneAsMatrix to the appropriate ValueType classes.

13:15 Ticket #2637 (Conversions from ValueTypeArray/Matrix to standard arrays) created by mkommend
When using with HL data types often primitives of the same type are …
10:34 Ticket #2636 (Exception in error characteristics curve view when the test dataset is ...) created by gkronber
10:31 Changeset [14081] by mkommend

#1087: Refactored utility class NonDominatedSelect.

10:25 Ticket #2610 (TimeSpanValue Parse) closed by mkommend
done: r14080: Merged r14025, r14034 to stable.
10:24 Changeset [14080] by mkommend

#2610: Merged r14025, r14034 to stable.

10:20 Changeset [14079] by gkronber

#2434: merged changes r14026:14078 from trunk to branch

10:20 Ticket #2616 (DataPreprocessing StatisticsView throws an exception for columns ...) closed by mkommend
done
10:20 Ticket #2393 (DataCompleteness chart is slow) closed by mkommend
done
10:19 Ticket #2559 (Decouple DataPreprocessing from SymbolicDataAnalysis) closed by mkommend
done
01:03 Changeset [14078] by abeham

Renamed Test.cmd to Test-VS2015.cmd
Added previous version of Test.cmd as Test-VS2013.cmd
Added Clean.cmd

07/14/16:

22:41 Changeset [14077] by mkommend

#2616: Merged r13934, r13935 into stable.

22:39 Changeset [14076] by mkommend

#2393: Merged r13838 into stable.

22:38 Changeset [14075] by mkommend

#2559: Merged r13502, r13504, r13507, r13508, r13512, r13514, r13517 into stable.

22:23 Changeset [14074] by thasling

#2615:
made minor changes

17:40 Changeset [14073] by mkommend

#1087: Worked on Multi-objective test function problem and adapted plugin dependencies.

17:24 Changeset [14072] by bburlacu

#2635: Initial implementation.

17:24 Ticket #2635 (Predict if a child should be rejected during OSGA offspring selection) created by bburlacu
The idea is to try to predict if a child should be rejected by …
16:17 Changeset [14071] by abeham

#2281: merged ResultParameter to trunk

15:52 Ticket #2634 (Run-length distribution (RLD) Analysis of Algorithm Instances) created by abeham
Run-length distributions give insight into the required algorithmic …
15:46 Changeset [14070] by abeham

#2281: fixed some bugs in the view (thx to mkommend)

15:08 Changeset [14069] by mkommend

#1087: Moved Pareto fronts to subfolders in the according test functions folder and changed PFStore.

14:33 Changeset [14068] by mkommend

#1087: Added checks for min and max objectives to testfunctions.

13:34 Changeset [14067] by mkommend

#1087: Refactored multi-objective test functions.

11:31 Changeset [14066] by mkommend

#1087: Forgot to commit the project file.

11:30 Changeset [14065] by mkommend

#1087: Refactored instance providers and data descriptors for MOTF.

07/13/16:

21:24 Changeset [14064] by gkronber

#1966: first steps for refactoring to use new Encoding framework

21:02 Changeset [14063] by gkronber

#1966: implemented random instance generation for 2d BPP instances

20:39 Changeset [14062] by gkronber

#1966: reimplemented problem instance generation from paper Silvano Martello, David Pisinger Daniele Vigo, "The Three-Dimensional Bin Packing Problem"

19:13 Changeset [14061] by thasling

#2615:
PeerList is now recieved each 10 seconds instead of 20 seconds
PeerList is also recieved at Init-Call for the first time
changed data type of some parameters of P2PMigrationAnalyzer

15:37 Changeset [14060] by thasling

#2615:
changed parameter in P2PMigrationAnalyzer, so that there is no invalid cast ExceptionThrown
other parameters still TBD
made WcfPeerListManager stateless by removing a stored ChannelFactory and creating a new one by each method call

12:11 Changeset [14059] by abeham

#2431: Removed NonDiscoverableType attribute on ResultParameter

10:51 Changeset [14058] by abeham

#2431: Refactored ResultsParameter

10:38 Changeset [14057] by abeham

#2281: moved type verification to member method

09:47 Changeset [14056] by abeham

#2281:

  • Moved check if context contains a parameter of the requested translated name to the front of the loop
    • Reason is that ResultsParameter queries for a parameter "Results" which doesn't exist in its own context
  • Added a flag to suppress the type check in LookupParameter's GetValue
    • Default value of that flag is true, so existing code is not affected
    • Reason is that ResultsParameter queries for ResultCollection with a generic type e.g. IntValue which don't match
  • Replaced some ContainsKey/Access combinations with TryGetValue
09:30 Changeset [14055] by gkronber

#1966: simplified parsers

08:29 Changeset [14054] by gkronber

#1966: renamed *EvaluationAlgorithm to *DecodingEvaluator

07/12/16:

20:51 Changeset [14053] by gkronber

#1966: separated 2d and 3d problem instances using two different providers

20:41 Changeset [14052] by gkronber

#1966: deleted dead code

20:39 Changeset [14051] by gkronber

#1966:

  • renamed files to match class names
  • deleted RegularSimpleRotationIdenticalBinPackingPlanEvaluator because it has been merged with EvaluatorBase
20:35 Changeset [14050] by gkronber

#1966: renamed evaluators

20:03 Changeset [14049] by gkronber

#1966: simplified class names

19:54 Changeset [14048] by gkronber

#1966: renamed *PackingDimension -> PackingPosition

19:44 Changeset [14047] by gkronber

#1966: renamed PackingPlan* -> Solution

19:34 Changeset [14046] by gkronber

#1966: unified namespaces

18:23 Changeset [14045] by gkronber

#1966: removed types for *PackingBin because PackingBins and PackingShapes have the same capabilities

18:20 Changeset [14044] by mkommend

#1087: Refactored and improved analyzers for multi-objective test functions.

18:02 Changeset [14043] by gkronber

#1966: removed interface IRegularPacking shape (=> all our packing shapes are regular)

17:53 Changeset [14042] by gkronber

#1966: moved obsolete files into a separate folder

17:52 Changeset [14041] by gkronber

#1966: formatting

17:51 Changeset [14040] by gkronber

#1966:

  • removed separation of general bin packing problems and 'regular' (=rectangular or cuboid) bin packing problems (=> all our bin packing problems are regular)
  • removed ISOContainer BinPacking problem (seems to be just a minor variant for generic 3d bin packing)
17:12 Changeset [14039] by gkronber

#1966 restored functionality after splitting into 2d and 3d problems

16:35 Changeset [14038] by gkronber

#1966: fixed compile errors and reverted some changes from the last commit which prepared for refactoring to use new Encoding framework

15:47 Changeset [14037] by mkommend

#2281: Refactored LookupParameter<T> to prepare for the ResultsParamter and make the name translation methods reusable.

07/11/16:

22:28 Ticket #2633 (Solution caching to avoid costly re-evaluations) created by abeham
I implemented the u574 TSP instance in form of a programmable problem …
15:03 Changeset [14036] by mkommend

#2627: Fixed bug in constant optimization of trees with unary subtraction symbols.

14:32 Changeset [14035] by abeham

#2431:

  • Fixed bug that occurs when runs of unequal length are aggregated over multiple problem instances
14:05 Changeset [14034] by pfleck

#2610 Added format specifier for ToString calls.

07/09/16:

19:42 Changeset [14033] by gkronber

#2615: fixed the problem where an exception occurred in object graph traversal when an algorithm is stopped

19:40 Changeset [14032] by gkronber

#2626: reverted changes from r13998 and introduce a new attribute (ExcludeFromObjectGraphTraversalAttribute) which can be used to mark fields that should be excluded from object graph traversal

07/08/16:

17:14 Changeset [14031] by gkronber

#2288 moved native dlls out of the folder to make sure that HL discovers the files

16:10 Ticket #2632 (Legends for charts for data analysis solutions should show the target ...) created by gkronber
* The Scatterplot should contain the name of the target variable in …
15:30 Changeset [14030] by bwerth

#1087 several fixes according to the reviev comments in comment 31

14:40 Changeset [14029] by gkronber

#2434: merged trunk changes r12934:14026 from trunk to branch

14:39 Ticket #2541 (Student-t Process) closed by mkommend
done: r14028: Merged r13975 into stable.
14:39 Changeset [14028] by mkommend

#2541: Merged r13975 into stable.

14:37 Ticket #2604 (Retrieve variables used for prediction in data analysis solutions/models) closed by mkommend
done: r14027: Merged r13826,r13921, r13922, r13941, r13992, r13993, r14000
14:37 Changeset [14027] by mkommend

#2604: Merged r13826,r13921, r13922, r13941, r13992, r13993, r14000 intos table.

14:30 Changeset [14026] by gkronber

#2627: sealed parser and formatter for infix expressions

14:24 Ticket #2591 (Evaluation of GaussianProcessModels should be faster) closed by mkommend
done
14:16 Changeset [14025] by pfleck

#2610 Use TimeSpan.TryParseExact to avoid parsing illegal strings, e.g "24:00:00" since h must be 0-23.

14:13 Ticket #1795 (Gradient boosting meta-learner for regression and classification) closed by mkommend
done
13:49 Changeset [14024] by gkronber

#2627: added first implementation of nonlinear regression algorithm + formatter and parser for infix expressions

12:30 Ticket #2612 (Regression tree models should support evaluation even when some of the ...) closed by mkommend
done: r14023: Merged r13895 and r14017 into stable. r14015 and r14016 have …
12:30 Changeset [14023] by mkommend

#2612: Merged r13895 and r14017 into stable. r14015 and r14016 have been recorded in the merge info, but haven't actually be merged.

12:25 Ticket #2595 (VariableImpactsCalculator for RegressionSolutions) closed by mkommend
done: r14022: Merged r13766, r13942, r13985, r13986, r13987 into stable.
12:25 Changeset [14022] by mkommend

#2595: Merged r13766, r13942, r13985, r13986, r13987 into stable.

10:18 Ticket #2631 (Confidence Intervals for Random Forest Regression) created by pfleck
The IConfidenceBoundRegressionModel/Solution could also be …

07/07/16:

19:31 Changeset [14021] by bburlacu

#2597: Fixed some additional issues with the density charts (which are now turned on by default).

18:11 Changeset [14020] by rlongodo

#2161: first commit of branch

16:33 Changeset [14019] by thasling

#2615:
added jobguid as parameter, so it can be accesed from outside the analyzer

14:14 HeuristicLabGridBrainstorming edited by gkronber
revert mathjax test (diff)
14:13 Changeset [14018] by mkommend

#1087: Rewrote and adapted the multi-objective calculators.

14:12 HeuristicLabGridBrainstorming edited by gkronber
mathjax test (diff)
13:18 Changeset [14017] by gkronber

#2612: added NaN handling for the evaluation of regression tree models (GBT)

13:17 Changeset [14016] by gkronber

#2612: reverse merge of r14015

12:51 Ticket #2630 (Partial dependence plots for gradient boosted trees) created by gkronber
as described in "Greedy function approximation" paper
12:51 Changeset [14015] by gkronber

#2612: added NaN handling for the evaluation of regression tree models (GBT)

11:41 Changeset [14014] by bburlacu

#2597: Fixed small issue with layout update when the number of columns was changed. Improved layout of the configuration panel. Made GradientView invisible as an item in the Solution View.

10:34 Changeset [14013] by gkronber

#2615: fixed sorting of individuals and re-added ClearState method

10:26 Ticket #2629 (VRP solution candidates (using AlbaEncoding) contain a reference to ...) created by gkronber
This is the case for almost all VRP solution candidates.
10:22 Ticket #2628 (Population variance should be available as enumerable extension) closed by mkommend
done: r14012: Merged r14011 into stable.
10:22 Changeset [14012] by mkommend

#2628: Merged r14011 into stable.

07/06/16:

19:46 Changeset [14011] by mkommend

#2628: Added methods for calculating the population stddev and variance of IEnumerable<double>.

19:45 Ticket #2628 (Population variance should be available as enumerable extension) created by mkommend
Currently only the sample standard deviation and variance can be …
16:49 Changeset [14010] by thasling

#2615:
fixed bug so that at least one individuem is migrated

16:47 Changeset [14009] by thasling

#2615:
made minor changes,
wrong commit happende last time, so still tbd:
-sort List
-dispose of anaylzer is never called

14:50 Changeset [14008] by bburlacu

#2594: Added chart util method to calculate the "optimal" axis interval (reducing the number of fractional digits to make it look nice). Modified the regression solution line chart and scatter plot to use the new scaling method.

07:35 Ticket #2627 (Non-linear regression based on a given model structure) created by gkronber

07/05/16:

23:24 Changeset [14007] by bburlacu

#2594: Fixed small scaling bug when calculating the necessary decimals for the axis interval.

22:43 Changeset [14006] by bburlacu

#2597: Fixed a couple of bugs in the GradientChart related to the configuration of axis limits.

21:41 Ticket #2619 (FeatureCorrelation should have an option to ignore missing values) closed by mkommend
done: r14005: Merged r13938 and r14001 into stable.
21:41 Changeset [14005] by mkommend

#2619: Merged r13938 and r14001 into stable.

21:35 Ticket #2609 (Cannot apply constant optimization on simplified trees) closed by mkommend
done: r14004: #2584: Merged r13670 and r13916 into stable. #2609: Merged …
21:35 Ticket #2584 (ConstantOptimization should be configurable to ignore variable weights) closed by mkommend
done: r14004: #2584: Merged r13670 and r13916 into stable. #2609: Merged …
21:34 Changeset [14004] by mkommend

#2584: Merged r13670 and r13916 into stable.
#2609: Merged r13869 and r13900 into stable.

21:25 Ticket #2243 (JavaScript error when showing symbolic models in mathematical notation ...) closed by mkommend
done: r14003: Merged r13932, r13933, r13984 into stable.
21:25 Changeset [14003] by mkommend

#2243: Merged r13932, r13933, r13984 into stable.

21:22 Ticket #2614 (Name of Job Shop Scheduling Solution is not set (GUI lockup)) closed by mkommend
done: r14002: Merged r13983 into stable.
21:22 Changeset [14002] by mkommend

#2614: Merged r13983 into stable.

18:11 Changeset [14001] by gkronber

#2619: changed the text for the ignoreMissingValuesCheckbox

14:05 Changeset [14000] by mkommend

#2604: Removed default ctor arguments for the target variable in regression and classification models.

13:30 Changeset [13999] by bburlacu

#2597: Fix position of the error provider icon for the validation of the columns textbox. Removed .resx files from project.

12:02 Changeset [13998] by gkronber

#2626: excluded all TypeInfo objects and all instances of types from the System.Runtime.Serialization assembly

12:00 Ticket #2626 (Make it possible to exclude fields from object graph traversal explicitly.) created by gkronber
We encountered a problem in the object graph traversal in connection …
11:57 Changeset [13997] by gkronber

#2615 removed initState override and updated references to trunk

11:52 Changeset [13996] by bburlacu

#2597: Removed resx files from project. Better handling of model simplification.

02:44 EvoSoft edited by swagner
(diff)

07/04/16:

23:43 Changeset [13995] by bburlacu

#2597: Improved drag & drop support for all charts. Added configuration option to adjust the number of columns in the view. Fixed bug where attempting to set row & column style would result in an exception. Fixed boundaries of the vertical annotation line in the GradientChart.

23:40 Changeset [13994] by bburlacu

#2597: Merged trunk changes.

23:11 Ticket #2625 (Improve symbolic simplifier to allow simplification using approximations) created by gkronber
E.g. 1/(1+e) ~ 1 - e for |e| < 0.03
23:02 Ticket #2624 (Improve symbolic simplifier for expressions) created by gkronber
Related to #2609. Where it was observed that "I'm surprised that it is …
22:49 Changeset [13993] by gkronber

#2604: minor changes in time series models and fix build fail

22:29 Changeset [13992] by gkronber

#2604: set default target variable to string.Empty in AfterDeserialization hook for regression and classification models and changed a few ctor calls to correctly pass the target variable

19:15 Ticket #2623 (Exception when dropping a new problem data onto the simplifier view ...) created by gkronber
It is possible to drop ProblemData objects onto regression solutions …
10:34 Changeset [13991] by bwerth

#1087 removed unused function

10:11 Changeset [13990] by bwerth

#2592 reimplemented Indicators

09:58 Changeset [13989] by bwerth

#1087 removed unused usings

09:47 Changeset [13988] by bwerth

#1087 moved project bugfixes

07/03/16:

20:22 Ticket #2622 (Handle missing values (i.e. NaN) correctly when training GBT models) created by gkronber
Right now GBT training only uses comparison operators and assumes that …
20:12 Changeset [13987] by gkronber

#2595: fixed build fail (added plugin dependency to the wrong plugin)

20:09 Ticket #2617 (Local search seems to perform differently for single-objective test ...) closed by gkronber
worksforme: Thanks for testing this and for preparing the demo problem implementation.
19:56 Changeset [13986] by gkronber

#2595: added two new variants for variable impact calculation (shuffle and Gaussian noise)

19:45 Changeset [13985] by gkronber

#2595: two small fixes in RegressionSolutionVariableImpactsCalculator

19:24 Changeset [13984] by gkronber

#2243: added javascript method to allow repainting the formula when we change the model (relevant when using the mathjax view together with the simplifier).

07/02/16:

17:02 Changeset [13983] by mkommend

#2614: Set default name for schedule and made class sealed.

15:23 Changeset [13982] by thasling

#2615:
made minor changes

14:46 Ticket #2590 (RegressionEnsembles should support weighting of the estimated values) closed by gkronber
done
14:46 Ticket #2611 (Add SARCOS (inverse dynamics) as a real world regression problem instance) closed by gkronber
done
14:46 Ticket #2071 (Refactor TableFileParser) closed by gkronber
done
14:46 Ticket #2589 (Possibility to prevent resizing of ValueTypeArrays) closed by gkronber
done
14:38 Changeset [13981] by gkronber

#2591: merged r13438 (#2541), r13721, r13724, r13784, r13891 from trunk to stable

14:05 Changeset [13980] by gkronber

#1795: merged r13978 from trunk to stable

14:03 Changeset [13979] by gkronber

#2589: merged r13695 from trunk to stable

13:56 Changeset [13978] by gkronber

#1795: removed MCTS symb reg as algorithm in GBM to cut the dependency between GBM and MCTS symb reg (MCTS symb reg not ready for release yet)

09:08 Changeset [13977] by gkronber

#1795: merged r13646,13653,13655,13699,13703,13707,13889,13898,13917 from trunk to stable

09:02 Changeset [13976] by gkronber

#2590 merged r13697:13698, r13700:13702, r13704:13705, r13711, r13715 from trunk to stable

08:22 Changeset [13975] by gkronber

#2541: deleted implementation for studentT process
Reasoning:
Code-duplication
Implementation is not stable enough yet
Functionality has not been very useful so far.

08:15 Changeset [13974] by gkronber

#2071: merged r13411,r13413,r13414,r13415,r13419,r13440,r13441,r13442,r13445,r13447,r13525,r13526,r13529,r13584,r13901,r13925 from trunk to stable

07:54 Changeset [13973] by gkronber

#2611: merged r13890 from trunk to stable

07/01/16:

20:24 Changeset [13972] by thasling

#2615:
improved log
made changes in data structure

19:23 Changeset [13971] by thasling

#2615:
increased message size to 20MB
made changes in some interfaces

17:53 Changeset [13970] by thasling

#2615:
made minor changes

17:25 Changeset [13969] by thasling

#2615:
implemented migration strategies
log in HL now also logs exceptions of peers

14:59 Changeset [13968] by bburlacu

#2288: Update project file.

14:58 Changeset [13967] by bburlacu

#2288: Provide binaries of the external libraries upon which this branch depends.

11:48 Changeset [13966] by thasling

#2615:
made minor change

10:47 Changeset [13965] by thasling

#2615:
made minor changes

09:14 Changeset [13964] by pfleck

#2527 Removed some commented out code.

Note: See TracTimeline for information about the timeline view.