infotheory 1.1.1

The algorithmic information theory library.
Documentation
{
  "kind": "switching",
  "alpha": 0.02,
  "experts": [
    {
      "name": "rosa-6",
      "kind": "rosaplus",
      "max_order": 6,
      "log_prior": 0.0
    },
    {
      "name": "ctw-16",
      "kind": "ctw",
      "depth": 16,
      "log_prior": 0.0
    },
    {
      "name": "nested-bayes",
      "kind": "mixture",
      "log_prior": -0.2,
      "spec": {
        "kind": "bayes",
        "experts": [
          {
            "name": "fac-ctw-12",
            "kind": "fac-ctw",
            "base_depth": 12,
            "encoding_bits": 8,
            "num_percept_bits": 8
          },
          {
            "name": "zpaq-2",
            "kind": "zpaq",
            "method": "2"
          }
        ]
      }
    }
  ]
}