Zhenwen Dai

Results 6 issues of Zhenwen Dai

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

*Description of changes:* The design of a new type of distribution classes in MXFusion for execution convenience. By submitting this pull request, I confirm that my contribution is made under...

design_proposal

``` warnings.warn("InferenceParameters has already been initialized. The existing one will be overwritten.") ```

**Describe the bug** Error when assign model variable as kernel parameters. ```python from mxfusion import Model, Variable from mxfusion.components.variables import PositiveTransformation, Softplus from mxfusion.components.distributions.gp.kernels import RBF from mxfusion.modules.gp_modules import SparseGPRegression,...

bug

At the moment, exceptions are thrown from the body of a log_pdf or draw_samples function if there is a shape error. To make debug easier, we can introduce a debug...

enhancement