Abstract
This paper proposes a reinforcement genetic programming based on the reinforcement learning
method for the performance improvement of genetic programming. Genetic programming which has
tree structure program has much flexibility of problem expression because it has no limitation in the
size of chromosome compared to the other evolutionary algorithms. But worse results on the point of
convergence associated with mutation and crossover operations are often due to this characteristic.
Therefore the sizes of population and maximum generation are typically larger than those of the other
evolutionary algorithms. This paper proposes a new method that executes crossover and mutation operations
based on reinforcement and inhibition mechanism of reinforcement learning. The validity of the
proposed method is evaluated by appling it to the artificial ant problem.
본 논문에서는 유전자 프로그래밍의 성능을 향상시키기 위하여 강화학습법에 기반한 강화 유전자 프로그래밍을 제안한다. 트리구조와 프로그램을 염색체로 가지는 유전자 프로그래밍(GP)은 다른 진화 알고리즘에 비해 염색체의 크기에 제한이 없기 때문에 표현력에 융통성이 많다는 장점이 있다. 그러나 이러한 특징은 반대고 교차 및 돌연변이 연산에 있어서 수렴성을 떨어뜨리는 단점을 나타낸다. 따라서 유전자 프로그래밍은 다른 진화알고리즘에 비해 개체군의 크기 및 진화 세대수를 크게 잡는 것이 일반적이다. 본 논문에서는 유전자 프로그래밍의 이러한 성질을 개선하기 위해서 프로그램에 강화신호를 주어 이것의 보답/벌칙의 정도에 기반한 교차 및 돌연번이 연산을 실행하는 방법을 제안한다. 제안된 방법은 인공개미(Artificial Ant)문제에 적용하여 그 유효성을 입증한다.