getNumberOfObjectives {DiGGer} | R Documentation |
Get the number of objectives to be optimised in a DiGGer search phase.
## S3 method for class 'DiGGer' getNumberOfObjectives(this, phaseNo = 1, ...) ## S3 method for class 'Phase' getNumberOfObjectives(this, ...)
this |
A |
phaseNo |
The |
... |
Not used. |
Neil Coombes