模型精选

MAPLE模型发布,结合语言与进化实现动态优化规划

MAPLE: Memory-Augmented Planning with Language and Evolution

精选理由

这个新模型MAPLE很实用,能帮你处理动态变化的优化问题,比如调度或资源分配,而且它记得之前的决策,更新起来更快。

MAPLE是一个新的优化代理,它通过语言请求来维护优化问题。它保留了之前的计划、更新和候选解,以支持快速适应。在NLDO基准测试中,MAPLE完成了所有轨迹,在线标量质量达到0.951。

原文 · arXiv cs.AI

MAPLE: Memory-Augmented Planning with Language and Evolution

Domain practitioners understand their business constraints but may lack operations-research expertise or dedicated support. LLM-based optimization agents translate natural-language requirements into models or solver programs that established optimization tools can execute. This progress makes optimization more accessible, but real-world operations are dynamic: changing demand, resources, and priorities require updates to data, constraints, and objectives. Methods centered on isolated requests offer limited support for rapid adaptation that preserves earlier decisions and reuses useful search results. We introduce MAPLE (Memory-Augmented Planning with Language and Evolution), an agent for maintaining optimization problems through successive natural-language requests. MAPLE combines language-based problem construction with mathematical programming and evolutionary search. It retains the optimization program, accepted plans, earlier updates, and candidate solutions for subsequent requests. We introduce NLDO, a benchmark of 15 trajectories and 180 updates spanning selection, scheduling, rostering, routing, and cloud-resource placement. In the main evaluation, MAPLE completes all trajectories and achieves online scalar quality of 0.951 and a Pareto hypervolume ratio of 0.875. Controlled comparisons further show that maintaining executable state improves update validity and can preserve useful search information across substantial revisions.