libprima / prima

PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
http://libprima.net
BSD 3-Clause "New" or "Revised" License
296 stars 38 forks source link

Fix typo in LICENSE.txt #21

Closed vchuravy closed 1 year ago

vchuravy commented 1 year ago

Noticed while taking a look through the repository.

zaikunzhang commented 1 year ago

Hi @vchuravy ,

If you find my explanation reasonable, I will close this PR this weekend. Feel free to reopen it if you would like.

Thanks again.

Best regards, Zaikun

vchuravy commented 1 year ago

The explanation is more than reasonable :) I guess I am simply to used to the AE spelling.

I just checked and GitHub correctly detects the license of this repository as BSD-3.

Sorry about the noise.

PS: Happy to chat about a potential Julia version :)