diff --git a/eo/test/t-eobin.cpp b/eo/test/t-eobin.cpp index cdc29c09..75c7d325 100644 --- a/eo/test/t-eobin.cpp +++ b/eo/test/t-eobin.cpp @@ -156,13 +156,15 @@ void main_function() eoInitFixedLength init(16, gen); eoPop pop(100, init); - + apply(eval, pop); - + sga(pop); pop.sort(); + cout << "Population " << pop << endl; + cout << "\nBest: " << pop[0].fitness() << '\n'; /*