optimizeGenoud = function(configuration, objSPOTFunc, info, funcEvals) {
# compute Genoud and define Hyperparameters
res = configGEFunc(instance = list(objSPOTFunc, info),
funcEvals = funcEvals,
#define Hyperparameters of Genoud Algrotihm
populationSize = configuration$populationSize
)
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.