Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/common.php on line 1955

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/actions.php on line 38
controlling_number_of_cycles_in_continue_after_convergence [topas wiki]

User Tools

Site Tools


controlling_number_of_cycles_in_continue_after_convergence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
controlling_number_of_cycles_in_continue_after_convergence [2018/06/11 14:56] johnsoevanscontrolling_number_of_cycles_in_continue_after_convergence [2022/11/03 15:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Controlling Refinements by Number of Cycles ======
  
 +TOPAS normally controls refinements by the number of iters.  Sometimes in simulated annealing you might want to control by the number of cycles.  i.e. give every model 10 chances to converge.  This can be done by:
 +
 +<code topas>
 +   continue_after_convergence
 +    iters 1000000
 +    prm dummy 1 val_on_continue = If(Cycle == 10, Get(iters) = 0, 0);
 +</code>
 +    
 +From Alan on the forum, June 2018.
controlling_number_of_cycles_in_continue_after_convergence.txt · Last modified: 2022/11/03 15:08 by 127.0.0.1