{
  "hardware": "Apple M4 / 16 GB / CPU",
  "seed": 42,
  "neurons": 1024,
  "edges": 31673,
  "synaptic_contacts": 1031079,
  "source_neurons": 139248,
  "decision_positions": 4520,
  "split": "80/20 by board rotations, reflections and current-player encoding; no symmetry group crosses split",
  "training": "Ridge regression to exact minimax action values, legal moves only; fixed reservoir; not self-play or biological plasticity",
  "selection": "1024 central neurons with largest internal central synapse degree; induced subgraph; aggregate edges >=5 contacts",
  "models": {
    "flywire": {
      "train": {
        "positions": 3603,
        "optimal_moves": 3602,
        "optimal_percent": 99.97,
        "avoidable_losses": 0
      },
      "held_out": {
        "positions": 917,
        "optimal_moves": 832,
        "optimal_percent": 90.73,
        "avoidable_losses": 61
      }
    },
    "shuffled": {
      "train": {
        "positions": 3603,
        "optimal_moves": 3602,
        "optimal_percent": 99.97,
        "avoidable_losses": 1
      },
      "held_out": {
        "positions": 917,
        "optimal_moves": 831,
        "optimal_percent": 90.62,
        "avoidable_losses": 68
      }
    },
    "no_recurrence": {
      "train": {
        "positions": 3603,
        "optimal_moves": 3600,
        "optimal_percent": 99.92,
        "avoidable_losses": 1
      },
      "held_out": {
        "positions": 917,
        "optimal_moves": 828,
        "optimal_percent": 90.29,
        "avoidable_losses": 69
      }
    }
  },
  "production_all_positions": {
    "positions": 4520,
    "optimal_moves": 4512,
    "optimal_percent": 99.82,
    "avoidable_losses": 1
  },
  "elapsed_seconds": 3.76,
  "data_sha256": {
    "proofread_connections_783.feather": "24f960ae3e7d4f8cd30db3b62e99fb5179cc3d1e76d8c155bfb441e9737d3faf",
    "Supplemental_file1_neuron_annotations.tsv": "9a4f8b2f843196074431ebd7cd883536afa1be86c8a4ce90970441e8be81d1be"
  }
}