-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Recently added example_dnn_nsga2 causes 2 types of errors during the linking under g++:
../modules/nn2/example_dnn_nsga2.cpp: In member function 'void FitXOR<Params, Exact>::eval(Indiv&)':
../modules/nn2/example_dnn_nsga2.cpp:156:25: error: 'powf' is not a member of 'std'
fit -= std::powf(outf[0] - outputs[i], 2.0);
../modules/nn2/example_dnn_nsga2.cpp:216:1: required from here
/git/sferes2/sferes/ea/crowd.hpp:171:23: error: ... FitXOR, Params> >' has no member named 'data'
assert((*it)->data().size() == (*it2)->data().size());
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels