Home > Libraries > Optimizers > fminstop.m

iFit/fminstop

PURPOSE ^

fminstop: an OutputFcn / PlotFcns function which displays a 'STOP' button

SYNOPSIS ^

function val = fminstop(x, optimValues, state)

DESCRIPTION ^

 fminstop: an OutputFcn / PlotFcns function which displays a 'STOP' button

 this later can be pressed during a fit to abort the current fit procedure.

 Other defined function to be used as OutputFcn and PlotFcns:
   @fminplot           shows criteria and parameter space, with a STOP button
   @optimplotx         plots the current point
   @optimplotfval      plots the function value
   @optimplotfunccount plots the function count

 example: 
   fmin(@objective, [], 'OutputFcn=fminplot')

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1