minmax | R Documentation |
Get Highest and Lowest Fitness Values from Fitness Landscape
min_fit(x) max_fit(x)
x |
FitLandDF object |
minimum or maximum fitness value in this landscape
# create fitness landscape with min value 1 and max value 27 values <- array(1:27, dim = rep(3, 3)) my_landscape <- FitLandDF(values) # calculate maximum fitness value max_fit(my_landscape) # calculate minimum fitness value min_fit(my_landscape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.