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:
parent
be41e22f19
commit
3d48db9f4a
2 changed files with 47 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue