Description Usage Arguments Details Value
Get the values of the best found solutions during all runs of the given
search applied to the given problem. This is a generic S3
method.
1 | getBestSolutionValues(data, problem, search)
|
data |
data object containing the analysis results |
problem |
name of the analyzed problem. Can be omitted if the
|
search |
name of the applied search. Can be omitted if the |
If the data contains results for a single problem only, the argument
problem can be omitted. Likewise, if for the considered problem
results are available for a single search only, the argument search
can be omitted.
Numeric vector containing the values of the best found solutions during each run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.