The BigBang object to be used to call the fitness function.
size
Size of new random models.
n
Number of models
fitnessFunc
The fitness function used to evaluate the chromosomes. The default is the usage of bigbang$galgo$fitnessFunc.
models
Logical value.
...
Other parameters passed to fitnessFunc.
Value
If models==TRUE, a vector of resulted fitness for random models, otherwise a list with models (matrix, cols=models) and their fitness (vector) is returned.