geomean.obj | R Documentation |
Calculate reformulated geomean objective
geomean.obj(x, spp)
x |
a list/column, e.g. run$solution, |
spp |
a data.frame, usually data or option data.frame |
Internal GSO function. Used within gso(), an input for nloptr() calculates 'the reformulated objective'
The reformulated objective; nloptr expects a minimization problem. The geomean objective, constraints (and corresponding gradients) all take the same set of extra arguments.
returns a single value (the summed log of each row * x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.