From b128a526d3f26f404bb3f438ad00c71bb83dd1d4 Mon Sep 17 00:00:00 2001 From: LanYangYang <15251858055@163.com> Date: Wed, 25 Mar 2026 01:53:47 +0800 Subject: [PATCH] Update README.md --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 1da5968..2b8a492 100644 --- a/README.md +++ b/README.md @@ -116,25 +116,6 @@ Define your own problem by inheriting `ProblemBase` and implementing `compute_ob --- -## Project Structure - -``` -generic_solver/ -├── prototype/ # Core framework (header-only .cuh files) -│ ├── core/ # Solver, operators, population, types -│ └── problems/ # 12+ problem implementations -├── python/ # Python wrapper (pip install cugenopt) -│ ├── cugenopt/ # Python package (built-ins + JIT compiler) -│ └── tests/ # Test suite -├── benchmark/ # Experiments and benchmarks -│ ├── experiments/ # E0-E13: 14 experiment groups -│ ├── data/ # Standard instances (TSPLIB, Solomon, QAPLIB) -│ └── results/ # Experimental reports -├── paper_v3_en/ # Paper source (LaTeX) -├── STATUS.md # Project status and roadmap -└── README.md # This file -``` - --- ## Performance Highlights