stan {evola} | R Documentation |
Simple function to map a vector of values to the range of 0 and 1 values to have a better behavior of the algorithm.
stan(x)
x |
A vector of numeric values. |
Simple function to map a vector of values to the range of 0 and 1 values to have a better behavior of the algorithm.
new values in range 0 to 1
Giovanny Covarrubias-Pazaran (2024). evola: a simple evolutionary algorithm for complex problems. To be submitted to Bioinformatics.
evolafit
– the core function of the package
x <- rnorm(20, 10, 3);x
stan(x)