Skip to content
Snippets Groups Projects

test all the different loss functions in each test

Merged Bas Nijholt requested to merge test_loss_functions into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -384,7 +384,7 @@ def test_learner_performance_is_invariant_under_scaling(learner_type, f, learner
learner = learner_type(lambda x: yscale * f(np.array(x) / xscale),
**l_kwargs)
npoints = random.randrange(1000, 2000)
npoints = random.randrange(300, 500)
for n in range(npoints):
cxs, _ = control.ask(1)
Loading