Skip to content

Commit fbfcc14

Browse files
committed
Add ToDo to turn transition kernels into Functions
1 parent 3304a4e commit fbfcc14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernel.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export AbstractTransitionKernel,
22
GenericTransitionKernel, TypedTransitionKernel, ParameterizedTransitionKernel
33

4+
# ToDo (breaking): A transition kernel should be a Function, not an AbstractMeasure.
45
abstract type AbstractTransitionKernel <: AbstractMeasure end
56

67
struct GenericTransitionKernel{F} <: AbstractTransitionKernel

0 commit comments

Comments
 (0)