Table of content
The default goal picker attempts to match input Seeds
and Goals
in a 1:1 fashion.
Seed index 0
will be matched to goal index 0
, and so on.
Properties
Property | Description |
---|---|
Settings | |
Index Safety | Failsafe method if there are more Seeds than there are Goals .Note that extra Goals are simply ignored.See Index Safety |
Index Safety
The index safety property controls how invalid/out of bounds input values are handled.
Safety method | Β |
Ignore | Invalid indices will be ignored and wonβt be processed further. |
Tile | Index is tiled (wrapped around) the contextβ valid min/max range. |
Clamp | Index is clamped between the contextβ valid min/max range. |
Yoyo | Index bounces back and forth between the contextβ valid min/max range. |