Fleet  0.0.9
Inference in the LOT
Classes | Typedefs
ConstantContainer.h File Reference

This is a struct to basically hold a double (or float) for use in SymbolicRegression etc This allows us to define rules that specifically take Constants instead of doubles/floats which is useful in e.g. linear regression type parts of equations. More...

#include <vector>
#include "Miscellaneous.h"
#include "Rule.h"
Include dependency graph for ConstantContainer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TooManyConstantsException
 
class  Constant
 
class  ConstantContainer
 

Typedefs

using constant_t = float
 

Detailed Description

This is a struct to basically hold a double (or float) for use in SymbolicRegression etc This allows us to define rules that specifically take Constants instead of doubles/floats which is useful in e.g. linear regression type parts of equations.

Typedef Documentation

◆ constant_t

using constant_t = float