{
  "orbium": {
    "name": "Orbium",
    "genotype": {
      "R": 13,
      "r": [0.5],
      "b": [[1.0]],
      "w": [[0.2]],
      "a": [[0.5]],
      "m": [0.15],
      "s": [0.017],
      "h": [0.1]
    },
    "phenotype": {
      "seed": 0,
      "patches": [{ "cx": 0.5, "cy": 0.5, "radius": 0.16 }],
      "a_uniform": { "low": 0, "high": 1 }
    },
    "runConfig": {
      "grid": { "sx": 128, "sy": 128 },
      "channels": 1,
      "connectivity": [[0], [[0]]],
      "flow": { "dt": 0.2, "dd": 5, "sigma": 0.65, "n": 2, "theta_a": 2.0 },
      "reintegration": { "border": "torus" }
    }
  },
  "geminium": {
    "name": "Geminium",
    "genotype": {
      "R": 13,
      "r": [0.87],
      "b": [[1.0]],
      "w": [[0.16]],
      "a": [[0.5]],
      "m": [0.22],
      "s": [0.063],
      "h": [0.174]
    },
    "phenotype": {
      "seed": 17,
      "patches": [{ "cx": 0.5, "cy": 0.5, "radius": 0.14 }],
      "a_uniform": { "low": 0, "high": 1 }
    },
    "runConfig": {
      "grid": { "sx": 128, "sy": 128 },
      "channels": 1,
      "connectivity": [[0], [[0]]],
      "flow": { "dt": 0.2, "dd": 5, "sigma": 0.65, "n": 2, "theta_a": 2.0 },
      "reintegration": { "border": "torus" }
    }
  },
  "aquarium": {
    "name": "Aquarium",
    "genotype": {
      "R": 12,
      "r": [0.87, 0.52, 0.58, 0.89, 0.78, 0.79, 1.0, 0.64, 0.96, 0.66, 0.69, 0.61, 0.81, 0.81, 0.71],
      "b": [[1], [1], [1, 0.25], [0, 1], [1], [0.75, 1], [1], [1], [1], [0.917, 1], [0.75, 1], [1, 0.917], [1], [0.167, 1], [1]],
      "w": [[0.5], [0.5], [0.25, 0.25], [0.25, 0.25], [0.5], [0.25, 0.25], [0.5], [0.5], [0.5], [0.25, 0.25], [0.25, 0.25], [0.25, 0.25], [0.5], [0.25, 0.25], [0.5]],
      "a": [[0.5], [0.5], [0.25, 0.75], [0.25, 0.75], [0.5], [0.25, 0.75], [0.5], [0.5], [0.5], [0.25, 0.75], [0.25, 0.75], [0.25, 0.75], [0.5], [0.25, 0.75], [0.5]],
      "m": [0.22, 0.351, 0.177, 0.126, 0.437, 0.234, 0.179, 0.489, 0.419, 0.341, 0.469, 0.369, 0.219, 0.385, 0.208],
      "s": [0.0628, 0.1539, 0.0333, 0.0525, 0.0797, 0.0369, 0.0653, 0.1213, 0.1775, 0.1388, 0.1054, 0.0721, 0.0898, 0.1102, 0.0749],
      "h": [0.174, 0.46, 0.31, 0.242, 0.508, 0.566, 0.406, 0.27, 0.588, 0.294, 0.388, 0.62, 0.348, 0.436, 0.39]
    },
    "phenotype": {
      "seed": 42,
      "patches": [{ "cx": 0.5, "cy": 0.5, "radius": 0.12 }],
      "a_uniform": { "low": 0, "high": 1 }
    },
    "runConfig": {
      "grid": { "sx": 128, "sy": 128 },
      "channels": 3,
      "connectivity": [[0, 0, 0, 1, 1, 1, 2, 2, 2, 0, 0, 1, 1, 2, 2], [[0], [0], [0], [1], [1], [1], [2], [2], [2], [1], [2], [0], [2], [0], [1]]],
      "flow": { "dt": 0.1, "dd": 5, "sigma": 0.65, "n": 2, "theta_a": 2.0 },
      "reintegration": { "border": "torus" }
    }
  }
}
