update the irace interface with the new FastGA foundry

- fix: comment out useless rparamsin irace config
This commit is contained in:
Amine Aziz-Alaoui 2020-10-01 11:50:57 +02:00 committed by Johann Dreo
commit 8fa2270ffd
3 changed files with 130 additions and 86 deletions

View file

@ -200,7 +200,7 @@ class eoEvalIOHsuiteSingleDim : public eoEvalFunc<EOT>
// Evaluate the performance of the encoded algo instance
// on a whole IOH suite benchmark.
typename IOHprofiler_suite<ScalarType>::Problem_ptr pb;
while(pb = _ioh_suite->get_next_problem()) {
while( (pb = _ioh_suite->get_next_problem()) ) {
// Consider a new problem.
_eval.problem(*pb); // Will call logger's target_problem.