Added documentation about the options of the simpsa algorithm.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-08 15:28:26 +02:00
parent 334d9976d6
commit 5e63aa10da
1 changed files with 21 additions and 0 deletions

View File

@ -4585,6 +4585,27 @@ Initial size of the simplex, expressed as percentage deviation from the provided
@end table
@item 10
Available options are:
@table @code
@item 'MaxIter'
Maximum number of iterations. Default: @code{5000}
@item 'MaxFunvEvals'
Maximum number of objective function evaluations. No default.
@item 'TolFun'
Tolerance parameter (w.r.t the objective function). Default: @code{1e-4}
@item 'TolX'
Tolerance parameter (w.r.t the instruments). Default: @code{1e-4}
@item 'EndTemperature'
Terminal condition w.r.t the temperature. When the temperature reaches @code{EndTemperature}, the temperature is set to zero and the algorithm falls back into a standard simplex algorithm. Default: @code{.1}
@end table
@end table