-
Notifications
You must be signed in to change notification settings - Fork 18
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
Saul inference: moving beyond LBJava's inference #401
Open
danyaljj
wants to merge
71
commits into
CogComp:master
Choose a base branch
from
danyaljj:addingSaulInference
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 67 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
073d9b8
basic definition of constraint datastructures.
155a588
equality constraints in place.
258ffbd
fixing some definitions and some basic expansion of the constraints.
ee4e5b9
small fix for tests.
ab14102
fixing some issues in the implementation of constraints.
f7442b0
adding unit test for inference operators.
af9aa78
more unit test for inference
defe0bf
Merge remote-tracking branch 'upstream/master' into latestSept21
13c69a3
fixed some issues. Still debugging.
9d0ba78
up to at most everything works.
868f27b
inference tests work.
4bff89c
Merge remote-tracking branch 'upstream/master' into addingSaulInference
80a5637
minor change to setCover test.
f486ee5
minor fix, again.
f17cd92
setcover test works.
4ccfe8d
entity-relation seem to be working.
6025cfe
some srl constraints in place.
69ddb2c
equality constraints on two instances and two classifiers.
45f7859
implication rules has unit tests now.
6d936fd
remove the old inference files.
5a37c25
Everything should work, except quantifier test and srl-constraint test.
de826df
some renaming and cleaning.
bad08ef
more clean up
426222c
more clean up.
4ea4b55
Quantifier test should work.
a84234a
bring the L+I test for SRL, and no direct constraint test.
7340449
minor clean up, again, for ER.
4d82f99
bring back an ER test.
91bf54e
removing some redundant comments from ConstrainedClassifier.
a617313
adding foreach operator for node.
8877ce3
ER constraints working.
9afa9fb
minor.
8899095
Setting version to 0.5.4
d7f129e
Setting version to 0.5.5-SNAPSHOT
4be93d3
Merge remote-tracking branch 'upstream/master' into addingSaulInference
9105a36
minor.
9303aec
minor changes to the initializeSN test.
d1b30af
splitting the inference into multiple files.
574bb34
SRL constraints works with Gurobi.
1a56f6e
adding details of the constraints into readme.
9f9e329
adding details of the constraints into readme.
c3ba6e0
bring back SRL constraints.
2a46b6d
check in the constrained cls file
4477386
update the version number for ojalgo.
84bdef0
revert back the classifier name.
30d11e5
minor fix to the L+I assertion in the ModelsTest.
c962c3f
adding more to the readme file.
1d132f8
calling constrained classifiers via classifierUtils.
f67b7d6
formatting
7812282
minor.
ceb091a
Merge remote-tracking branch 'upstream/master' into addingSaulInference
9c91d2a
format.
0489d87
test again.
f2300d1
minor change in the test, again.
d96ef6f
minor change in the test, again.
d547d05
adding common errros section to the readme file.
0e0bf0a
small fix to caching.
ce51e2f
check the existence of the classifier in the constraint.
6bb35ec
Make ER tests more strict.
3c32a83
adding double-implication.
55f11bc
minor comments here and there, and ignoring the L+I test for SRL.
983cef2
making the inference optional.
4fadd4f
minor change in a method attribute.
17c99a1
drop a few obsolete tests.
5a0e6d7
applying the comments.
9a4ae64
minor fix to type parameters.
4bce6b7
fixing some warnings related to not exhausting match.
3c2c9b9
Merge remote-tracking branch 'upstream/master' into inference
9aadc4d
Fix some warnings thrown.
a4a316c
Merge pull request #7 from bhargav/inference
46b4f77
minor re-ordering of the contents.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo:
constrain
->constraint
in this and the next 4 lines.