Skip to content

Commit

Permalink
Fix FFNN tutorial example
Browse files Browse the repository at this point in the history
  • Loading branch information
femtobit committed Dec 18, 2018
1 parent 4ec5813 commit 3ddd9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tutorials/PyNetKet/ffnn.py
Expand Up @@ -60,7 +60,7 @@
hamiltonian=ha,
sampler=sa,
optimizer=op,
nsamples=1000,
n_samples=1000,
diag_shift=0.01)

gs.run(output_prefix="ffnn_test", max_iter=300, save_params_every=10)
gs.run(output_prefix="ffnn_test", max_steps=300, save_params_every=10)

0 comments on commit 3ddd9a2

Please sign in to comment.