Inherits Distance

A Distance with a list of child distances. The ListDistance is trainable if its children are trainable.

See:

This is a base class for Distances that have a list of child distances. It overloads trainable to return true if any of its children are trainable and false otherwise.