<< overview Global_Optimization_toolbox sub2lin >>

Global_Optimization_toolbox >> Global_Optimization_toolbox > store

store

Stores Temporary Solution after the Vertex Property

Calling Sequence

[LXsol,Bvermin,zcap,D1,Z1,Y]= store(Y,Bvermin,zcap,LXsol,D1,Z1)

Parameters

Y :

New Bounds Calculated from the Vertex Property

Bvermin :

Minimum Bersntein coefficient value at the Vertices

zcap:

Global Minimum Estimate

LXsol:

All minimzers at which Global minimum Estimate may lie

D1:

Total Number of Bernstein coefficients at the Vertices

Z1:

Total Number of Global minimum Estimate (zcap)

Description

Updates the temporary solution list.

Examples

// Stores Temporary Solution after the Vertex Property
[LXsol,Bvermin,zcap,D1,Z1,Y]= store(Y,Bvermin,zcap,LXsol,D1,Z1)
// Temporary storage requires for calculation of final result. Without fail we must to store expected minimum with minimizers.

See also

Authors


<< overview Global_Optimization_toolbox sub2lin >>