MCPcopy
hub / github.com/hyperopt/hyperopt / losses

Method losses

hyperopt/base.py:534–537  ·  view source on GitHub ↗
(self, bandit=None)

Source from the content-addressed store, hash-verified

532 return self.count_by_state_synced(arg, trials=exp_trials)
533
534 def losses(self, bandit=None):
535 if bandit is None:
536 return [r.get("loss") for r in self.results]
537 return list(map(bandit.loss, self.results, self.specs))
538
539 def statuses(self, bandit=None):
540 if bandit is None:

Callers 10

workMethod · 0.95
workMethod · 0.95
workMethod · 0.95
main_plot_historyFunction · 0.80
main_plot_histogramFunction · 0.80
main_plot_varsFunction · 0.80
main_plot_1D_attachmentFunction · 0.80
fminMethod · 0.80
waitMethod · 0.80
runMethod · 0.80

Calls 1

getMethod · 0.80

Tested by 3

workMethod · 0.76
workMethod · 0.76
workMethod · 0.76