eclipse-viatra / org.eclipse.viatra

Main components of the VIATRA framework
https://eclipse.dev/viatra
Eclipse Public License 2.0
0 stars 1 forks source link

Opt-in feature surrogates for local search backend #155

Closed bergmanngabor closed 2 months ago

bergmanngabor commented 3 months ago

LS does not have the SurrogateQueryRewriter in its preprocessing pipeline, since it can normally safely use derived features as is. However, for specialized model implementations where derived feature getters may be unreliable, it would be useful if there was an option to enable surrogates anyway.