stateline icon indicating copy to clipboard operation
stateline copied to clipboard

Distributed Markov Chain Monte Carlo

Results 28 stateline issues
Sort by recently updated
recently updated
newest added

Chains of the same temperature level to share temperatures, sigmas and beta parameters across stacks.

adaption_refactor

Refactor Dockerfile dependency building steps to take advantage of Docker caching and eliminate the need for having a separate base image.

C++ doxygen documentation are outdated, so best to update them.

enhancement
housekeeping

The CMakeLists sometimes still prints debug messages. We should go through all the CMakeLists and remove unused/debug things.

enhancement
housekeeping

It would be easier to differentiate logging output from different threads based on colour. Glog doesn't support this directly, so we might have to use a macro or something.

enhancement

The server should store checkpoints of its current state periodically and be able to restore them.

enhancement

Invalid messages should be dropped and logged. This will help in debugging bindings written in other languages, and make the library robust overall.

enhancement