Nothing
#FIXME: Doku
makeTasks = function(opt.state) {
opt.problem = getOptStateOptProblem(opt.state)
control = getOptProblemControl(opt.problem)
opt.path = getOptStateOptPath(opt.state)
if (control$n.objectives == 1L) {
tasks = list(makeTaskSingleObj(opt.path, control))
} else {
if (control$multiobj.method == "parego")
tasks = makeTasksParEGO(opt.state)
else
tasks = makeTasksMultiObj(opt.path, control)
}
return(tasks)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.