rmoo_Population | R Documentation |
Functions for creating a random initial population to be used in non-dominated genetic algorithms.
rmoobin_Population(object)
rmooreal_Population(object)
rmooperm_Population(object)
object |
An object of class |
rmoobin_Population
generates a random population of object@nBits
binary values;
rmooreal_Population
generates a random (uniform) population of real values in the range [object@lower
, object@upper
];
rmooperm_Population
generates a random (uniform) population of integer values in the range [object@lower
, object@upper
].
Return a matrix of dimension object@popSize
times the number of decision variables.
Francisco Benitez
Scrucca, L. (2017) On some extensions to 'GA' package: hybrid optimisation, parallelisation and islands evolution. The R Journal, 9/1, 187-206, doi: 10.32614/RJ-2017-008.
nsga
,
nsga2
and
nsga3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.