Loading...
Searching...
No Matches
Classes | Namespaces | Functions
loss.h File Reference

Connects a lossfunction with a loss. More...

#include "concepts/loss.h"
#include "bbm/config.h"
#include "bbm/loss_base.h"

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 > >)
 

Detailed Description

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