Platypus
Platypus copied to clipboard
How to track the Hypervolume indicator for different Pareto fronts within a single optimization?
Is it possible to track the Hypervolume indicator for different Pareto fronts within a single optimization? Lets say the number of iteration functions is 500,000. Can we produce 10 Pareto fronts; each with 50,000 sequential iterations? like:
- first Pareto front for iterations between 1 and 50,000
- second Pareto front for iterations between 50,001 and 100,000 . . .
- tenth Pareto front for iterations between 450,001 and 500,000 In this way we can track the convergence but this should be done through the Pareto fronts and not by saving the objectives in each try.
I have already checked this Issue: https://github.com/Project-Platypus/Platypus/issues/71
Thanks