Data Mining Algorithms In R/Packages/optimsimplex/optimsimplex.destroy

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

This function erases the coordinates of the vertices (x) and the function values (fv) in a simplex object.

Usage

[edit | edit source]
   optimsimplex.destroy(this = NULL)

Arguments

[edit | edit source]
this A simplex object.

Value

[edit | edit source]

Return an updated simplex object for which the content of the x and fv elements were set to NULL.

Authors

[edit | edit source]

Author of Scilab optimsimplex module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)