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

Create the Fortran documentation using standard tools #44

Open zaikunzhang opened 1 year ago

zaikunzhang commented 1 year ago

It is necessary to creat the documentation for the Fortran version of PRIMA using standard tools, e.g., FORD or Sphinx. Hugo seems also a very good choice (does it support Fortran)?

We must take other languages into consideration. The documentation for different languages should be consistent in terms of both content and style.

Finally, all documentation should be available under libprima.net.