0

I am working on a multi objective optimization task and I am writing my termination criterion. The tolerance says when the algorithm is terminated and is based on the eps/indicator value. What is the eps/indicator?

Thanks

KenS
  • 30,202
  • 3
  • 34
  • 51
InaColada
  • 23
  • 1
  • 3

1 Answers1

0

It is a running metric used to evaluate the performance of the non-dominant solution set when the parento front is unknown, providing an indicator as you move through the generations

See https://ieeexplore.ieee.org/document/9185546

rsc
  • 1