R/summary.genopt.R

summary.genopt <- function(object, ...)
{
  answer <- list(call=object$call, summary.objectives=summary(object$objective),
                 best.solution=object$population[, 1L])
}

Try the BurStMisc package in your browser

Any scripts or data that you put into this service are public.

BurStMisc documentation built on May 2, 2019, 12:12 p.m.