Home/LLM Frameworks/LLM4AlgorithmDesign
LLM4AlgorithmDesign logo

LLM4AlgorithmDesign

FeiLiu36/LLM4AlgorithmDesign

A Collection on Large Language Models for Optimization

GraphCanon updated today · GitHub synced today

379
Stars
40
Forks
0
Open issues
7
Watchers
3mo
Last push
Created Mar 13, 2024

Trust & integrity

Full report
Maintenance
Slowing (101d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

This repository contains a curated collection of references and papers focused on the application of Large Language Models (LLMs) in algorithm design and optimization.

Capability facts

No sourced capability facts yet. Facts appear after ingest scans repo manifests (Dockerfile, package.json, MCP configs).

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

| [LLM4AD](https://github.com/Optima-CityU/LLM4AD) | Open-source Python-based Platform leveraging Large Language Models (LLMs) for Automatic Algorithm
Source link

Tags

README

LLM4AlgorithmDesign

Collection on Algorithm Design with Large Language Models.

🔥 Applying Large language models (LLMs) for algorithm design (AD) is an emerging research area. This is a collection of references and papers of LLM4AD (with focus on optimization algorithms). The Papers are sorted by time (first publicly available).

For more details, please see our survey paper:

@article{liu2025systematic,
  author = {Liu, Fei and Yao, Yiming and Guo, Ping and Yang, Zhiyuan and Lin, Xi and Zhao, Zhe and Tong, Xialiang and Mao, Kun and Lu, Zhichao and Wang, Zhenkun and Yuan, Mingxuan and Zhang, Qingfu},
  title = {A Systematic Survey on Large Language Models for Algorithm Design},
  year = {2025},
  journal = {ACM Computing Surveys}
}

Video Introductions and Slides:

Any suggestions and pull requests are welcomed!

It is far from a comprehensive list. If you want to update the list:

  • Fork, Add, and Merge
  • Report an issue
  • Contact Fei Liu (fliu36-c@my.cityu.edu.hk)

The sharing principle of these references here is for research. If any authors do not want their paper to be listed here, please feel free to contact us.

Overview

Platform

ProjectDescription
LLM4ADOpen-source Python-based Platform leveraging Large Language Models (LLMs) for Automatic Algorithm Design (AD) with 100+ tasks and 10+ methods
BLADEBenchmarking LLM-driven Automated Design and Evolution of Iterative Optimization Heuristics
EASEEffortless Algorithmic Solution Evolution is a framework that leverages Large Language Models (LLMs) to generate solutions (algorithms, text, images, etc.) based on user-defined parameters. It provides a flexible and adaptive approach to automated problem-solving.

Course

CourseDescription
2024 Fall, LLM AgentsLLM basics and LLM for agents

Tutorial&Workshop

|