Commit dc994c2
committed
docs: fix QQA/CPRA paper citations, adopt TMLR title rename, broaden PyPI classifiers
The QQA4CO repo had three places where the QQA paper (Ichikawa & Arai,
ICLR 2025) and the CPRA paper (Ichikawa & Iwashita, TMLR 2025) were
silently swapped or labelled with their obsolete arXiv preprint titles:
- src/qqa/__init__.py docstring referenced the CTRA preprint title
("Continuous Tensor Relaxation ...") and attributed it to Ichikawa & Arai
at ICLR 2025. The actual ICLR 2025 paper by those authors is the QQA
paper, "Optimization by Parallel Quasi-Quantum Annealing with
Gradient-Based Sampling" (OpenReview 9EfBeXaXf0, arXiv:2409.02135).
- notebooks/cra_pignn_example.ipynb had the same swap in its "QQA paper"
bullet. Replaced with the real QQA citation and added a separate
CPRA citation (Ichikawa & Iwashita, TMLR 2025).
- notebooks/cpra_pignn_example.ipynb still used the algorithm name
("Continual Parallel Relaxation Annealing for Diverse Solutions in
Combinatorial Optimization") as the paper title in the intro link and
bibtex. The actual TMLR title is "Continuous Parallel Relaxation for
Finding Diverse Solutions in Combinatorial Optimization Problems"
(the paper was renamed when accepted at TMLR; the older "Continuous
Tensor Relaxation" arXiv preprint title is obsolete).
Also broadens pyproject.toml PyPI classifiers (Environment :: Console,
Environment :: GPU :: NVIDIA CUDA, Intended Audience :: Education /
Developers, OS-specific tags, Topic :: Mathematics / Physics, Typing ::
Typed) to improve PyPI discoverability for the awesome-list / PWC
campaign.1 parent 1b693a3 commit dc994c2
4 files changed
Lines changed: 20 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
| 474 | + | |
474 | 475 | | |
475 | 476 | | |
476 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| 42 | + | |
| 43 | + | |
34 | 44 | | |
| 45 | + | |
35 | 46 | | |
| 47 | + | |
| 48 | + | |
36 | 49 | | |
37 | 50 | | |
38 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments