TensorBFS / TensorInference.jl

Probabilistic inference using contraction of tensor networks
https://tensorbfs.github.io/TensorInference.jl/
MIT License
18 stars 2 forks source link

Improve convering combinatorial optimization problems #59

Closed GiggleLiu closed 1 year ago

GiggleLiu commented 1 year ago
  1. allow modifying temperatures without changing networks.
  2. allow converting reduced problems like spinglass.
GiggleLiu commented 1 year ago

Solution: Return samples instead of Matrix! and dispatch extract_result on it.

GiggleLiu commented 1 year ago

Resolved by #60