English

Gene-Machine, a new search heuristic algorithm

Neural and Evolutionary Computing 2015-03-13 v1 Artificial Intelligence

Abstract

This paper introduces Gene-Machine, an efficient and new search heuristic algorithm, based in the building-block hypothesis. It is inspired by natural evolution, but does not use some of the concepts present in genetic algorithms like population, mutation and generation. This heuristic exhibits good performance in comparison with genetic algorithms, and can be used to generate useful solutions to optimization and search problems.

Keywords

Cite

@article{arxiv.1303.2096,
  title  = {Gene-Machine, a new search heuristic algorithm},
  author = {Alfredo Garcia Woods},
  journal= {arXiv preprint arXiv:1303.2096},
  year   = {2015}
}

Comments

GeneMachine uses the chromosome notion, genes and evolution, but it differs from genetic algorithms, in that it does not use mutation, nor population of individuals, neither the notion of generation

R2 v1 2026-06-21T23:39:03.185Z