Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › L0 · Foundation
L0 · Foundation

Hyperparameter Search Farm

Parallel search over model architectures and training settings that tunes Kronos PINNs, GNNs, and surrogates at scale.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L0 · FOUNDATIONThe offline compute substrate — multi-physics & batch training.1Cloud HPCelastic burst2Bare-Metal ClusterGPU / CPU3Supercomputingmulti-physics runs4Batch Trainingmodel builds5Simulation FarmGrad-Shafranov · MHD6Object StorecheckpointsMACHINE TIETrains the models that ship UP to L3 — no real-time path to the machine.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORFOUNDATIONSHEET 02REV. 2026-08L0 · AI-NATIVE STACK
L0 · Foundation — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Tuning as a first-class workload

A PINN's loss weighting, a GNN's depth, a surrogate's architecture, these hyperparameters strongly affect model quality, and the right values are not known in advance. Kronos runs a hyperparameter search farm on L0: many training runs launched in parallel across the search space, each an independent job, evaluated and compared to find configurations that generalize.

An embarrassingly parallel search

Like the neutronics and shape sweeps, hyperparameter search is embarrassingly parallel: each trial is independent, so the farm scales out cleanly on elastic cloud GPUs and releases capacity when the search ends. Trials are checkpointable and preemptible, making them ideal backfill for the scheduler between larger reserved jobs.

Efficient search strategies

Brute-force grid search wastes compute, so Kronos uses smarter strategies: Bayesian optimization that models the objective and samples promising regions, and early pruning that kills clearly losing trials before they finish. This concentrates GPU time on configurations likely to matter, cutting the cost of a thorough search substantially.

The search matters most for the physics-informed models. A PINN with mis-weighted loss terms can satisfy data while violating the governing equation, or vice versa; the search finds the balance that respects both. For the breeder equilibrium PINN and the burner ambipolar surrogate alike, tuning is what turns a plausible model into a trustworthy one.

Search results feed the retraining pipeline: the chosen configuration becomes the recipe retraining uses each cycle, and searches are re-run when the data or requirements shift. The farm is how Kronos keeps its model architectures matched to the physics they must capture.

Content reviewed August 2026 · design-and-simulation stage