Bootstrap Few Shot Optimizer
constructor(maxBootstrappedDemos: Int, maxRounds: Int, maxTotalDemos: Int, includeLabeledExamples: Boolean, storagePath: ResilientPath, randomSeed: Long)
Parameters
max Bootstrapped Demos
Maximum number of successful traces to collect.
max Rounds
Maximum retry attempts per training example.
max Total Demos
Total demo slots (bootstrapped and labeled fallback).
include Labeled Examples
Whether to fill the remaining slots with labeled dataset items.
storage Path
File path to save/load the optimization artifact.
random Seed
Seed for reproducible sampling.