jMetalPy
jMetalPy copied to clipboard
Pareto front tracking
Hello,
Is there any functionality in place to track the progress of the non-dominated solution set (i.e. plot number of improvements versus number of function evaluations) for any given algorithm? Specifically, I would like to evaluate the search progress / performance of the NSGA-II as applied to a water quality model optimization that I am running.
Thanks, Josh
Hello,
Take a look here. You can create your own observers (e.g., BasicObserver) to track information about the optimization process.
Antonio.