Add new algorithm: SPABA SFFBA and MSEBA#47
Add new algorithm: SPABA SFFBA and MSEBA#47SUSTech-Optimization wants to merge 6 commits intobenchopt:mainfrom
Conversation
Added three algorithms SFFBA SPABA and MSEBA in the solver folder
Added the optimal hyperparameters of the three algorithms SFFBA SPABA and MSEBA in the config file
dd three algorithms SFFBA SPABA and MSEBA in the solver folder
Add three algorithms SFFBA SPABA and MSEBA in the solver folder
tomMoral
left a comment
There was a problem hiding this comment.
Hello!
thanks a lot for the PR!
I mostly have a few comments on the form, and a few questions to understand well the algorithms.
It mostly looks good to me but I just want to add extra info to make it easy to understand where the difference are.
|
We appreciate your suggestions regarding our code. If you have any questions, please feel free to contact us. We wish you all the best. |
|
Hi, I hope everything is going well. I would like to kindly follow up on this PR. If you have any suggestions or thoughts regarding our algorithms, please don’t hesitate to let us know — your feedback would be greatly appreciated. We sincerely appreciate your outstanding work and have been very interested in it. We also have some related research in progress, and if possible, we would be delighted to stay in touch and explore opportunities for long-term collaboration. Please let me know if there are any updates or if any further adjustments are needed. Thank you very much for your time and consideration. |
We have added three new algorithms: SPABA (Chu et al., ICML 2024), SFFBA, and MSEBA. For further details, refer to the$\texttt{spaba.py}$ , $\texttt{sffba.py}$ , and $\texttt{mseba.py}$ files located in the $\texttt{solver}$ folder. Additionally, we have updated the optimal parameter selection for these algorithms, and the corresponding files can be found in the $\texttt{config}$ folder.