Description Usage Arguments Details Value Author(s)
These functions support the S3 classes 'osimplex' and 'vertex'. They are intended to either create objects of these classes or check if an object is of these classes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
verbose |
The verbose option, controlling the amount of messages |
x |
The coordinates of the vertices, with size nbve x n in a simplex object or 1 x n in a vertex. |
n |
The dimension of the space. |
fv |
The values of the function at given vertices. It is a column matrix of length nbve in a simplex or a single value in a vertex. |
nbve |
The number of vertices in a simplex. |
... |
optional arguments to 'print' or 'plot' methods. |
A simplex of size n x nbve is essentially a collection of vertex of size n.
osimplex
returns a list with the following elements: verbose, x, n, fv,
and nbve.
vertex
returns a list with the following elements: x, n, and fv.
Author of Scilab optimsimplex module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.