Connects a lossfunction with a loss. More...
Go to the source code of this file.
Classes | |
| class | loss< LOSSFUNCTION > |
| LOSS implementation of a loss function. More... | |
Namespaces | |
| namespace | bbm |
Functions | |
| BBM_CHECK_CONCEPT (concepts::loss, loss< lossfunction< config > >) | |
Connects a lossfunction with a loss.
This class provies a simple interface for connecting loss functions (without virtual functions) to a loss (with virtual functions). Essentially, this class just passes the method calls to the underlying loss function.
Implements: concepts::loss