Skip to content
Snippets Groups Projects
NeuronBinary.cpp 505 B
Newer Older
  • Learn to ignore specific revisions
  • //
    // Created by fluffymoo on 11.6.18.
    //
    
    
    #include <boost/serialization/export.hpp>
    
    #include "NeuronSerialization.h"
    #include "NeuronBinarySerialization.h"
    
    
    BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBinary);
    
    namespace lib4neuro {
        NeuronBinary::NeuronBinary() {}
    
        double NeuronBinary::activate(double x, double b) {