didppy.FOperator
- class didppy.FOperator
An enum representing an operator to compute the f-value combining an h-value and a g-value.
Plus(0):f = g + hMax(1):f = max(g, h)Min(2):f = min(g, h)Product(3):f = g * hOverwrite(4):f = hMethods
Attributes
MaxMinOverwritePlusProduct