You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One issue is that we're trying to fix all the properties at once, which might be too much. One idea is to find disjoint sets of properties: i.e. if two properties do not mention any of the same identifiers, they are considered disjoint. Then we could fix one set of disjoint properties to generate a fix for those properties and then (hopefully) merge those fixes.
The text was updated successfully, but these errors were encountered:
Finding fixes for these disjoint sets could also be done by a different type of search, maybe exhaustive or random. Then we could merge those solutions together with genetic search.
No, we can infer the disjoint sets ourselves, so the user doesn't do anything. But the search itself would be doing a multi-objective search which is (hopefully) an easier problem to solve.
One issue is that we're trying to fix all the properties at once, which might be too much. One idea is to find disjoint sets of properties: i.e. if two properties do not mention any of the same identifiers, they are considered disjoint. Then we could fix one set of disjoint properties to generate a fix for those properties and then (hopefully) merge those fixes.
The text was updated successfully, but these errors were encountered: