[tune] Add SigOpt Integration#3844
Conversation
|
Previous PR here: https://github.com/ray-project/ray/pull/1570/files |
|
Test FAILed. |
|
Test PASSed. |
|
@andrewztan, are you planning to do this? can you push what you have? |
|
Added all functions except on_trial_result |
richardliaw
left a comment
There was a problem hiding this comment.
I think we just need to add this to tests and add documentation; see the bayesian opt PR and lets try to get this merged by tomorrow!
|
Test PASSed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test PASSed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
|
||
| if __name__ == '__main__': | ||
| import argparse | ||
|
|
There was a problem hiding this comment.
in this example, can you also add a check for the key? (like an assertion)
There was a problem hiding this comment.
should i make a check for the key in sigopt.py too?
richardliaw
left a comment
There was a problem hiding this comment.
Last comments about API key
|
Test FAILed. |
Co-Authored-By: andrewztan <andrewztan12@gmail.com>
|
Test FAILed. |
|
Test PASSed. |
|
Test PASSed. |
What do these changes do?
Integrates Sigopt into Tune as a search algorithm.
Related issue number