Skip to main content

Showing 1–35 of 35 results for author: Bartz-Beielstein, T

.
  1. arXiv:2505.07910  [pdf, other

    cs.LG cs.AI

    Tuning for Trustworthiness -- Balancing Performance and Explanation Consistency in Neural Network Optimization

    Authors: Alexander Hinterleitner, Thomas Bartz-Beielstein

    Abstract: Despite the growing interest in Explainable Artificial Intelligence (XAI), explainability is rarely considered during hyperparameter tuning or neural architecture optimization, where the focus remains primarily on minimizing predictive loss. In this work, we introduce the novel concept of XAI consistency, defined as the agreement among different feature attribution methods, and propose new metrics… ▽ More

    Submitted 23 May, 2025; v1 submitted 12 May, 2025; originally announced May 2025.

  2. arXiv:2503.23595  [pdf, other

    math.OC cs.LG stat.AP

    Multi-Objective Optimization and Hyperparameter Tuning With Desirability Functions

    Authors: Thomas Bartz-Beielstein

    Abstract: The goal of this article is to provide an introduction to the desirability function approach to multi-objective optimization (direct and surrogate model-based), and multi-objective hyperparameter tuning. This work is based on the paper by Kuhn (2016). It presents a `Python` implementation of Kuhn's `R` package `desirability`. The `Python` package `spotdesirability` is available as part of the `seq… ▽ More

    Submitted 30 March, 2025; originally announced March 2025.

    MSC Class: 90C26 ACM Class: I.2.6; G.1.6

  3. arXiv:2412.04950  [pdf, other

    cs.LG cs.AI

    Bed-Attached Vibration Sensor System: A Machine Learning Approach for Fall Detection in Nursing Homes

    Authors: Thomas Bartz-Beielstein, Axel Wellendorf, Noah Pütz, Jens Brandt, Alexander Hinterleitner, Richard Schulz, Richard Scholz, Olaf Mersmann, Robin Knabe

    Abstract: The increasing shortage of nursing staff and the acute risk of falls in nursing homes pose significant challenges for the healthcare system. This study presents the development of an automated fall detection system integrated into care beds, aimed at enhancing patient safety without compromising privacy through wearables or video monitoring. Mechanical vibrations transmitted through the bed frame… ▽ More

    Submitted 6 December, 2024; originally announced December 2024.

    MSC Class: 90C26 ACM Class: I.2.6; G.1.6

  4. arXiv:2409.16787  [pdf, other

    cs.LG cs.AI

    Enhancing Feature Selection and Interpretability in AI Regression Tasks Through Feature Attribution

    Authors: Alexander Hinterleitner, Thomas Bartz-Beielstein, Richard Schulz, Sebastian Spengler, Thomas Winter, Christoph Leitenmeier

    Abstract: Research in Explainable Artificial Intelligence (XAI) is increasing, aiming to make deep learning models more transparent. Most XAI methods focus on justifying the decisions made by Artificial Intelligence (AI) systems in security-relevant applications. However, relatively little attention has been given to using these methods to improve the performance and robustness of deep learning algorithms.… ▽ More

    Submitted 25 September, 2024; originally announced September 2024.

    MSC Class: 68 ACM Class: I.2.0

  5. arXiv:2406.00154  [pdf, other

    cs.AI cs.NE

    A Novel Ranking Scheme for the Performance Analysis of Stochastic Optimization Algorithms using the Principles of Severity

    Authors: Sowmya Chandrasekaran, Thomas Bartz-Beielstein

    Abstract: Stochastic optimization algorithms have been successfully applied in several domains to find optimal solutions. Because of the ever-growing complexity of the integrated systems, novel stochastic algorithms are being proposed, which makes the task of the performance analysis of the algorithms extremely important. In this paper, we provide a novel ranking scheme to rank the algorithms over multiple… ▽ More

    Submitted 31 May, 2024; originally announced June 2024.

  6. arXiv:2402.11594  [pdf, other

    cs.LG cs.AI

    Simplifying Hyperparameter Tuning in Online Machine Learning -- The spotRiverGUI

    Authors: Thomas Bartz-Beielstein

    Abstract: Batch Machine Learning (BML) reaches its limits when dealing with very large amounts of streaming data. This is especially true for available memory, handling drift in data streams, and processing new, unknown data. Online Machine Learning (OML) is an alternative to BML that overcomes the limitations of BML. OML is able to process data in a sequential manner, which is especially useful for data st… ▽ More

    Submitted 18 February, 2024; originally announced February 2024.

    MSC Class: 90C26 ACM Class: I.2.6; G.1.6

  7. arXiv:2307.10262  [pdf, other

    cs.LG cs.AI

    Hyperparameter Tuning Cookbook: A guide for scikit-learn, PyTorch, river, and spotPython

    Authors: Thomas Bartz-Beielstein

    Abstract: This document provides a comprehensive guide to hyperparameter tuning using spotPython for scikit-learn, PyTorch, and river. The first part introduces spotPython's surrogate model-based optimization process, while the second part focuses on hyperparameter tuning. Several case studies are presented, including hyperparameter tuning for sklearn models such as Support Vector Classification, Random For… ▽ More

    Submitted 17 July, 2023; originally announced July 2023.

    MSC Class: 90C26 ACM Class: I.2.6; G.1.6

  8. arXiv:2305.11930  [pdf, other

    cs.LG cs.AI math.NA

    PyTorch Hyperparameter Tuning - A Tutorial for spotPython

    Authors: Thomas Bartz-Beielstein

    Abstract: The goal of hyperparameter tuning (or hyperparameter optimization) is to optimize the hyperparameters to improve the performance of the machine or deep learning model. spotPython (``Sequential Parameter Optimization Toolbox in Python'') is the Python version of the well-known hyperparameter tuner SPOT, which has been developed in the R programming environment for statistical analysis for over a de… ▽ More

    Submitted 7 June, 2023; v1 submitted 19 May, 2023; originally announced May 2023.

    Comments: Refers to spotPython version 0.2.15

    MSC Class: 68T07 ACM Class: A.1; B.8.0; G.1.6; G.4; I.2.8

  9. arXiv:2107.13977  [pdf, other

    cs.AI

    Underwater Acoustic Networks for Security Risk Assessment in Public Drinking Water Reservoirs

    Authors: Jörg Stork, Philip Wenzel, Severin Landwein, Maria-Elena Algorri, Martin Zaefferer, Wolfgang Kusch, Martin Staubach, Thomas Bartz-Beielstein, Hartmut Köhn, Hermann Dejager, Christian Wolf

    Abstract: We have built a novel system for the surveillance of drinking water reservoirs using underwater sensor networks. We implement an innovative AI-based approach to detect, classify and localize underwater events. In this paper, we describe the technology and cognitive AI architecture of the system based on one of the sensor networks, the hydrophone network. We discuss the challenges of installing and… ▽ More

    Submitted 29 July, 2021; originally announced July 2021.

  10. arXiv:2107.08761  [pdf, other

    cs.LG stat.ML

    Experimental Investigation and Evaluation of Model-based Hyperparameter Optimization

    Authors: Eva Bartz, Martin Zaefferer, Olaf Mersmann, Thomas Bartz-Beielstein

    Abstract: Machine learning algorithms such as random forests or xgboost are gaining more importance and are increasingly incorporated into production processes in order to enable comprehensive digitization and, if possible, automation of processes. Hyperparameters of these algorithms used have to be set appropriately, which can be referred to as hyperparameter tuning or optimization. Based on the concept of… ▽ More

    Submitted 19 July, 2021; originally announced July 2021.

    MSC Class: 68T07 ACM Class: A.1; B.8.0; G.1.6; G.4; I.2.8

  11. arXiv:2107.05249  [pdf, other

    cs.RO cs.AI

    Impact of Energy Efficiency on the Morphology and Behaviour of Evolved Robots

    Authors: Margarita Rebolledo, Daan Zeeuwe, Thomas Bartz-Beielstein, A. E. Eiben

    Abstract: Most evolutionary robotics studies focus on evolving some targeted behavior without taking the energy usage into account. This limits the practical value of such systems because energy efficiency is an important property for real-world autonomous robots. In this paper, we mitigate this problem by extending our simulator with a battery model and taking energy consumption into account during fitness… ▽ More

    Submitted 12 July, 2021; originally announced July 2021.

    ACM Class: I.2.9

  12. arXiv:2105.14625  [pdf, other

    cs.LG

    Surrogate Model Based Hyperparameter Tuning for Deep Learning with SPOT

    Authors: Thomas Bartz-Beielstein, Frederik Rehbach, Amrita Sen, Martin Zaefferer

    Abstract: A surrogate model based hyperparameter tuning approach for deep learning is presented. This article demonstrates how the architecture-level parameters (hyperparameters) of deep learning models that were implemented in Keras/tensorflow can be optimized. The implementation of the tuning procedure is 100% accessible from R, the software environment for statistical computing. With a few lines of code,… ▽ More

    Submitted 5 July, 2021; v1 submitted 30 May, 2021; originally announced May 2021.

    Comments: version 3

    MSC Class: 68T07 ACM Class: A.1; B.8.0; G.1.6; G.4; I.2.8

  13. Behavior-based Neuroevolutionary Training in Reinforcement Learning

    Authors: Jörg Stork, Martin Zaefferer, Nils Eisler, Patrick Tichelmann, Thomas Bartz-Beielstein, A. E. Eiben

    Abstract: In addition to their undisputed success in solving classical optimization problems, neuroevolutionary and population-based algorithms have become an alternative to standard reinforcement learning methods. However, evolutionary methods often lack the sample efficiency of standard value-based methods that leverage gathered state and value experience. If reinforcement learning for real-world problems… ▽ More

    Submitted 17 May, 2021; originally announced May 2021.

  14. arXiv:2105.07420  [pdf, other

    cs.AI math.OC

    Resource Planning for Hospitals Under Special Consideration of the COVID-19 Pandemic: Optimization and Sensitivity Analysis

    Authors: Thomas Bartz-Beielstein, Marcel Dröscher, Alpar Gür, Alexander Hinterleitner, Olaf Mersmann, Dessislava Peeva, Lennard Reese, Nicolas Rehbach, Frederik Rehbach, Amrita Sen, Aleksandr Subbotin, Martin Zaefferer

    Abstract: Crises like the COVID-19 pandemic pose a serious challenge to health-care institutions. They need to plan the resources required for handling the increased load, for instance, hospital beds and ventilators. To support the resource planning of local health authorities from the Cologne region, BaBSim.Hospital, a tool for capacity planning based on discrete event simulation, was created. The predicti… ▽ More

    Submitted 16 May, 2021; originally announced May 2021.

  15. arXiv:2012.13574  [pdf, ps, other

    cs.AI cs.NE

    Technical Report: Flushing Strategies in Drinking Water Systems

    Authors: Margarita Rebolledo, Sowmya Chandrasekaran, Thomas Bartz-Beielstein

    Abstract: Drinking water supply and distribution systems are critical infrastructure that has to be well maintained for the safety of the public. One important tool in the maintenance of water distribution systems (WDS) is flushing. Flushing is a process carried out in a periodic fashion to clean sediments and other contaminants in the water pipes. Given the different topographies, water composition and sup… ▽ More

    Submitted 25 December, 2020; originally announced December 2020.

  16. arXiv:2012.07188  [pdf, other

    stat.AP cs.AI

    Hospital Capacity Planning Using Discrete Event Simulation Under Special Consideration of the COVID-19 Pandemic

    Authors: Thomas Bartz-Beielstein, Frederik Rehbach, Olaf Mersmann, Eva Bartz

    Abstract: We present a resource-planning tool for hospitals under special consideration of the COVID-19 pandemic, called babsim.hospital. It provides many advantages for crisis teams, e.g., comparison with their own local planning, simulation of local events, simulation of several scenarios (worst / best case). There are benefits for medical professionals, e.g, analysis of the pandemic at local, regional, s… ▽ More

    Submitted 13 December, 2020; originally announced December 2020.

    MSC Class: 68T20 ACM Class: I.2.1; J.3; I.2.6; I.2.8; J.2; K.4.1; K.4.0

  17. Cognitive Capabilities for the CAAI in Cyber-Physical Production Systems

    Authors: Jan Strohschein, Andreas Fischbach, Andreas Bunte, Heide Faeskorn-Woyke, Natalia Moriz, Thomas Bartz-Beielstein

    Abstract: This paper presents the cognitive module of the cognitive architecture for artificial intelligence (CAAI) in cyber-physical production systems (CPPS). The goal of this architecture is to reduce the implementation effort of artificial intelligence (AI) algorithms in CPPS. Declarative user goals and the provided algorithm-knowledge base allow the dynamic pipeline orchestration and configuration. A b… ▽ More

    Submitted 3 December, 2020; originally announced December 2020.

  18. arXiv:2011.09833  [pdf, other

    stat.CO cs.LG eess.SP

    EventDetectR -- An Open-Source Event Detection System

    Authors: Sowmya Chandrasekaran, Margarita Rebolledo, Thomas Bartz-Beielstein

    Abstract: EventDetectR: An efficient Event Detection System (EDS) capable of detecting unexpected water quality conditions. This approach uses multiple algorithms to model the relationship between various multivariate water quality signals. Then the residuals of the models were utilized in constructing the event detection algorithm, which provides a continuous measure of the probability of an event at every… ▽ More

    Submitted 16 November, 2020; originally announced November 2020.

    Comments: 22 pages

  19. arXiv:2011.06406  [pdf, ps, other

    eess.SY

    Sensor Placement for Contamination Detection in Water Distribution Systems

    Authors: Margarita Rebolledo, Sowmya Chandrasekaran, Thomas Bartz-Beielstein

    Abstract: Sensor placement for contaminant detection in water distribution systems (WDS) has become a topic of great interest aiming to secure a population's water supply. Several approaches can be found in the literature with differences ranging from the objective selected to optimize to the methods implemented to solve the optimization problem. In this work we aim to give an overview of the current work i… ▽ More

    Submitted 11 November, 2020; originally announced November 2020.

  20. arXiv:2009.02781  [pdf, other

    stat.AP cs.CY

    Optimization of High-dimensional Simulation Models Using Synthetic Data

    Authors: Thomas Bartz-Beielstein, Eva Bartz, Frederik Rehbach, Olaf Mersmann

    Abstract: Simulation models are valuable tools for resource usage estimation and capacity planning. In many situations, reliable data is not available. We introduce the BuB simulator, which requires only the specification of plausible intervals for the simulation parameters. By performing a surrogate-model based optimization, improved simulation model parameters can be determined. Furthermore, a detailed st… ▽ More

    Submitted 6 September, 2020; originally announced September 2020.

    MSC Class: 68T20 ACM Class: I.2.1; J.3; I.2.6; I.2.8; J.2; K.4.1; K.4.0

  21. arXiv:2009.01696  [pdf, other

    stat.ML cs.LG

    Simulation of an Elevator Group Control Using Generative Adversarial Networks and Related AI Tools

    Authors: Tom Peetz, Sebastian Vogt, Martin Zaefferer, Thomas Bartz-Beielstein

    Abstract: Testing new, innovative technologies is a crucial task for safety and acceptance. But how can new systems be tested if no historical real-world data exist? Simulation provides an answer to this important question. Classical simulation tools such as event-based simulation are well accepted. But most of these established simulation models require the specification of many parameters. Furthermore, si… ▽ More

    Submitted 3 September, 2020; originally announced September 2020.

  22. arXiv:2007.03488  [pdf, other

    cs.NE cs.PF math.OC stat.AP

    Benchmarking in Optimization: Best Practice and Open Issues

    Authors: Thomas Bartz-Beielstein, Carola Doerr, Daan van den Berg, Jakob Bossek, Sowmya Chandrasekaran, Tome Eftimov, Andreas Fischbach, Pascal Kerschke, William La Cava, Manuel Lopez-Ibanez, Katherine M. Malan, Jason H. Moore, Boris Naujoks, Patryk Orzechowski, Vanessa Volz, Markus Wagner, Thomas Weise

    Abstract: This survey compiles ideas and recommendations from more than a dozen researchers with different backgrounds and from different institutes around the world. Promoting best practice in benchmarking is its main goal. The article discusses eight essential topics in benchmarking: clearly stated goals, well-specified problems, suitable algorithms, adequate performance measures, thoughtful analysis, eff… ▽ More

    Submitted 16 December, 2020; v1 submitted 7 July, 2020; originally announced July 2020.

    Comments: Version 2

    MSC Class: 68W50 ACM Class: A.1; B.8.0; G.1.6; G.4; I.2.8

  23. CAAI -- A Cognitive Architecture to Introduce Artificial Intelligence in Cyber-Physical Production Systems

    Authors: Andreas Fischbach, Jan Strohschein, Andreas Bunte, Jörg Stork, Heide Faeskorn-Woyke, Natalia Moriz, Thomas Bartz-Beielstein

    Abstract: This paper introduces CAAI, a novel cognitive architecture for artificial intelligence in cyber-physical production systems. The goal of the architecture is to reduce the implementation effort for the usage of artificial intelligence algorithms. The core of the CAAI is a cognitive module that processes declarative goals of the user, selects suitable models and algorithms, and creates a configurati… ▽ More

    Submitted 26 February, 2020; originally announced March 2020.

  24. arXiv:2001.02957  [pdf, other

    cs.NE

    Expected Improvement versus Predicted Value in Surrogate-Based Optimization

    Authors: Frederik Rehbach, Martin Zaefferer, Boris Naujoks, Thomas Bartz-Beielstein

    Abstract: Surrogate-based optimization relies on so-called infill criteria (acquisition functions) to decide which point to evaluate next. When Kriging is used as the surrogate model of choice (also called Bayesian optimization), one of the most frequently chosen criteria is expected improvement. We argue that the popularity of expected improvement largely relies on its theoretical properties rather than em… ▽ More

    Submitted 17 February, 2020; v1 submitted 9 January, 2020; originally announced January 2020.

  25. arXiv:1912.08786  [pdf, other

    cs.CY cs.AI

    Why we need an AI-resilient society

    Authors: Thomas Bartz-Beielstein

    Abstract: Artificial intelligence is considered as a key technology. It has a huge impact on our society. Besides many positive effects, there are also some negative effects or threats. Some of these threats to society are well-known, e.g., weapons or killer robots. But there are also threats that are ignored. These unknown-knowns or blind spots affect privacy, and facilitate manipulation and mistaken ident… ▽ More

    Submitted 18 December, 2019; originally announced December 2019.

    Comments: For associated TEDx video, see https://youtu.be/f6c2ngp7rqY

    MSC Class: K.4.2; K.4.1; I.2.1 ACM Class: K.4.2; K.4.1; I.2.1

  26. Surrogate Models for Enhancing the Efficiency of Neuroevolution in Reinforcement Learning

    Authors: Jörg Stork, Martin Zaefferer, Thomas Bartz-Beielstein, A. E. Eiben

    Abstract: In the last years, reinforcement learning received a lot of attention. One method to solve reinforcement learning tasks is Neuroevolution, where neural networks are optimized by evolutionary algorithms. A disadvantage of Neuroevolution is that it can require numerous function evaluations, while not fully utilizing the available information from each fitness evaluation. This is especially problemat… ▽ More

    Submitted 22 July, 2019; originally announced July 2019.

    Comments: This is the authors version of the work. It is posted here for your personal use. Not for redistribution. The definitive Version of Record was published in Genetic and Evolutionary Computation Conference (GECCO 2019)

    Journal ref: 2019, Genetic and Evolutionary Computation Conference (GECCO 2019), Prague, Czech Republic. ACM, New York, NY, USA

  27. arXiv:1902.08448  [pdf, other

    cs.CY

    Evaluation of Cognitive Architectures for Cyber-Physical Production Systems

    Authors: Andreas Bunte, Andreas Fischbach, Jan Strohschein, Thomas Bartz-Beielstein, Heide Faeskorn-Woyke, Oliver Niggemann

    Abstract: Cyber-physical production systems (CPPS) integrate physical and computational resources due to increasingly available sensors and processing power. This enables the usage of data, to create additional benefit, such as condition monitoring or optimization. These capabilities can lead to cognition, such that the system is able to adapt independently to changing circumstances by learning from additio… ▽ More

    Submitted 3 June, 2019; v1 submitted 22 February, 2019; originally announced February 2019.

  28. arXiv:1902.03419  [pdf, other

    cs.NE

    Improving NeuroEvolution Efficiency by Surrogate Model-based Optimization with Phenotypic Distance Kernels

    Authors: Jörg Stork, Martin Zaefferer, Thomas Bartz-Beielstein

    Abstract: In NeuroEvolution, the topologies of artificial neural networks are optimized with evolutionary algorithms to solve tasks in data regression, data classification, or reinforcement learning. One downside of NeuroEvolution is the large amount of necessary fitness evaluations, which might render it inefficient for tasks with expensive evaluations, such as real-time learning. For these expensive optim… ▽ More

    Submitted 9 February, 2019; originally announced February 2019.

    Comments: The final authenticated version of this publication will appear in the proceedings of the Applications of Evolutionary Computation - 22nd International Conference EvoApplications 2019 in the LNCS by Springer

  29. A new Taxonomy of Continuous Global Optimization Algorithms

    Authors: Jörg Stork, A. E. Eiben, Thomas Bartz-Beielstein

    Abstract: Surrogate-based optimization, nature-inspired metaheuristics, and hybrid combinations have become state of the art in algorithm design for solving real-world optimization problems. Still, it is difficult for practitioners to get an overview that explains their advantages in comparison to a large number of available methods in the scope of optimization. Available taxonomies lack the embedding of cu… ▽ More

    Submitted 6 May, 2020; v1 submitted 27 August, 2018; originally announced August 2018.

    Comments: 35 pages total, 28 written pages, 4 figures, 2019 Reworked Version

    Journal ref: Natural Computing, 2020, 1-24

  30. arXiv:1807.07839  [pdf, other

    cs.NE

    Distance-based Kernels for Surrogate Model-based Neuroevolution

    Authors: Jörg Stork, Martin Zaefferer, Thomas Bartz-Beielstein

    Abstract: The topology optimization of artificial neural networks can be particularly difficult if the fitness evaluations require expensive experiments or simulations. For that reason, the optimization methods may need to be supported by surrogate models. We propose different distances for a suitable surrogate model, and compare them in a simple numerical test scenario.

    Submitted 20 July, 2018; originally announced July 2018.

    Comments: 4 pages, 1 figure. This publication was accepted to the Developmental Neural Networks Workshop of the Parallel Problem Solving from Nature 2018 (PPSN XV) conference

  31. arXiv:1807.03555  [pdf, other

    cs.LG stat.ML

    An Empirical Approach For Probing the Definiteness of Kernels

    Authors: Martin Zaefferer, Thomas Bartz-Beielstein, Günter Rudolph

    Abstract: Models like support vector machines or Gaussian process regression often require positive semi-definite kernels. These kernels may be based on distance functions. While definiteness is proven for common distances and kernels, a proof for a new kernel may require too much time and effort for users who simply aim at practical usage. Furthermore, designing definite distances or kernels may be equally… ▽ More

    Submitted 10 July, 2018; originally announced July 2018.

    Comments: preprint submitted to Soft Computing journal, Springer

  32. arXiv:1807.01019  [pdf, other

    cs.NE

    Linear Combination of Distance Measures for Surrogate Models in Genetic Programming

    Authors: Martin Zaefferer, Jörg Stork, Oliver Flasch, Thomas Bartz-Beielstein

    Abstract: Surrogate models are a well established approach to reduce the number of expensive function evaluations in continuous optimization. In the context of genetic programming, surrogate modeling still poses a challenge, due to the complex genotype-phenotype relationships. We investigate how different genotypic and phenotypic distance measures can be used to learn Kriging models as surrogates. We compar… ▽ More

    Submitted 3 July, 2018; originally announced July 2018.

    Comments: The final authenticated version of this publication will appear in the proceedings of the 15th International Conference on Parallel Problem Solving from Nature 2018 (PPSN XV), published in the LNCS by Springer

  33. arXiv:1712.04076  [pdf, other

    cs.MS cs.AI math.OC

    In a Nutshell -- The Sequential Parameter Optimization Toolbox

    Authors: Thomas Bartz-Beielstein, Martin Zaefferer, Frederik Rehbach

    Abstract: The performance of optimization algorithms relies crucially on their parameterizations. Finding good parameter settings is called algorithm tuning. The sequential parameter optimization (SPOT) package for R is a toolbox for tuning and understanding simulation and optimization algorithms. Model-based investigations are common approaches in simulation and optimization. Sequential parameter optimizat… ▽ More

    Submitted 4 March, 2021; v1 submitted 11 December, 2017; originally announced December 2017.

    Comments: For SPOT Version >= 2.2.24

    MSC Class: 68W50 ACM Class: A.1; B.8.0; G.1.6; G.4; I.2.8

  34. arXiv:1510.03924  [pdf

    stat.AP cs.OH

    Comparison of different Methods for Univariate Time Series Imputation in R

    Authors: Steffen Moritz, Alexis Sardá, Thomas Bartz-Beielstein, Martin Zaefferer, Jörg Stork

    Abstract: Missing values in datasets are a well-known problem and there are quite a lot of R packages offering imputation functions. But while imputation in general is well covered within R, it is hard to find functions for imputation of univariate time series. The problem is, most standard imputation techniques can not be applied directly. Most algorithms rely on inter-attribute correlations, while univari… ▽ More

    Submitted 13 October, 2015; originally announced October 2015.

  35. arXiv:1006.4645  [pdf, other

    cs.NE cs.AI math.OC stat.AP

    SPOT: An R Package For Automatic and Interactive Tuning of Optimization Algorithms by Sequential Parameter Optimization

    Authors: Thomas Bartz-Beielstein

    Abstract: The sequential parameter optimization (SPOT) package for R is a toolbox for tuning and understanding simulation and optimization algorithms. Model-based investigations are common approaches in simulation and optimization. Sequential parameter optimization has been developed, because there is a strong need for sound statistical analysis of simulation and optimization algorithms. SPOT includes metho… ▽ More

    Submitted 23 June, 2010; originally announced June 2010.

    Comments: Related software can be downloaded from http://cran.r-project.org/web/packages/SPOT/index.html

    Report number: CIOP Technical Report 05/10. Cologne University of Applied Sciences