I have 4 attributes A,B,C,D each of them takes value between [0,1]
I want to make function F(A,B,C,D) such that:
The more A and B, the more the function value is.
The more C and D, the less the function value is.
if C or D equals "one" the function value is zero.
I want this function also to return value between [0,1]
How can I do that ?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.