View source: R/makeOptimizationTask.R
makeOptimizationTask | R Documentation |
An optimization task consists of the fitness/objective function, the number of objectives, the “direction” of optimization, i.e., which objectives should be minimized/maximized and the names of the objectives.
makeOptimizationTask(
fun,
n.objectives = NULL,
minimize = NULL,
objective.names = NULL
)
fun |
[ |
n.objectives |
[ |
minimize |
[ |
objective.names |
[ |
[ecr_optimization_task
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.