Skip to content

Add Max-Cut optimization task#73

Open
Wu-kong-123 wants to merge 1 commit into
Optima-CityU:mainfrom
Wu-kong-123:maxcut
Open

Add Max-Cut optimization task#73
Wu-kong-123 wants to merge 1 commit into
Optima-CityU:mainfrom
Wu-kong-123:maxcut

Conversation

@Wu-kong-123

Copy link
Copy Markdown

This PR adds a new optimization task: Max-Cut.

@Wu-kong-123

Copy link
Copy Markdown
Author

Max-Cut Problem: Given an undirected graph $G = (V, E)$ with non-negative weights $w_{ij}$ assigned to each edge $(i, j) \in E$, the objective is to partition the set of vertices $V$ into two disjoint subsets, $S$ and $T$ (where $T = V \cup S$), such that the total weight of the edges connecting the two sets is maximized.


Experimental Evaluation

Experimental Setup:

  • LLM: deepseek-v4-flash
  • Problem Scale: n_instance = 16, n_node = 100
  • Time Constraints: timeout_second = 60
  • Hyper-parameters:
    • Common: max_sample_nums = 100, pop_size = 5

Results:
image
Experimental results confirm that the Max-Cut task is compatible with existing frameworks (EoH and MCTS-AHD) and runs successfully, validating its readiness for use in LLM4AD.

@Acquent0 Acquent0 requested review from Acquent0, FeiLiu36 and Copilot and removed request for Copilot June 17, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants