search
applied to the given problem
. This is a generic S3
method.
getBestSolutions(data, problem, search)
data
contains results for a single problem only.data
contains results for a single search only (for the considered
problem
).NA
values.
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.When writing results obtained from the analysis tools in the 'JAMES' extensions
module to a JSON file, one should provide a JSON converter for the solution
type of the analyzed problems if it is desired that the actual best found
solutions are contained in the output file. Therefore, these solutions might
not be available for all problems, searches or search runs. In case a best
solution is missing for a search run, the corresponding entry in the returned
list will be set to NA
. It is possible that a list of only NA
is returned.