heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
39 stars 16 forks source link

Provide friction test datasets as regression problem instances #2757

Closed HeuristicLab-Trac-Bot closed 7 years ago

HeuristicLab-Trac-Bot commented 7 years ago

Issue migrated from trac ticket # 2757

milestone: HeuristicLab 3.3.15 | component: Problems.DataAnalysis | priority: medium | resolution: done

2017-03-29 10:58:10: @gkronber created the issue


As used for following publications:

  • G. Kronberger, M. Kommenda, E. Lughofer, S. Saminger-Platz, A. Promberger, F. Nickel, S. Winkler, M. Affenzeller - Robust Generalized Fuzzy Modeling and Enhanced Symbolic Regression for Modeling Tribological Systems, submitted to Applied Soft Computing, 2017
  • E. Lughofer, G. Kronberger, M. Kommenda, S. Saminger-Platz, A. Promberger, F. Nickel, S. M. Winkler, M. Affenzeller - Robust Fuzzy Modeling and Symbolic Regression for Establishing Accurate and Interpretable Prediction Models in Supervising Tribological Systems - Proceedings of the 8th International Joint Conference on Computational Intelligence, Porto, Portugal, 2016, pp. 51-63
HeuristicLab-Trac-Bot commented 7 years ago

2017-03-29 10:58:16: @gkronber changed status from new to accepted

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-29 10:58:16: @gkronber set owner to @gkronber

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-29 11:35:21: @gkronber commented


r14789: added first dataset (CF1)

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-29 11:37:36: @gkronber edited the issue description

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-30 11:49:39: @gkronber commented


r14790: added problem instance descriptors for miba friction datasets

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-30 11:49:39: @gkronber

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-30 12:35:55: @gkronber commented


r14791: fixed training / test partitions and allowed input variables

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-30 19:07:16: @gkronber changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 7 years ago

2017-03-30 19:07:16: @gkronber changed owner from @gkronber to @mkommend

HeuristicLab-Trac-Bot commented 7 years ago

2017-04-12 10:19:23: @gkronber commented


r14853: set factor variables as allowed for miba friction benchmark problem instances

HeuristicLab-Trac-Bot commented 7 years ago

2017-05-31 13:12:14: @mkommend changed status from reviewing to assigned

HeuristicLab-Trac-Bot commented 7 years ago

2017-05-31 13:12:14: @mkommend changed owner from @mkommend to @gkronber

HeuristicLab-Trac-Bot commented 7 years ago

2017-05-31 13:12:14: @mkommend commented


Reviewed MibaFriction regression instances.

The only comment I have is that the code in the InstanceProvider.GetDataDescriptors does not make sense to me. Why is the zip file queried and then the data descriptor matched with the filename and if that succeeds the resourcename set? When i am adding a new DataDescriptor I know the corresponding resource name and can set it directly in the class. I only have to check if the resource name is present in the archive.

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-01 08:38:59: @gkronber commented


Replying to [comment:8 mkommend]:

The only comment I have is that the code in the InstanceProvider.GetDataDescriptors does not make sense to me. Why is the zip file queried and then the data descriptor matched with the filename and if that succeeds the resourcename set? When i am adding a new DataDescriptor I know the corresponding resource name and can set it directly in the class. I only have to check if the resource name is present in the archive.

Code stems from RegressionRealWorldInstanceProvider.cs. Will check.

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-01 10:38:26: @gkronber commented


r15016: simplified code for regression instance providers which load data from a ZIP file

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-01 15:16:39: @gkronber changed status from assigned to reviewing

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-01 15:16:39: @gkronber changed owner from @gkronber to @mkommend

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-01 23:42:30: @mkommend changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-01 23:42:30: @mkommend changed owner from @mkommend to @gkronber

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-01 23:42:30: @mkommend commented


Reviewed r15016.

HeuristicLab-Trac-Bot commented 7 years ago

2017-06-02 08:31:51: @gkronber commented


Merge after #2650 and #2660

HeuristicLab-Trac-Bot commented 7 years ago

2017-07-11 12:59:15: @gkronber commented


r15196: merged r14789,r14790,r14791,r14853,r15016 from trunk to stable (all changesets merged)

HeuristicLab-Trac-Bot commented 7 years ago

2017-07-12 10:07:18: @gkronber changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 7 years ago

2017-07-12 10:07:18: @gkronber set resolution to done