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
808 stars 160 forks source link

[BUG] Typo: This is a multiobjective "algortihm" #489

Closed jschueller closed 1 year ago

jschueller commented 2 years ago

This typo "algortihm" is found in several classes, eg https://github.com/esa/pagmo2/blob/master/src/algorithms/nsga2.cpp#L120

bluescarni commented 2 years ago

@jschueller Thanks for reporting, I'll make sure to fix the typos in the next version.

bluescarni commented 1 year ago

I think this was fixed in #518 , please re-open if needed.

jschueller commented 1 year ago

thanks