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