ValueFunctionIfc

fun interface ValueFunctionIfc

A value function maps values from some domain to the value range of 0.0, 1.0, where 0.0 implies no value and 1.0 implies maximal value.

Inheritors

Functions

Link copied to clipboard
abstract fun value(score: Score): Double