Karush Kuhn Tucker Proximity Measure (KKTPM) #237
Replies: 3 comments 5 replies
-
For KKTPM you need the ideal point and also the derivatives. Please have a look at the original paper why this is the case. |
Beta Was this translation helpful? Give feedback.
-
You still will need the ideal point. Automatic Derivation is a bit tricky when you have mixed I have not found the time to test this in the current stable. But this works on my local development.
|
Beta Was this translation helpful? Give feedback.
-
Have you used |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to calculate KKTPM for problems with no known Pareto-front? When I run my user-defined problem, I get this error
pymoo\indicators\kktpm.py", line 39, in calc
z -= utopian_eps
TypeError: unsupported operand type(s) for -=: 'NoneType' and 'float'
In calculating the ideal_points it requires the Pareto-front which is not known for my problem.
Beta Was this translation helpful? Give feedback.
All reactions