-
- Downloads
Sample program completed; run sim, write .clone.h5
The training_adapter no longer manages the sweep. The interface function update_phase_point has been changed such that it accepts concrete phase space points, rather than generating them from the sweep policy. The sweep_policy is only used in the sample program and consumed to generate all the phase space points. Resuming simulation from the checkpoint in the sample program works now. The learn program has been stripped down to its SVM optimization part; no sampling takes place there.
Showing
- CMakeLists.txt 11 additions, 2 deletionsCMakeLists.txt
- frustmag/frustmag.hpp 4 additions, 6 deletionsfrustmag/frustmag.hpp
- gauge/gauge.cpp 3 additions, 2 deletionsgauge/gauge.cpp
- gauge/gauge.hpp 1 addition, 1 deletiongauge/gauge.hpp
- ising/ising.cpp 3 additions, 2 deletionsising/ising.cpp
- ising/ising.hpp 1 addition, 1 deletionising/ising.hpp
- learn.cpp 28 additions, 83 deletionslearn.cpp
- phase_space_point.hpp 5 additions, 0 deletionsphase_space_point.hpp
- sample.cpp 127 additions, 31 deletionssample.cpp
- test.cpp 1 addition, 2 deletionstest.cpp
- training_adapter.hpp 12 additions, 50 deletionstraining_adapter.hpp
Loading
Please register or sign in to comment