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