-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Hi @jansel
We're working on flags optimization for clang and complex real projects with custom build systems (CMake, GN etc.). We came across a use case where NumericParameter (primitive in terms of opentuner) is not enough to model real parameter behavior and we want to support something like OptionalIntegerParameter. This way we want to support compiler or build system behavior when parameter is not specified at all. We see this as a combination of Boolean and Integer but struggling to implement this with current search techniques interface in a way to utilize search techniques for both primitive and complex parameter. Do you have any suggestion on this?
Metadata
Metadata
Assignees
Labels
No labels