maximize the each pair of 3 function

21 Views Asked by At

I have 3 functions f1, f2, and f3 I want to know that what will be a lose function through which each pair of difference will be maximize e.g, max(f1-f2) max(f2-f3) max(f1-f3) these three things should be in one loss function

0

There are 0 best solutions below