🤖 AI Summary
This work addresses the joint optimization of topology and construction sequencing for truss structures under progressive erection. We propose a novel method integrating generative grammar modeling with Monte Carlo Tree Search (MCTS), marking the first application of MCTS to this domain. Leveraging the Upper Confidence Bound applied to Trees (UCT) strategy, our approach achieves efficient exploration–exploitation trade-offs in large-scale state spaces while explicitly capturing how early construction decisions govern structural evolutionary pathways. Generative grammar rules enforce geometric feasibility and construction logic constraints, and are tightly coupled with a structural performance evaluation model to enable closed-loop optimization. Compared to Q-learning and Deep Q-Networks, our method demonstrates significantly higher computational efficiency, superior robustness, and consistently maintains high solution quality—even for complex, large-scale instances.
📝 Abstract
This study investigates the combined use of generative grammar rules and Monte Carlo Tree Search (MCTS) for optimizing truss structures. Our approach accommodates intermediate construction stages characteristic of progressive construction settings. We demonstrate the significant robustness and computational efficiency of our approach compared to alternative reinforcement learning frameworks from previous research activities, such as Q-learning or deep Q-learning. These advantages stem from the ability of MCTS to strategically navigate large state spaces, leveraging the upper confidence bound for trees formula to effectively balance exploitation-exploration trade-offs. We also emphasize the importance of early decision nodes in the search tree, reflecting design choices crucial for highly performative solutions. Additionally, we show how MCTS dynamically adapts to complex and extensive state spaces without significantly affecting solution quality. While the focus of this paper is on truss optimization, our findings suggest MCTS as a powerful tool for addressing other increasingly complex engineering applications.