Henning Cui
YOU?
Author Swipe
View article: Analysing the Influence of Reorder Strategies for Cartesian Genetic Programming
Analysing the Influence of Reorder Strategies for Cartesian Genetic Programming Open
Cartesian Genetic Programming (CGP) suffers from a specific limitation: Positional bias , a phenomenon in which mostly genes at the start of the genome contribute to a program output, while genes at the end rarely do. This can lead to an o…
View article: Analysing the Influence of Reorder Strategies for Cartesian Genetic Programming
Analysing the Influence of Reorder Strategies for Cartesian Genetic Programming Open
Cartesian Genetic Programming (CGP) suffers from a specific limitation: Positional bias, a phenomenon in which mostly genes at the start of the genome contribute to a program output, while genes at the end rarely do. This can lead to an ov…
View article: Cartesian Genetic Programming Is Robust Against Redundant Attributes in Datasets
Cartesian Genetic Programming Is Robust Against Redundant Attributes in Datasets Open
Real world datasets might contain duplicate or redundant attributes—or even pure noise—which may not be filtered out by data preprocessing algorithms. This might be problematic, as it decreases the performance of learning algorithms. Carte…
View article: Evolving Processing Pipelines for Industrial Imaging with Cartesian Genetic Programming
Evolving Processing Pipelines for Industrial Imaging with Cartesian Genetic Programming Open
The reconfiguration of machine vision systems heavily depends on the collection and availability of large datasets, rendering them inflexible and vulnerable to even minor changes in the data. This paper proposes a refinement of Miller’s Ca…
View article: Weighted Mutation of Connections To Mitigate Search Space Limitations in Cartesian Genetic Programming
Weighted Mutation of Connections To Mitigate Search Space Limitations in Cartesian Genetic Programming Open
This work presents and evaluates a novel modification to existing mutation operators for Cartesian Genetic Programming (CGP). We discuss and highlight a so far unresearched limitation of how CGP explores its search space which is caused by…
View article: A Concept for Optimizing Motor Control Parameters Using Bayesian Optimization
A Concept for Optimizing Motor Control Parameters Using Bayesian Optimization Open
Electrical motors need specific parametrizations to run in highly specialized use cases. However, finding such parametrizations may need a lot of time and expert knowledge. Furthermore, the task gets more complex as multiple optimization g…
View article: Filter Evolution Using Cartesian Genetic Programming for Time Series Anomaly Detection
Filter Evolution Using Cartesian Genetic Programming for Time Series Anomaly Detection Open
Industrial monitoring relies on reliable and resilient systems to cope with unforeseen and changing environmental factors. The identification of critical conditions calls for efficient feature selection and algorithm configuration for accu…
View article: Equidistant Reorder Operator for Cartesian Genetic Programming
Equidistant Reorder Operator for Cartesian Genetic Programming Open
The Reorder operator, an extension to Cartesian Genetic Programming (CGP), eliminates limitations of the classic CGP algorithm by shuffling the genome. One of those limitations is the positional bias, a phenomenon in which mostly genes at …
View article: Model-Driven Optimisation of Monitoring System Configurations for Batch Production
Model-Driven Optimisation of Monitoring System Configurations for Batch Production Open
The increasing need to monitor asset health and the deployment of IoT devices have driven the adoption of non-desctructive testing methods in the industry sector. In fact, they constitute a key to production efficiency. However, engineers …
View article: Towards Understanding Crossover for Cartesian Genetic Programming
Towards Understanding Crossover for Cartesian Genetic Programming Open
Unlike in traditional Genetic Programming, Cartesian Genetic Programming (CGP) does not commonly feature a recombination/crossover operator, although recombination plays an important role in other evolutionary techniques, including Genetic…