Alexander Grueneberg
Alexander Grueneberg
@Jesse-Weinstein-Zonar 500 was too much for our slightly underpowered server. I think 100 would be better.
I ran into the same problem and submitted a pull request to fix it: #106
Depends on @KevinGaudin. I think it's safe to merge.
To be honest I didn't have much chance to record in mono since I had to put the project I was working on back then on ice—but you're right: I...
I have the same problem as @yutoubb and @mikesivley: Minimac4: MarkovModel.cpp:1085: void MarkovModel::unfoldProbabilities(int, std::vector&, std::vector&, std::vector&, int, std::vector&, int): Assertion `adj_norec[i]
@jonathonl I already tried a version based on the latest commit on the master branch after seeing a bunch of probability-related fixes after 1.0.2 was released. Same behavior.
You got me there: I was compiling the few .cpp files manually because I didn't want to mess around with CMake / cget and didn't no-op the `assert` calls in...
OK, thanks for letting me know!
It worked for me, too. Looks like the link to the gg course in the [_Grading & Honor Code_ section](https://github.com/kaist-cp/cs431?tab=readme-ov-file#programming-assignments-60) still needs to be updated: should be 19 instead of...
Is there a workaround for custom headers? I experimented with `metadata` and `state`, but couldn't find a good solution.