Skip to content

Commit

Permalink
test for global opt
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCorenflos committed Jun 2, 2020
1 parent 10ffb4e commit bbd18ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/test_run_global_optimal_proposal.sh
@@ -0,0 +1,4 @@
python ./global_optimal_proposal_variational.py --resampling_method=3 --change_seed=True --batch_size=4 --n_data=5 --dx=25 --dy=1 --epsilon=0.5 --n_particles=25 -savefig --T=10 --scaling=0.8 --convergence_threshold=1e-3 --resampling_neff=0.5 &
python ./global_optimal_proposal_variational.py --resampling_method=3 --change_seed=False --batch_size=4 --n_data=5 --dx=25 --dy=1 --epsilon=0.5 --n_particles=25 -savefig --T=10 --scaling=0.8 --convergence_threshold=1e-3 --resampling_neff=0.5 &
python ./global_optimal_proposal_variational.py --resampling_method=0 --change_seed=True --batch_size=4 --n_data=5 --dx=25 --dy=1 --epsilon=0.5 --n_particles=25 -savefig --T=10 --scaling=0.8 --convergence_threshold=1e-3 --resampling_neff=0.5 &
python ./global_optimal_proposal_variational.py --resampling_method=0 --change_seed=False --batch_size=4 --n_data=5 --dx=25 --dy=1 --epsilon=0.5 --n_particles=25 -savefig --T=10 --scaling=0.8 --convergence_threshold=1e-3 --resampling_neff=0.5 &

0 comments on commit bbd18ff

Please sign in to comment.