We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is the following comment int prim/fun/inv_logit.hpp from Jan 8 2020
// TODO(Tadej): Eigen is introducing their implementation logistic() of this // in 3.4. Use that once we switch to Eigen 3.4
We use Eigen 3.4 since Mar 10 2023 and there is in fact a logistic function available: https://eigen.tuxfamily.org/dox/namespaceEigen.html#title47
so this would simplify code and perhaps perform a bit better?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is the following comment int prim/fun/inv_logit.hpp from Jan 8 2020
We use Eigen 3.4 since Mar 10 2023 and there is in fact a logistic function available: https://eigen.tuxfamily.org/dox/namespaceEigen.html#title47
so this would simplify code and perhaps perform a bit better?
The text was updated successfully, but these errors were encountered: