PowellOpt icon indicating copy to clipboard operation
PowellOpt copied to clipboard

Optimization algorithms by M.J.D. Powell

Results 2 PowellOpt issues
Sort by recently updated
recently updated
newest added

I suggest that the abstract interface look as follows: ``` abstract interface subroutine func (n, x, f) !! calfun interface import :: wp implicit none integer , intent(in) :: n...

Hi, @jacobwilliams, Thank you for your wonderful project! > The original sourcecode for LINCOA, BOBYQA, NEWUOA, UOBYQA, and COBYLA) was written by M.J.D. Powell and released for use without restrictions...