Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 390 Bytes

File metadata and controls

18 lines (8 loc) · 390 Bytes

INTERSECT Adaptive Sampling Testbed

Code for adaptive sampling of neutron diffraction measurments using Gaussian Processes.

Readers for VULCAN beam-line data

One way to install GPIm and Run:

In a new enviroment:

  1. Install CPU Pytorch

  2. Pip install gpim

  3. Manually go to gprutils.py in the place (2) installs and change all the np.float(<>) to float(<>) using a text editor.