English

MCTS guided Genetic Algorithm for optimization of neural network weights

Neural and Evolutionary Computing 2023-08-10 v1 Machine Learning

Abstract

In this research, we investigate the possibility of applying a search strategy to genetic algorithms to explore the entire genetic tree structure. Several methods aid in performing tree searches; however, simpler algorithms such as breadth-first, depth-first, and iterative techniques are computation-heavy and often result in a long execution time. Adversarial techniques are often the preferred mechanism when performing a probabilistic search, yielding optimal results more quickly. The problem we are trying to tackle in this paper is the optimization of neural networks using genetic algorithms. Genetic algorithms (GA) form a tree of possible states and provide a mechanism for rewards via the fitness function. Monte Carlo Tree Search (MCTS) has proven to be an effective tree search strategy given states and rewards; therefore, we will combine these approaches to optimally search for the best result generated with genetic algorithms.

Keywords

Cite

@article{arxiv.2308.04459,
  title  = {MCTS guided Genetic Algorithm for optimization of neural network weights},
  author = {Akshay Hebbar},
  journal= {arXiv preprint arXiv:2308.04459},
  year   = {2023}
}

Comments

5 Pages, 7 Figures, 1 Table, 1 Equation

R2 v1 2026-06-28T11:51:09.101Z