mirror of
https://github.com/L-yang-yang/cugenopt.git
synced 2026-04-27 12:36:22 +02:00
Update README.md
This commit is contained in:
parent
ab278d0e82
commit
b128a526d3
1 changed files with 0 additions and 19 deletions
19
README.md
19
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue