Categories
- Blogging (896)
- Books (23)
- Source code (23)
- Technical reports (350)
Archives
IlliGAL activities
Category Archives: Technical reports
Loopy Substructural Local Search for the Bayesian Optimization Algorithm
This paper presents a local search method for the Bayesian optimization algorithm (BOA) based on the concepts of substructural neighborhoods and loopy belief propagation. The proba- bilistic model of BOA, which automatically identifies important problem substructures, is used to define … Continue reading
Posted in Technical reports
Comments Off
Model Accuracy in the Bayesian Optimization Algorithm
Evolutionary algorithms (EAs) are particularly suited to solve problems for which there is not much information available. From this standpoint, estimation of distribution algorithms (EDAs), which guide the search by using probabilistic models of the population, have brought a new … Continue reading
Posted in Technical reports
Comments Off
Scaling eCGA Model Building via Data-Intensive Computing
This paper shows how the extended compact genetic algorithm can be scaled using data- intensive computing techniques such as MapReduce. Two different frameworks (Hadoop and MongoDB) are used to deploy MapReduce implementations of the compact and extended com- pact genetic … Continue reading
Posted in Technical reports
Comments Off
Evolving Drivers for TORCS using On-Line Neuroevolution
We applied on-line neuroevolution to evolve non-player characters for The Open Racing Car Simulator. While previous approaches allowed on-line learning with performance improvements during each generation, our approach enables a finer grained on-line learning with performance improvements within each lap. … Continue reading
Posted in Technical reports
Comments Off
Scaling Genetic Algorithms using MapReduce
Abstract: Genetic algorithms(GAs) are increasingly being applied to large scale problems. The traditional MPI-based parallel GAs do not scale very well. MapReduce is a powerful abstraction developed by Google for making scalable and fault tolerant applications. In this paper, we mould … Continue reading
Posted in Technical reports
1 Comment
Coevolution of Pattern Generators and Recognizers
Proposed is an automatic system for creating pattern generators and recognizers that may provide new and human-independent insight into the pattern recognition problem. The system is based on a three-cornered coevolution of image-transformation programs.
Posted in Technical reports
2 Comments
XCSLib: The XCS Classifier System Library
The XCS Library (XCSLib) is an open source C++ library for genetics-based machine learning and learning classifier systems. It provides (i) several reusable components that can be employed to design new learning paradigms inspired to the learning classifier system principles; … Continue reading
Posted in Technical reports
Comments Off
The Multi-label OCS with a Genetic Algorithm for Rule Discovery: Implementation and First Results
Abstract: Learning Classifier Systems (LCSs) are rule-based systems that can be manipulated by a genetic algorithm. LCSs were first designed by Holland to solve classification problems and a lot of effort has been made since then, resulting in a broad … Continue reading
Posted in Technical reports
Comments Off
Binary Representation in Gene Expression Programming: Towards a Better Scalability
Abstract: One of the main problems that arises when using gene expression programming conditions in learning classifier systems is the increasing number of symbols present as the problem size grows. This issue severely limits the scalability of the technique, due … Continue reading
Posted in Technical reports
1 Comment
ClusterMI: Building Probabilistic Models using Hierarchical Clustering and Mutual Information
Abstract: Genetic Algorithms are a class of metaheuristics with applications on several fields including biology, engineering and even arts. However, simple Genetic Algorithms may suffer from exponential scalability on hard problems. Estimation of Distribution Algorithms, a special class of Genetic … Continue reading
Posted in Technical reports
Comments Off