getEvalFun | R Documentation |
This method returns the correct evaluation function from a GenAlgUserEvaluator that can be used by the C++-code as callback or NULL for any other evaluator
getEvalFun(object, genAlg)
## S4 method for signature 'GenAlgUserEvaluator,GenAlg'
getEvalFun(object, genAlg)
## S4 method for signature 'GenAlgUserEvaluator,matrix'
getEvalFun(object, genAlg)
## S4 method for signature 'GenAlgEvaluator,GenAlg'
getEvalFun(object, genAlg)
## S4 method for signature 'GenAlgEvaluator,matrix'
getEvalFun(object, genAlg)
object |
The evaluator (an object of type |
genAlg |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.