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