issues
search
bqth29
/
simulated-bifurcation-algorithm
Python CPU/GPU implementation of the Simulated Bifurcation (SB) algorithm to solve quadratic optimization problems (QUBO, Ising, TSP, optimal asset allocations for a portfolio, etc.).
MIT License
108
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use `tqdm.auto.tqdm` for optimal progressbars display
#83
bqth29
opened
2 weeks ago
1
Use of `optimize` method
#82
bqth29
opened
3 weeks ago
1
Replace `ballistic` by `mode`
#81
bqth29
opened
3 weeks ago
1
Rename `ballistic` parameter to `mode`
#80
bqth29
opened
1 month ago
1
Refactor `core` module
#79
bqth29
closed
1 month ago
1
Remove `polynomial` and refactor `core` submodules
#78
bqth29
opened
1 month ago
1
Bump torch from 2.0.1 to 2.2.0
#77
dependabot[bot]
closed
2 months ago
1
Use typing.Self instead of custom auxillary Ising type
#76
bqth29
closed
2 months ago
0
Add GPU tests
#75
bqth29
opened
2 months ago
1
Initial energy tensor device the same as device defined in class
#74
Ali-Xoerex
closed
2 months ago
2
Error when running on CUDA
#73
MahmoodSpewAfsh
closed
2 months ago
2
Force NumPy < 2
#71
bqth29
closed
4 months ago
1
Allow optimization variables to be on different domains
#70
bqth29
opened
4 months ago
1
Update CI with Python 11
#69
bqth29
closed
4 months ago
1
Remove max steps in timeout test
#68
bqth29
closed
5 months ago
1
Bump jinja2 from 3.1.3 to 3.1.4
#67
dependabot[bot]
closed
5 months ago
0
Bump tqdm from 4.66.1 to 4.66.3
#66
dependabot[bot]
closed
5 months ago
0
New documentation website
#65
bqth29
opened
6 months ago
1
Force backend computation dtype to float
#64
bqth29
closed
1 month ago
2
Update packages versions
#63
bqth29
closed
7 months ago
0
Force backend dtype to float
#62
bqth29
closed
6 months ago
1
Parametrized tests
#61
bqth29
closed
1 month ago
2
Update black to version 24.1.1
#60
bqth29
closed
8 months ago
1
Bump jinja2 from 3.1.2 to 3.1.3
#58
dependabot[bot]
closed
9 months ago
0
Create CONTRIBUTING.md
#57
bqth29
closed
9 months ago
1
Rename "Stop Window" to "Convergence Checker"
#56
bqth29
closed
1 month ago
1
Make `StopWindow` more efficient and rename it to `ConvergenceChecker`
#55
bqth29
opened
10 months ago
2
Pre-solve
#54
bqth29
opened
10 months ago
1
Use keyword-only parameters for backend optimization functions + do not use default value for optimization domain
#53
bqth29
closed
1 month ago
2
[ENH] Speed up computation when agents have converged
#52
bqth29
opened
10 months ago
0
Keyboard interrupt
#51
bqth29
opened
10 months ago
1
Simplify docs requirements file
#49
bqth29
closed
10 months ago
0
Add ReadTheDocs documentation
#47
bqth29
closed
10 months ago
1
RuntimeError: expected scalar type Double but found Float
#46
MarMarhoun
closed
10 months ago
2
ValueError: Matrix must be square.
#45
MarMarhoun
closed
10 months ago
3
explicitly ask for utf-8 in locale
#44
BusyBeaver-42
closed
11 months ago
1
Fixes for version 1.2.1 release
#43
BusyBeaver-42
closed
11 months ago
1
V1.2.1
#42
BusyBeaver-42
closed
11 months ago
1
SB Optimizer computation dtype v. Model dtype
#41
bqth29
opened
11 months ago
1
update docstrings (energy-based convergence)
#40
BusyBeaver-42
closed
1 year ago
1
CI for different python versions and different os
#39
bqth29
closed
1 year ago
1
Default dtype and device to SB environment
#38
bqth29
closed
11 months ago
1
Create polynomials from Sympy expressions
#37
bqth29
closed
10 months ago
2
RuntimeError: expected m1 and m2 to have the same dtype, but got: double != float
#36
rishi-sreedhar
closed
1 year ago
1
warnings.warn
#35
bqth29
closed
1 year ago
1
[ENH] Replace `logging.warning` with `warnings.warn`
#34
seanlaw
closed
1 year ago
0
TypeError: 'type' object is not subscriptable when importing simulated_bifurcation
#32
Steven-meta
closed
1 year ago
2
Energy-wise stop window
#31
bqth29
closed
1 year ago
1
Knapsack model
#29
bqth29
closed
1 year ago
1
adapt best_only return when maximizing
#28
bqth29
closed
1 year ago
1
Next