Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs598mp-fall2021-proj
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chsieh16
cs598mp-fall2021-proj
Commits
8d310c516d8a70cfad67ae293d85e852a1b1b30e
Select Git revision
Branches
2
main
default
protected
rounding
2 results
cs598mp-fall2021-proj
Author
Search by author
Any Author
authors
aastorg2
aastorg2
chsieh16
chsieh16
2 authors
Jan 30, 2022
Apply Dual Reduction after result is INF_OR_UNBD
· 8d310c51
chsieh16
authored
3 years ago
8d310c51
Enable dual reduction in presolve
· 22ca231e
chsieh16
authored
3 years ago
22ca231e
Jan 24, 2022
more notes
· 2b148106
aastorg2
authored
3 years ago
2b148106
adding debugging notes
· 96cfe8c1
aastorg2
authored
3 years ago
96cfe8c1
Jan 04, 2022
Remove the generated json to avoid reusing old trees
· 57fd363c
chsieh16
authored
3 years ago
57fd363c
Add ploting script for abs learned via dtree
· b6784183
chsieh16
authored
3 years ago
b6784183
removing csv files for testing
· c076660b
aastorg2
authored
3 years ago
c076660b
adding debugging files
· 7415b7d6
aastorg2
authored
3 years ago
7415b7d6
Dec 30, 2021
changing how python sum function is called for compatabily purposes
· a36462a2
aastorg2
authored
3 years ago
a36462a2
winner dnf outputted when we truly know we are done
· c066d08a
aastorg2
authored
3 years ago
c066d08a
Specify name as an init parameter
· 398e569a
chsieh16
authored
3 years ago
398e569a
Add DTree learner, teacher, and integration
· cb1dc02d
chsieh16
authored
3 years ago
cb1dc02d
Dec 29, 2021
Store mapping from all features to coefficients of base features
· eb62c8a4
chsieh16
authored
3 years ago
eb62c8a4
Annotate the memorized coefficient maps
· aa451672
chsieh16
authored
3 years ago
aa451672
Add negative as derived features
· 3bcef547
chsieh16
authored
3 years ago
3bcef547
Add a mapping to keep track of coefficients of each features
· 361f4d92
chsieh16
authored
3 years ago
361f4d92
Rename feature variables and parse tree
· 4bb9966d
chsieh16
authored
3 years ago
4bb9966d
Refactor file creation and feature names
· d84105f4
chsieh16
authored
3 years ago
d84105f4
Ignore compiled binary
· c9830a80
chsieh16
authored
3 years ago
c9830a80
Dec 27, 2021
adding variables needed to learn
· 7a31f611
aastorg2
authored
3 years ago
7a31f611
naming base features indexed by Ais Bis pair
· 1892540a
aastorg2
authored
3 years ago
1892540a
Merge branch 'main' of gitlab.engr.illinois.edu:chsieh16/cs598mp-fall2021-proj into main
· 7896968b
aastorg2
authored
3 years ago
7896968b
adding code that generates names( features) file
· 2ab901a9
aastorg2
authored
3 years ago
2ab901a9
Remove C binary and object files
· ea3631e5
chsieh16
authored
3 years ago
ea3631e5
can add positive and negative examples to learner files
· 4810bdc3
aastorg2
authored
3 years ago
4810bdc3
adding c5.0 impl
· 74c5446a
aastorg2
authored
3 years ago
74c5446a
Dec 23, 2021
Scaffold for connecting to the decision tree learner
· 2801b513
chsieh16
authored
3 years ago
2801b513
Dec 19, 2021
Fix bugs in computing center
· 1d93225e
chsieh16
authored
3 years ago
1d93225e
Add functions to convert samples to feature vectors
· 44914951
chsieh16
authored
3 years ago
44914951
Dec 15, 2021
code to start with a fresh .sl file
· 372ccd1f
aastorg2
authored
3 years ago
372ccd1f
Dec 13, 2021
fixing bug; sygus learner is now parameterized by name of .sl file
· d86a1d18
aastorg2
authored
3 years ago
d86a1d18
Dec 12, 2021
Filter more data
· ac5f3e7b
chsieh16
authored
3 years ago
ac5f3e7b
Dec 10, 2021
Merge branch 'main' of gitlab.engr.illinois.edu:chsieh16/cs598mp-fall2021-proj into main
· 65ea43c6
aastorg2
authored
3 years ago
65ea43c6
removing split from grammar we
· 9d3aecd4
aastorg2
authored
3 years ago
cant parse it yet
9d3aecd4
Fix bounds for teacher
· e66e8213
chsieh16
authored
3 years ago
e66e8213
Merge branch 'main' of gitlab.engr.illinois.edu:chsieh16/cs598mp-fall2021-proj into main
· 306ffd80
aastorg2
authored
3 years ago
306ffd80
fixing bug parsing floats
· cb0b5493
aastorg2
authored
3 years ago
cb0b5493
Add bound on the negative examples from teacher
· 8e6aab93
chsieh16
authored
3 years ago
8e6aab93
Merge branch 'main' of gitlab.engr.illinois.edu:chsieh16/cs598mp-fall2021-proj into main
· 5c7c4197
aastorg2
authored
3 years ago
5c7c4197
removing print statements
· 1b6089fb
aastorg2
authored
3 years ago
1b6089fb
Loading