/** * Evaluation Worker * * Worker thread script for evaluating parameter configurations in parallel. * Receives batches of configurations and evaluates them concurrently. * * @module optimizers/workers/evaluation-worker * @version 1.0.0 */ export {}; //# sourceMappingURL=evaluation-worker.d.ts.map