Skip to content

Patterns

Dizy edited this page Apr 16, 2020 · 4 revisions

Opt Out

The opt out pattern allow the AI Designer to remove an option from the decision pool if ONE of the condition is false, this is done by assigning a 0 to the Multiplier input of an option.

If you want to only assign a 0 or a 1 and dont want to increase the rank of the option (in case of the entry sending a value superior to 1) you can use a Rank AND Node.

You can also use a Rank Not Node to invert the value of an entry node and assign a 0 if the value is superior or equal to 1.

Opt In

The opt in pattern allow the AI Designer to remove an option from the decision pool if ALL of the condition are false, this is done by using a Rank OR Node.

Clone this wiki locally