We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3304a4e commit fbfcc14Copy full SHA for fbfcc14
src/kernel.jl
@@ -1,6 +1,7 @@
1
export AbstractTransitionKernel,
2
GenericTransitionKernel, TypedTransitionKernel, ParameterizedTransitionKernel
3
4
+# ToDo (breaking): A transition kernel should be a Function, not an AbstractMeasure.
5
abstract type AbstractTransitionKernel <: AbstractMeasure end
6
7
struct GenericTransitionKernel{F} <: AbstractTransitionKernel
0 commit comments