Guest User

Untitled

a guest
Feb 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. f(1.0, 1.0, 1.0) = 0
  2. f(1.0, 0.5, 0.0) = 1
  3.  
  4. f(1.0, 0.66, 0.3, 0) > f(1.0, 1.0, 0, 0)
  5.  
  6. f(1.0, 0.9, 0.5) = f(0.5, 0.1, 0)
  7.  
  8. f(1.0, 0.5, 0.5, 0) > f(1.0, 0.5, 0.5, 0.5, 0)
Add Comment
Please, Sign In to add comment