npt
is missing from the C interface
#67
Labels
c
Issues related to the C interface or implementation
npt
is missing from the C interface
#67
Hi @jschueller Julien,
I noted just now that
npt
was not an input of the C interface. This is an important parameter, and it should be exposed to the user. The recommended value is2n+1
, which should be documented clearly and illustrated in the examples. Powell did mention that other values may provide excellent results in some situations.npt
exists only in NEWUOA, BOBYQA, and LINCOA (COBYLA essentially fixesnpt=n+1
, and UOBYQA fixesnpt=(n+1)(n+2)/2
, and hence they are not inputs):prima/fortran/newuoa/newuoa.f90
Lines 100 to 103 in 0afff46
prima/fortran/bobyqa/bobyqa.f90
Lines 114 to 122 in e280f51
prima/fortran/lincoa/lincoa.f90
Lines 149 to 155 in 0afff46
See also discussions at emmt/OptimPack#2 (comment) .
Thanks.
Zaikun
The text was updated successfully, but these errors were encountered: