loooot of fixes nad SSE enhacement
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class X: public Shin::NeuronNetwork::Problem
|
||||
{
|
||||
public: X(bool x,bool y):x(x),y(y) {}
|
||||
protected: std::vector<bool> representation() const { return std::vector<bool>({x,y}); }
|
||||
protected: std::vector<float> representation() const { return std::vector<float>({x,y}); }
|
||||
private:
|
||||
bool x;
|
||||
bool y;
|
||||
|
||||
Reference in New Issue
Block a user