q
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| q [2009/08/06 14:40] – created clare | q [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== q ====== | ||
| + | **[// | ||
| + | |||
| + | // | ||
| + | |||
| + | // | ||
| + | |||
| + | * If parameters are not reinstated using // | ||
| + | * The degree of parameter randomization increases with increasing values of // | ||
| + | |||
| + | // | ||
| + | |||
| + | In most refinements the following will produce close to the lowest < | ||
| + | |||
| + | quick_refine .1 | ||
| + | |||
| + | quick_refine_remove = | ||
| + | |||
| + | IF QR_Removed THEN | ||
| + | |||
| + | 0 ' reinstate the parameter | ||
| + | |||
| + | ELSE | ||
| + | |||
| + | IF QR_Num_Times_Consecutively_Small > 2 THEN | ||
| + | |||
| + | 1 ' remove the parameter | ||
| + | |||
| + | ELSE | ||
| + | |||
| + | 0 ' dont remove the parameter | ||
| + | |||
| + | ENDIF | ||
| + | |||
| + | ENDIF; | ||