Loading...
Searching...
No Matches
Classes | Namespaces
loss_base.h File Reference

Abstract base definition of a LOSS (with virtual functions) More...

#include "concepts/loss.h"

Go to the source code of this file.

Classes

struct  loss_base< CONF >
 Forward declaration. More...
 

Namespaces

namespace  bbm
 

Detailed Description

Abstract base definition of a LOSS (with virtual functions)

The difference between a lossfunction and a loss is that the lossfunction does not feature virtual functions, and thus the function call is decided at compile time. loss_base on the other hand declares all methods as virtual, and thus it is decided at run-time which implementation to call.