show-methods | R Documentation |
Displays descriptive information of the object provided as argument.
signature(object = "test.problem")
Provide information on test problem. This includes: problem name, dimension, objective value, maximal number of function evaluations, and the number of test repetitions to perform.
signature(object = "test.result")
Provide summary statistics for the test. This includes information on the mean, s.d., min and max obtained for the value over all conducted repetitions as well as the overall success rate (percentage of test runs for which the target objective was reached) and a measure of efficiency (the area under the success-rate curve normalized to the maximal area possible). Additionally displays the timing information for the test conducted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.