JuliaDynamics/ComplexityMeasures.jl

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

Open

#391 opened on Jan 16, 2024

 (0 comments) (0 reactions) (0 assignees)Julia (19 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (79 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide