<< oemtochar 5-4-0 with_pvm >>
removed >> removed > 5-4-0 > optimsimplex_tostring

optimsimplex_tostring

Manage a simplex with arbitrary number of points.

SYNOPSIS

...
str = optimsimplex_tostring( this )

Purpose

The goal of this component is to provide a building block for optimization algorithms based on a simplex. The optimsimplex package may be used in the following optimization methods :

Description

str = optimsimplex_tostring ( this )

Returns the current simplex as a string.

this

The current simplex object.

History

VersionDescription
5.4.0 optimsimplex_tostring was published up to Scilab 5.4.0. It is replaced with an overload of string.

<< oemtochar 5-4-0 with_pvm >>