-
https://arxiv.org/pdf/1906.01629
```bib
@misc{gasse2019exactcombinatorialoptimizationgraph,
title={Exact Combinatorial Optimization with Graph Convolutional Neural Networks},
author…
-
Quantum-inspired
- Reinforcement learning for quantum circuit design (Allan, Zhiyuan, Thomas)
- Reinforcement learning for drug discovery (Dannong)
- Approximating wave functions using transformer-…
-
See this tutorial for more context:
[Tutorial - Metaheuristics.jl - MIC 2024.pdf](https://github.com/user-attachments/files/15777552/Tutorial.-.Metaheuristics.jl.-.MIC.2024.pdf)
-
## 우선순위
1. 일치해야 하는 정보
a. `출발지→공항` or `공항→목적지` 두개 중에 어떤 걸 선택했는지!
b. `출발 날짜`가 같아야 함
2. 제약 조건
a. `탑승 인원` 4-6명
b. 공항에 `최소 도착 시간`안에 도착해야 함 (공항으로 가는 경우에 적용) -> _중요_
c. `조용히` …
-
[Compilation of Fault-Tolerant Quantum Heuristics for Combinatorial Optimization](https://arxiv.org/abs/2007.07391) gives detailed costings and constructions of oracles for useful optimization problem…
-
Hello!
The error is the following.
Note I tried multiple versions of dependencies and multiple people tried the same things.
```shell
new_x, state, acc = stp_burnin(
ValueError: vmap g…
-
Hi, thank you for your excellent work!
After reading your article and code, I want to ask if Hedgehog is applicable to combinatorial optimization problems such as the traveling salesman problem, be…
-
我们图上的组合优化问题,例如 Graph maxcut,下面的论文提出了对图结构进行了编码的方案:
- 论文 Learning Combinatorial Optimization Algorithms over Graphs (宋乐教授)
- 代码 https://github.com/Hanjun-Dai/graphnn
直接复现上面的代码,因为版本问题,不容易,我有以下建议:
-…
-
### Benchmarking Coin Selection Algorithms
This pull request introduces benchmarks for six coin selection algorithms in the `rust-coinselect` library using the `criterion` crate. These benchmarks w…
-
### Version
Yosys 0.47+46 (git sha1 9da734100, g++ 11.4.0-1ubuntu1~22.04 -fPIC -O3)
### On which OS did this happen?
Linux
### Reproduction Steps
I used custom library:
```
# Read in …