randomsearch (version 0.2.0)

summary.RandomsearchResult: Generate result summary

Description

Generate results from randomsearch run. For normal single objective runs the best result is returned. For mulit-objective runs the pareto front is returned.

Usage

# S3 method for RandomsearchResult
summary(object, ...)

Arguments

object

[OptPath] Optimization path.

...

[any] Currently ignored.