<< Optimization base
Optimisation et Simulation
Semidefinite Programming >>
Scilab Help
>>
Optimisation et Simulation
> Simplex
Simplex
optimsimplex_center
—
Computes the center.
optimsimplex_check
—
Checks the consistency of internal data
optimsimplex_compsomefv
—
Computes the values of the function at vertices points.
optimsimplex_computefv
—
Computes the values of the function at vertices points.
optimsimplex_deltafv
—
Computes the difference of function values.
optimsimplex_deltafvmax
—
Computes the difference of function value between the highest and the lowest vertices.
optimsimplex_destroy
—
Destroys the simplex object.
optimsimplex_dirmat
—
Computes the directions.
optimsimplex_fvmean
—
Computes the mean.
optimsimplex_fvstdev
—
Computes the standard deviation.
optimsimplex_fvvariance
—
Computes the variance.
optimsimplex_getall
—
Returns all the data contained in the simplex object.
optimsimplex_getallfv
—
Returns all the function values contained in the simplex object.
optimsimplex_getallx
—
Returns all the coordinates.
optimsimplex_getfv
—
Returns the function value at given index.
optimsimplex_getn
—
Returns the dimension of the space.
optimsimplex_getnbve
—
Gets the number of vertices of the simplex.
optimsimplex_getve
—
Gets the vertex at the given index.
optimsimplex_getx
—
Gets the coordinates of the vertex at given index.
optimsimplex_gradientfv
—
Returns the simplex gradient of the function.
optimsimplex_new
—
Creates a new simplex object.
overview
—
An overview of the Optimsimplex toolbox.
optimsimplex_reflect
—
Returns the reflected simplex object.
optimsimplex_setall
—
Sets all in the simplex object.
optimsimplex_setallfv
—
Sets all the function values.
optimsimplex_setallx
—
Sets all the coordinates.
optimsimplex_setfv
—
Sets the function value at given index.
optimsimplex_setn
—
Sets the dimension of the space.
optimsimplex_setnbve
—
Sets the number of vertices of the simplex.
optimsimplex_setve
—
Sets the data at given index in the current simplex.
optimsimplex_setx
—
Sets the coordinates at given index into the current simplex.
optimsimplex_shrink
—
Shrinks the simplex.
optimsimplex_size
—
Computes the size.
optimsimplex_sort
—
Sorts the simplex.
optimsimplex_xbar
—
Returns the center of n vertices.
Report an issue
<< Optimization base
Optimisation et Simulation
Semidefinite Programming >>