We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486368e commit 159befeCopy full SHA for 159befe
tests/test_cegis.py
@@ -59,6 +59,7 @@ def _get_single_integrator_config(self):
59
60
def test_loop(self):
61
config = self._get_single_integrator_config()
62
+ config.N_DATA = 1 # reduce data size so that we don't learn anything in 10 iters
63
config.LEARNING_RATE = 1e-30 # make learning rate small so that we don't learn anything in 10 iters
64
65
c = Cegis(config=config, verbose=2)
0 commit comments