Platypus icon indicating copy to clipboard operation
Platypus copied to clipboard

How to track the Hypervolume indicator for different Pareto fronts within a single optimization?

Open morecfd opened this issue 5 years ago • 0 comments

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:

  1. first Pareto front for iterations between 1 and 50,000
  2. second Pareto front for iterations between 50,001 and 100,000 . . .
  3. 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

morecfd avatar Jul 17 '19 14:07 morecfd