TensorBFS / TensorInference.jl

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

Speed up the configuration extraction by using the onehot data type #6

Open GiggleLiu opened 2 years ago

GiggleLiu commented 2 years ago

If we use a onehot data type as the mask, its performance can be greatly improved.