MeLOn
ffNet.h File Reference
#include <vector>
#include <cmath>
#include <algorithm>
#include <string>
#include <utility>
#include <memory>
#include "vectorarithmetics.h"
#include "exceptions.h"
#include "MeLOn.h"
#include "AnnProperties.h"
#include "AnnParser.h"

Go to the source code of this file.

Classes

class  melon::FeedForwardNet< T >
 This class represents a feed foward artificial network to be used in the MAiNGO solver. More...
 

Namespaces

 melon
 

Enumerations

enum  melon::TANH_REFORMULATION {
  melon::TANH_REF_0 = 0, melon::TANH_REF1, melon::TANH_REF2, melon::TANH_REF3,
  melon::TANH_REF4
}
 Enum for representing the different reformulations for the tanh activation function. More...