ComplexityMeasures.jl
ComplexityMeasures.jl copied to clipboard
`counts_and_outcomes` for `BubbleSortSwaps` should also accept state space sets
Like for SequentialPairDistances
, this should just skip the embedding step.
This involves annotating x
in the current version of codify(::BubbleSortSwaps, x)
such that x
is an AbstractVector
, and adding an additional method for codify
that operates on AbstractStateSpaceSet
s.
The OutcomeSpace
overview table entry should also be updated accordingly.