MCPcopy
hub / github.com/openai/evals / eval_sample

Method eval_sample

evals/eval.py:197–198  ·  view source on GitHub ↗
(self, solver: Solver, sample: Any, rng: random.Random)

Source from the content-addressed store, hash-verified

195
196 @abc.abstractmethod
197 def eval_sample(self, solver: Solver, sample: Any, rng: random.Random) -> None:
198 raise NotImplementedError()
199
200 def eval_all_samples(
201 self,

Callers

nothing calls this directly

Calls 2

as_default_recorderMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected