setTargetAValue {DiGGer} | R Documentation |
Set the A-value to be used as a stopping rule in a DiGGer
search Phase. A value of 0.0
is unattainable so this default
ignores the A-value efficiency measure as a stopping rule in the
search.
## S3 method for class 'DiGGer' setTargetAValue(this, phaseNo = 1, targetAValue = 0, ...) ## S3 method for class 'Phase' setTargetAValue(this, targetAValue = 0, ...)
this |
A |
phaseNo |
The |
targetAValue |
The A-value used to stop a DiGGer search phase.
When the current A-value falls below the |
... |
Not used. |
Neil Coombes