update the irace interface with the new FastGA foundry
- fix: comment out useless rparamsin irace config
This commit is contained in:
parent
560dedbef0
commit
8fa2270ffd
3 changed files with 130 additions and 86 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue