Config option naming #497
schmidtjonathan
started this conversation in
General
Replies: 1 comment 9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the context of PR #479 , a new configuration option
prefer_dense_arrays
is established, which controls whether or notLinearOperator
s are used (wherever possible) instead of dense arrays, in order to speed up (lazify) linalg-based computations.For now, the option is only used in the
statespace.IBM
(integrated Brownian motion process), but its use will be extended rather sooner than later.Since this option is one that might be relevant beyond the scope of
statespace
,filtsmooth
, etc. , I wanted to ask for your opinions regarding naming and default value.@pnkraemer and me would propose:
name = prefer_dense_arrays
default = True
If you have an opinion on this, feel free to propose changes. Otherwise we would merge this in the following couple of days.
Beta Was this translation helpful? Give feedback.
All reactions