MCTS guided Genetic Algorithm for optimization of neural network weights

08/07/2023
by   Akshay Hebbar, et al.
0

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.

READ FULL TEXT
research
12/12/2019

Grid Search, Random Search, Genetic Algorithm: A Big Comparison for NAS

In this paper, we compare the three most popular algorithms for hyperpar...
research
12/23/2019

Monte-Carlo Tree Search for Policy Optimization

Gradient-based methods are often used for policy optimization in deep re...
research
01/21/2014

Genetic Algorithms and its use with back-propagation network

Genetic algorithms are considered as one of the most efficient search te...
research
07/09/2021

Um Metodo para Busca Automatica de Redes Neurais Artificiais

This paper describes a method that automatically searches Artificial Neu...
research
12/16/2020

Distributed Global Optimization (DGO)

A new technique of global optimization and its applications in particula...
research
02/02/2003

Optimizing GoTools' Search Heuristics using Genetic Algorithms

GoTools is a program which solves life & death problems in the game of G...
research
03/11/2021

Boosted Genetic Algorithm using Machine Learning for traffic control optimization

Traffic control optimization is a challenging task for various traffic c...

Please sign up or login with your details

Forgot password? Click here to reset