fix irace: use categorical config for operator lists

Keep metric integer config for numeric parameters.

Thanks to Manuel López-Ibáñez for suggesting the fix.
This commit is contained in:
Johann Dreo 2020-11-13 09:32:39 +01:00
commit 3d48db9f4a
2 changed files with 47 additions and 17 deletions

View file

@ -219,6 +219,7 @@ template<class Itf>
class eoForgeVector : public std::vector<eoForgeInterface<Itf>*>
{
public:
using Interface = Itf;
/** Default constructor do not cache instantiations.
*
* @warning