-
Expand the algorithm suite by adding more optimization techniques. Suggested algorithms:
Simulated Annealing (SA)
Differential Evolution (DE)
Cuckoo Search (CS)
Artificial Bee Colony (ABC)
This will …
-
### Idea
We currently do not have optimization algorithms in stdlib. Having support for Linear Programming, Convex Optimization, Quadratic Programming, and/or Non-Linear Optimization algorithms wou…
-
-
... for rates, and for discrete distributions (ie. with a `sum to 1` constraint). Start here: https://github.com/libprima/PRIMA.jl
-
The issue #49 showed a slowdown of optimization algorithms in high dimensional (>1000) search-spaces. So this is aiming at improving this performance (for now) in random-search and hill-climbing. If I…
-
The PICs implementation is currently broken.
This can be seen by trying to run the [PICs notebook](https://github.com/april-tools/cirkit/blob/main/notebooks/learning-a-circuit-with-pic.ipynb).
It loo…
-
In this issue, we will create an implementation of the Quantum Minimum Spanning Tree, following this review paper: [https://arxiv.org/pdf/1804.03719](https://arxiv.org/pdf/1804.03719).
A quantum mini…
-
- [ ] Viterbi algorithm
-
请问目前这个代码该如何运行呢,我试图运行“MUCP/MUCP1.m”,但出现以下报错:
>> MUCP1
错误使用 MUCP1
指定的 'PROBLEM' 超类包含解析错误,无法在 MATLAB 的搜索路径中找到,或者被具有相同名称的其他文件遮蔽了。
-