JuliaDynamics / ComplexityMeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems
MIT License
48 stars 11 forks source link

`counts_and_outcomes` for `BubbleSortSwaps` should also accept state space sets #391

Open kahaaga opened 5 months ago

kahaaga commented 5 months ago

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 AbstractStateSpaceSets.

The OutcomeSpace overview table entry should also be updated accordingly.