Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
563 stars 153 forks source link

about nfe #144

Closed strRang closed 4 years ago

strRang commented 4 years ago

@Erison356 algorithm.run(100) runs the program for 100 function evaluations (NFE). For most algorithms, NFE = population_size * generations. Thus, if you know the NFE and population size, you can get the number of generations.

Originally posted by @dhadka in https://github.com/Project-Platypus/Platypus/issues/79#issuecomment-534086702