artificial intelligence - What is the meaning of <- in AI? -


I have seen lots of AI related items in the symbol & lt; -. For example,

  delta & lt; - 0x & lt; - x + 1  

etc.

I always assumed its meaning = (Assigment), but perhaps they have a meaning that is slightly different from the segment, I think?

Thank you

This is an assignment. It removes ambiguity that "=" The symbol adds, because this symbol is often overloaded to test equality.

It makes it very clear that the thing on the left side is being matched, corrected, integrated, or otherwise equals it.


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -