EvaluationFunctionStateFactory (Interface)
This is a default EvaluationFunction factory. It has a create method, on which it creates a new or cloned instance of the EvaluationFunction of the factory.
Available implementations :
- CloneStateEvaluationFunctionFactory a factory that takes an instance of a EvaluationFunction as prototype and clones it every time the “create” method is called.