X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=94109b4e4cce83e47329ce482186e44b740722f7;hp=90d3564d3d39fc08ae7fc48cb45610b146703f5d;hb=d7c119fefaf9cce07974afbefb4b6a017689a961;hpb=efe42ca948704593c847996d0ae8da71d15bb75b diff --git a/src/main.cpp b/src/main.cpp index 90d3564..94109b4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -77,7 +77,7 @@ int main(int argc, char** argv){ GeneSorter::ActionList al = so.sort(go,model); for (GeneSorter::ActionList::iterator sa = al.begin(); sa != al.end(); ++sa){ - cout << "Action: " << sa->toString() << " model score: " << model.score(*sa) << endl; + cout << "Action: " << sa->toString() << " model score: " << model.score(*sa,go) << endl; } //TODO: Print result return EXIT_SUCCESS;