esa / pagmo2

A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pagmo2/
GNU General Public License v3.0
804 stars 159 forks source link

adding online documentation for moead_gen #541

Closed kirbyherm closed 1 year ago

kirbyherm commented 1 year ago

addressing #538 by adding online documentation for the moead_gen algorithm.

I am not super familiar with how the html is generated but I believe these changes are sufficient.

bluescarni commented 1 year ago

@kirbyherm everything looks in order, merging. Thanks!