Optimizing Collaboration of LLM based Agents for Finite Element Analysis

Chuan Tian,Yilei Zhang
2024-08-24
Abstract:This paper investigates the interactions between multiple agents within Large Language Models (LLMs) in the context of programming and coding tasks. We utilize the AutoGen framework to facilitate communication among agents, evaluating different configurations based on the success rates from 40 random runs for each setup. The study focuses on developing a flexible automation framework for applying the Finite Element Method (FEM) to solve linear elastic problems. Our findings emphasize the importance of optimizing agent roles and clearly defining their responsibilities, rather than merely increasing the number of agents. Effective collaboration among agents is shown to be crucial for addressing general FEM challenges. This research demonstrates the potential of LLM multi-agent systems to enhance computational automation in simulation methodologies, paving the way for future advancements in engineering and artificial intelligence.
Artificial Intelligence,Computational Engineering, Finance, and Science,Multiagent Systems
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to improve the ability to solve linear elastic problems in Finite Element Analysis (FEA) by optimizing the multi - agent system based on large - language models (LLMs). Specifically, the research focuses on the interactions between different agent roles (such as engineers, executors, experts, etc.) and their impact on the task success completion rate. The study finds that effective agent cooperation is crucial for dealing with general FEA challenges, not just increasing the number of agents. In addition, the research also explores the impact of introducing the "planner" role in the agent framework and the overlap of agent roles on task performance, aiming to develop a flexible automated framework for applying the finite - element method to solve practical problems in engineering.