Results 123 comments of Minchul Lee

Hi @rmalouf Thank you for reporting the bug. The exception throwing mechanism of 0.12.3 seems not to work with Jupyter. I'll examine it.

Hi @ankane, Actually `tomotopy` doesn't support AVX512 yet. I'm not sure how it was compiled well at 0.12.2 version. I'll work to support AVX512 in the next update. Thank you...

@JeongChangsu 오류 제보에 감사드립니다~ 모델이 위와 같은 문맥에서 `-ㄹ까`, `-지` 등의 형태소를 종결 어미(`EF`)로 분석하는 문제가 있나보네요. 다음 업데이트에서 개선해보도록 하겠습니다.

Hi @dietmarwo, Like Eigen, EigenRand aims compile-time architecture selection only and dynamic dispatch for various CPU architecture cannot be supported because Eigen, the underlying library of EigenRand, does not support...

0.17.0버전부터 공백을 포함한 다어절 단어를 사전에 등록할 수 있도록 개선되었습니다.

@TamHHM From v0.12.4, tomotopy supports Apple Silicons. You can test it with the latest version.

@stephangreene @steven-solomon @jsigman Finally, I got a new mac with M1 chip and fixed the error. You can install tomotopy v0.12.4 at macOS with Apple Silicon.

Hi @mkcinu, Thanks for the nice suggestions. But `Eigen::Rand::binomial` uses different calculation methods depending on `n` and `p` values actually. Thus the vectorization over distribution parameters is quite difficult to...

Since version 0.5.0, some distributions including `Eigen::Rand::binomial` support Vectorization over Parameters(VoP). Please see the full list of distributions supporting VoP at [here](https://bab2min.github.io/eigenrand/v0.5.0/en/list_of_supported_distribution.html). A simple usage is: ```c++ #include #include #include...

Hi @ManifoldFR Thank you for your suggestion. PR is always welcome. It will be great if pdfs and cdfs were included in the library, especially separated header file.