paper-with-me

Papers

MCTS guided Genetic Algorithm for optimization of neural network weights

2023-08-07 · Akshay Hebbar

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.

📄 PDF Abstract BibTeX arXiv:2308.04459

Code (1)

AkshayHebbar/MCTS-GA 공식 구현

Similar Papers 제목 키워드 기반

MCTS-EP: Empowering Embodied Planning with Online Preference Optimization

2025-09-21 · Hang Xu, Zang Yu, Yehui Tang, Pengbo Hu 외 arxiv

This paper introduces MCTS-EP, an online learning framework that combines large language models (LLM) with Monte Carlo Tree Search (MCTS) for training embodied agents. MCTS-EP integrates three key components: MCTS-guided…

Monte-Carlo Tree Search for Policy Optimization

2019-12-23 · Xiaobai Ma, Katherine Driggs-Campbell, Zongzhang Zhang, Mykel J. Kochenderfer

Gradient-based methods are often used for policy optimization in deep reinforcement learning, despite being vulnerable to local optima and saddle points. Although gradient-free methods (e.g., genetic algorithms or evolut…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Don't throw away your value model! Generating more preferable text with Value-Guided Monte-Carlo Tree Search decoding

2023-09-26 · Jiacheng Liu, Andrew Cohen, Ramakanth Pasunuru, Yejin Choi 외

Inference-time search algorithms such as Monte-Carlo Tree Search (MCTS) may seem unnecessary when generating natural language text based on state-of-the-art reinforcement learning such as Proximal Policy Optimization (PP…

Text Generation

Adaptive Bias Generalized Rollout Policy Adaptation on the Flexible Job-Shop Scheduling Problem

2025-05-13 · Lotfi Kobrosly, Marc-Emmanuel Coupvent des Graviers, Christophe Guettier, Tristan Cazenave

The Flexible Job-Shop Scheduling Problem (FJSSP) is an NP-hard combinatorial optimization problem, with several application domains, especially for manufacturing purposes. The objective is to efficiently schedule multipl…

Combinatorial OptimizationJob Shop SchedulingScheduling

Automated Algorithmic Discovery for Scientific Computing through LLM-Guided Evolutionary Search: A Case Study in Gravitational-Wave Detection

2025-08-05 · He Wang, Liang Zeng arxiv

Automated algorithm discovery in scientific computing faces fundamental challenges: vast design spaces with expensive evaluations, domain-specific physical constraints requiring expert knowledge, and the necessity for in…