trueFitnessVal | R Documentation |
Transform the given fitness values according tho the GenAlgEvaluator class
trueFitnessVal(object, fitness)
## S4 method for signature 'GenAlgPLSEvaluator,numeric'
trueFitnessVal(object, fitness)
## S4 method for signature 'GenAlgUserEvaluator,numeric'
trueFitnessVal(object, fitness)
## S4 method for signature 'GenAlgLMEvaluator,numeric'
trueFitnessVal(object, fitness)
## S4 method for signature 'GenAlgFitEvaluator,numeric'
trueFitnessVal(object, fitness)
object |
The used evaluator, an object with type or with a subtype of |
fitness |
A numeric vector of fitnesses |
This method is used to calculate the true fitness given the GenAlgEvaluator class (as they use different internal fitness measures)
A vector with the true fitness values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.