f4b0631178
Add Study::enqueue() to push specific parameter configurations onto a FIFO queue. The next call to ask()/create_trial() or the next iteration in optimize() pops the front entry and injects it into the trial so that suggest_param() returns the pre-filled value instead of sampling. Parameters missing from an enqueued map fall back to normal sampling, and once the queue is drained regular sampler-driven trials resume.