Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refinement - Implement iterative approach with ordering of properties #2

Open
2 tasks
xhajnal opened this issue Jan 28, 2019 · 3 comments
Open
2 tasks
Labels
enhancement New feature or request hard to fix Requires nontrivial amounts of knwoledge

Comments

@xhajnal
Copy link
Owner

xhajnal commented Jan 28, 2019

A method in which refinement of the separate properties are being put into a sequence or parallel and merged. As we use a conjunction of constraints:

  • if a region is red if it is unsat at least for a single constraint
  • if a region is green if it is sat for ALL constraints

Implementation:

  • What to do with green space
    • Intersection of green regions after computation (a bit hard to compute the intersection) vs.
    • use all props in the last iteration (absolutely inefficient) vs.
    • skip computing the green space (fast)
  • Heuristic optimisation - order the property:
    [1.] number of params
    [2.] order of the polynomial
    [3.] intervals of the data

see hsb submission/in notebook text for more details on the iterative approach

@xhajnal xhajnal added the enhancement New feature or request label Jan 28, 2019
@xhajnal
Copy link
Owner Author

xhajnal commented Feb 3, 2019

see 17260b2 without ordering: old approach

@tatjanapetrov
Copy link
Collaborator

not important, in my opinion. More important would be collecting properties into bins or moments

@xhajnal xhajnal added the hard to fix Requires nontrivial amounts of knwoledge label Jan 10, 2020
@xhajnal xhajnal added the TODO put this into the SPRINT label Feb 7, 2020
@xhajnal xhajnal removed the TODO put this into the SPRINT label Apr 1, 2020
@xhajnal xhajnal changed the title Implement iterative approach with ordering of properties Refinement - Implement iterative approach with ordering of properties Apr 1, 2020
@xhajnal
Copy link
Owner Author

xhajnal commented May 27, 2020

Probably not good, performance dropped when used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard to fix Requires nontrivial amounts of knwoledge
Projects
None yet
Development

No branches or pull requests

2 participants