blangSDK
blangSDK copied to clipboard
Blang's software development kit
- static function - output other statistics
E.g. spike and slab incorrect, better version in examples HMM is probably sub-optimal too
This will fail because of a runtime error caused by the IntSliceSampler receiving invalid parameters (0,0) in the DiscreteUnif generator. Can anyone help me with this?
Missing blang folder into the build path. Related to some deprecation warning gradle has been spitting for a while? Should fix once and for all fragile eclipse export (java 8...
Use headless eclipse on linux? https://wiki.eclipse.org/Eclipse/Testing Add test on default ubuntu images? Other JVMs?
For testing, might be able to still use travis: https://blog.travis-ci.com/2018-10-11-windows-early-release
Currently, out-of-support-errors stemmed from underflow issues do not suggest source of error.
Use forward sampling instead of adding another dimension to the target.
I have installed blang using ``` bash workspace/blangSDK/setup-cli.sh ``` ``` Exception in thread "main" java.lang.RuntimeException: java.nio.file.FileAlreadyExistsException: results/all/2018-11-19-20-39-05-CWiEBbRl.exec/blang-compilation/src/main/java/Helpers.java at blang.runtime.internals.StandaloneCompiler.init(StandaloneCompiler.java:179) at blang.runtime.internals.StandaloneCompiler.(StandaloneCompiler.java:47) at blang.runtime.internals.Main.main(Main.java:24) Caused by: java.nio.file.FileAlreadyExistsException: results/all/2018-11-19-20-39-05-CWiEBbRl.exec/blang-compilation/src/main/java/Helpers.java at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:551) at...