makeGenerator(generator, name, description, supported = getAvailableRepresentations(), params = list())
function
]
Actual generator function. Should expect the size of the population size
as a first and a ecr control object control
as the second argument.character(1)
]
Name of the generator.character(1)
]
Short description of how the generator works.character
]
Vector of strings/names of supported parameter representations, i.e.,
'permutation', 'float', 'binary' or 'custom'.list
]
Named list of the parameters the generator has been initialized with.
Default is the empty list.ecr_generator
]
Generator object.