BuiltInCostFunction#

class caf.distribute.cost_functions.BuiltInCostFunction(value)#

Bases: Enum

Enum of the built-in cost functions for easy access.

Attributes Summary

Methods Summary

get_cost_function()

Get the Class defining this cost function.

Attributes Documentation

LOG_NORMAL = 'log_normal'#
TANNER = 'tanner'#

Methods Documentation

get_cost_function()#

Get the Class defining this cost function.

Return type:

CostFunction