Results 35 comments of Bruno Abreu Calfa

Hello, @rochacbruno. I'm having a similar problem, but I'm using PyCharm. And it's even weirder because both Run and Debug modes work fine on one computer, but when I try...

I'm able to run the examples on a Mac, but the HSMM examples crash on Windows (after I built the code with the modifications in this pull request https://github.com/mattjj/pyhsmm/pull/86).

Update: while it crashes after building and installing using Visual Studio's cl.exe, it works fine if built with MinGW32-x64. I had to make other modifications described below. - Edited Python...

A concern I have is that self-transitions are typically not allowed for HSMMs. In order to force that, in the added example file (https://github.com/mattjj/pyhsmm/pull/87/commits/d6e04232989afde6c7c4b059a901f1862bd8b8ff#diff-f9bd8d3dbadac3470ff635210c4035de), the `trans_matrix` would have to be...

BARON would be great! What about SCIP?