expandSystems

fun expandSystems(expansionCoefficient: Int, trueNumberOfSystems: Int)

Expand the dataset by appending expansionCoefficient fake systems (or revert to a prefix), across all loaded models.

  • System labels are generated as "Sys{index}{NNN} (F)" with NNN ∈ [800..998].

  • AP rows for the new systems are random; in deterministic mode they come from a SplittableRandom seeded via RandomBridge.childSeed.

Parameters

expansionCoefficient

Number of random systems to append.

trueNumberOfSystems

Ground-truth number of systems; if current + expansionCoefficient < trueNumberOfSystems, reverts the AP map to a prefix of the original systems instead of appending fakes.