Skip to content
Snippets Groups Projects
Commit e4f4991b authored by Jonas Greitemann's avatar Jonas Greitemann
Browse files

Change PT update & query parameters

Rather than query_sweeps, specify query_freq, i.e. the number of
subdivision of the full update sweeps.

If update_sweeps is not divisible by query_freq, the true update_sweeps
will be diminished until it is.

For example:

update_sweeps = 100
query_freq = 8

results in a query every 12 sweeps and an update attempt every 96.
parent 53222dfd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment