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.
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
Allow nonlinear constraints #353 #371
Allow nonlinear constraints #353 #371
Changes from 45 commits
54ef586
93365c6
316c971
b0eff21
260337f
863bc70
e6f4dca
167dd99
ddc6302
65215c8
0e1fd32
ccf4879
aca5582
bfb6dd5
6983374
722672d
5839922
ac0d58b
a54e173
7e07e51
74c0a4a
cce4507
b10dae2
da8851e
50e5e93
3f62704
d7e2f12
0f72e16
b6d6a1a
05bca23
d4f8dc7
be6667f
4bfa384
613f2f9
cec6ee5
c764ad0
97630bc
ff0429d
9b64ef6
53298f6
a0fd21e
48e19c6
d623df4
90caf73
759b826
2539538
1762182
86aa8fd
d1e84b9
ec0e12f
0388795
9e45768
1f7c3b7
ce19560
76d3b9a
373d1f0
42a5f93
211b417
2c401ed
19b46cf
302024d
267c9e0
2b3d45b
7621916
18337c9
b4bc92d
c0466df
e143e33
1eebc18
30b6101
553d478
5b53ba7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can you please convert this to a notebook. I think having a script and a notebook will be more informative than two scripts.
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.
(Optional) Are we able to replace
self._check_params()
with the callable argcheck_params
if it is provided? I didn't fully check, but it seems like we could overwriteself._check_params()
if this arg is provided. This would clean up the attributes and logic if possible.