Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Heitor S. Lopes is active.

Publication


Featured researches published by Heitor S. Lopes.


IEEE Transactions on Evolutionary Computation | 2002

Data mining with an ant colony optimization algorithm

Rafael Stubs Parpinelli; Heitor S. Lopes; Alex Alves Freitas

The paper proposes an algorithm for data mining called Ant-Miner (ant-colony-based data miner). The goal of Ant-Miner is to extract classification rules from data. The algorithm is inspired by both research on the behavior of real ant colonies and some data mining concepts as well as principles. We compare the performance of Ant-Miner with CN2, a well-known data mining algorithm for classification, in six public domain data sets. The results provide evidence that: 1) Ant-Miner is competitive with CN2 with respect to predictive accuracy, and 2) the rule lists discovered by Ant-Miner are considerably simpler (smaller) than those discovered by CN2.


International Journal of Bio-inspired Computation | 2011

New inspirations in swarm intelligence: a survey

Rafael Stubs Parpinelli; Heitor S. Lopes

The growing complexity of real-world problems has motivated computer scientists to search for efficient problem-solving methods. Evolutionary computation and swarm intelligence meta-heuristics are outstanding examples that nature has been an unending source of inspiration. The behaviour of bees, bacteria, glow-worms, fireflies, slime moulds, cockroaches, mosquitoes and other organisms have inspired swarm intelligence researchers to devise new optimisation algorithms. This tutorial highlights the most recent nature-based inspirations as metaphors for swarm intelligence meta-heuristics. We describe the biological behaviours from which a number of computational algorithms were developed. Also, the most recent and important applications and the main features of such meta-heuristics are reported.


congress on evolutionary computation | 2000

Discovering comprehensible classification rules with a genetic algorithm

M.V. Fidelis; Heitor S. Lopes; Alex Alves Freitas

Presents a classification algorithm based on genetic algorithms (GAs) that discovers comprehensible IF-THEN rules, in the spirit of data mining. The proposed GA has a flexible chromosome encoding, where each chromosome corresponds to a classification rule. Although the number of genes (the genotype) is fixed, the number of rule conditions (the phenotype) is variable. The GA also has specific mutation operators for this chromosome encoding. The algorithm was evaluated on two public-domain real-world data sets (in the medical domains of dermatology and breast cancer).


Artificial Intelligence in Medicine | 2004

A constrained-syntax genetic programming system for discovering classification rules: application to medical data sets

Celia C. Bojarczuk; Heitor S. Lopes; Alex Alves Freitas; Edson L. Michalkiewicz

This paper proposes a new constrained-syntax genetic programming (GP) algorithm for discovering classification rules in medical data sets. The proposed GP contains several syntactic constraints to be enforced by the system using a disjunctive normal form representation, so that individuals represent valid rule sets that are easy to interpret. The GP is compared with C4.5, a well-known decision-tree-building algorithm, and with another GP that uses Boolean inputs (BGP), in five medical data sets: chest pain, Ljubljana breast cancer, dermatology, Wisconsin breast cancer, and pediatric adrenocortical tumor. For this last data set a new preprocessing step was devised for survival prediction. Computational experiments show that, overall, the GP algorithm obtained good results with respect to predictive accuracy and rule comprehensibility, by comparison with C4.5 and BGP.


parallel problem solving from nature | 2004

An artificial immune system for fuzzy-rule induction in data mining

Roberto Teixeira Alves; Myriam Regattieri Delgado; Heitor S. Lopes; Alex Alves Freitas

This work proposes a classification-rule discovery algorithm integrating artificial immune systems and fuzzy systems. The algorithm consists of two parts: a sequential covering procedure and a rule evolution procedure. Each antibody (candidate solution) corresponds to a classification rule. The classification of new examples (antigens) considers not only the fitness of a fuzzy rule based on the entire training set, but also the affinity between the rule and the new example. This affinity must be greater than a threshold in order for the fuzzy rule to be activated, and it is proposed an adaptive procedure for computing this threshold for each rule. This paper reports results for the proposed algorithm in several data sets. Results are analyzed with respect to both predictive accuracy and rule set simplicity, and are compared with C4.5rules, a very popular data mining algorithm.


international conference on adaptive and natural computing algorithms | 2007

Particle Swarm Optimization for the Multidimensional Knapsack Problem

Fernanda Hembecker; Heitor S. Lopes; Walter Godoy

The multidimensional 0/1 knapsack problem is a classical problem of discrete optimization. There are several approaches for solving the different variations of such problem, including mathematical programming and stochastic heuristic methods. This paper presents the application of Particle Swarm Optimization (PSO) for the problem, using selected instances of ORLib. For the instances tested, results were very close or equal to the optimal solution known, even considering that the parameters of PSO were not optimized. The analysis of the results suggests the potential of a simple PSO for this class of combinatorial problems.


Computational Intelligence in Biomedicine and Bioinformatics | 2008

Evolutionary Algorithms for the Protein Folding Problem: A Review and Current Trends

Heitor S. Lopes

Proteins are complex macromolecules that perform vital functions in all living beings. They are composed of a chain of amino acids. The biological function of a protein is determined by the way it is folded into a specific tri-dimensional structure, known as native conformation. Understanding how proteins fold is of great importance to Biology, Biochemistry and Medicine. Considering the full analytic atomic model of a protein, it is still not possible to determine the exact tri-dimensional structure of real-world proteins, even with the most powerful computational resources. To reduce the computational complexity of the analytic model, many simplified models have been proposed. Even the simplest one, the bi-dimensional Hydrophobic-Polar (2D-HP) model (see Sect. 12.2.2), was proved to be intractable due to its NP-completeness. The current approach for studying the structure of proteins is the use of heuristic methods that, however, do not guarantee the optimal solution. Evolutionary computation techniques have been proved to be efficient for many engineering and computer science problems. This is also the case of unveiling the structure of proteins using simple lattice models.


Swarm Intelligence and Bio-Inspired Computation#R##N#Theory and Applications | 2013

7 – A Survey of Swarm Algorithms Applied to Discrete Optimization Problems

Jonas Krause; Jelson Cordeiro; Rafael Stubs Parpinelli; Heitor S. Lopes

Most swarm intelligence algorithms were devised for continuous optimization problems. However, they have been adapted for discrete optimization as well with applications in different domains. This survey aims at providing an updated review of research of swarm intelligence algorithms for discrete optimization problems, comprising combinatorial or binary. The biological inspiration that motivated the creation of each swarm algorithm is introduced, and later, the discretization and encoding methods are used to adapt each algorithm for discrete problems. Methods are compared for different classes of problems and a critical analysis is provided, pointing to future trends.


Applied Bioinformatics | 2004

Neural networks for protein classification

Wagner Rodrigo Weinert; Heitor S. Lopes

This paper describes a biomolecular classification methodology based on multilayer perceptron neural networks. The system developed is used to classify enzymes found in the Protein Data Bank. The primary goal of classification, here, is to infer the function of an (unknown) enzyme by analysing its structural similarity to a given family of enzymes. A new codification scheme was devised to convert the primary structure of enzymes into a real-valued vector. The system was tested with a different number of neural networks, training set sizes and training epochs. For all experiments, the proposed system achieved a higher accuracy rate when compared with profile hidden Markov models. Results demonstrated the robustness of this approach and the possibility of implementing fast and efficient biomolecular classification using neural networks.


european conference on evolutionary computation in combinatorial optimization | 2005

Self-adapting evolutionary parameters: encoding aspects for combinatorial optimization problems

Marcos Hideo Maruo; Heitor S. Lopes; Myriam Regattieri Delgado

Evolutionary algorithms are powerful tools in search and optimization tasks with several applications in complex engineering problems. However, setting all associated parameters is not an easy task and the adaptation seems to be an interesting alternative. This paper aims to analyze the effect of self-adaptation of some evolutionary parameters of genetic algorithms (GAs). Here we intend to propose a flexible GA-based algorithm where only few parameters have to be defined by the user. Benchmark problems of combinatorial optimization were used to test the performance of the proposed approach.

Collaboration


Dive into the Heitor S. Lopes's collaboration.

Top Co-Authors

Avatar

Carlos R. Erig Lima

Federal University of Technology - Paraná

View shared research outputs
Top Co-Authors

Avatar

Rafael Stubs Parpinelli

Universidade do Estado de Santa Catarina

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

César Manuel Vargas Benítez

Federal University of Technology - Paraná

View shared research outputs
Top Co-Authors

Avatar

Wagner Rodrigo Weinert

Federal University of Technology - Paraná

View shared research outputs
Top Co-Authors

Avatar

Chidambaram Chidambaram

Universidade do Estado de Santa Catarina

View shared research outputs
Top Co-Authors

Avatar

Celia C. Bojarczuk

Centro Federal de Educação Tecnológica de Minas Gerais

View shared research outputs
Top Co-Authors

Avatar

Denise Fukumi Tsunoda

Federal University of Paraná

View shared research outputs
Top Co-Authors

Avatar

Guilherme L. Moritz

Federal University of Technology - Paraná

View shared research outputs
Top Co-Authors

Avatar

Jonas Krause

Federal University of Technology - Paraná

View shared research outputs
Researchain Logo
Decentralizing Knowledge