Menu

#3 Required sign "->" should be removed for ArgMax and ArgMin

open
nobody
xF Language (1)
7
2010-09-24
2010-09-24
No

When doing an argMax:

a = argMax{b | b in bs && b.c >= 0.5}(b.d);
a -> bs;
It should not be required to put a -> bs since it can be infered from the argMax instruction itself

Discussion


Log in to post a comment.