Update README.md

This commit is contained in:
LanYangYang 2026-03-25 01:53:47 +08:00 committed by GitHub
parent ab278d0e82
commit b128a526d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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