├── .DS_Store ├── Conv ├── .DS_Store └── QA-SA │ ├── .DS_Store │ ├── Network.py │ ├── Tools.py │ ├── main.py │ ├── plotFunction.py │ └── simulated_sampler.py ├── Fig.pdf ├── Fig.png ├── MLP ├── .DS_Store ├── Deterministic │ ├── Network.py │ ├── Tools.py │ ├── main.py │ └── plotFunction.py └── QA-SA │ ├── Network.py │ ├── Tools.py │ ├── main.py │ ├── plotFunction.py │ └── simulated_sampler.py ├── README.md └── README_test.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/.DS_Store -------------------------------------------------------------------------------- /Conv/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Conv/.DS_Store -------------------------------------------------------------------------------- /Conv/QA-SA/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Conv/QA-SA/.DS_Store -------------------------------------------------------------------------------- /Conv/QA-SA/Network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Conv/QA-SA/Network.py -------------------------------------------------------------------------------- /Conv/QA-SA/Tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Conv/QA-SA/Tools.py -------------------------------------------------------------------------------- /Conv/QA-SA/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Conv/QA-SA/main.py -------------------------------------------------------------------------------- /Conv/QA-SA/plotFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Conv/QA-SA/plotFunction.py -------------------------------------------------------------------------------- /Conv/QA-SA/simulated_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Conv/QA-SA/simulated_sampler.py -------------------------------------------------------------------------------- /Fig.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Fig.pdf -------------------------------------------------------------------------------- /Fig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/Fig.png -------------------------------------------------------------------------------- /MLP/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/.DS_Store -------------------------------------------------------------------------------- /MLP/Deterministic/Network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/Deterministic/Network.py -------------------------------------------------------------------------------- /MLP/Deterministic/Tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/Deterministic/Tools.py -------------------------------------------------------------------------------- /MLP/Deterministic/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/Deterministic/main.py -------------------------------------------------------------------------------- /MLP/Deterministic/plotFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/Deterministic/plotFunction.py -------------------------------------------------------------------------------- /MLP/QA-SA/Network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/QA-SA/Network.py -------------------------------------------------------------------------------- /MLP/QA-SA/Tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/QA-SA/Tools.py -------------------------------------------------------------------------------- /MLP/QA-SA/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/QA-SA/main.py -------------------------------------------------------------------------------- /MLP/QA-SA/plotFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/QA-SA/plotFunction.py -------------------------------------------------------------------------------- /MLP/QA-SA/simulated_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/MLP/QA-SA/simulated_sampler.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/README.md -------------------------------------------------------------------------------- /README_test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlaydevant/Ising-Machine-EqProp/HEAD/README_test.md --------------------------------------------------------------------------------