Skip to content
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

[WIP] Nearest Extreme Point Oracle variant #86

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

[WIP] Nearest Extreme Point Oracle variant #86

wants to merge 8 commits into from

Conversation

pokutta
Copy link
Member

@pokutta pokutta commented Feb 14, 2021

No description provided.

@pokutta
Copy link
Member Author

pokutta commented Feb 14, 2021

basically implements https://arxiv.org/pdf/2102.02029.pdf

-> not done yet. need to change theory also to be more useful

@@ -162,6 +163,14 @@ function fw(
(t, primal, primal - dual_gap, dual_gap, (time_ns() - time_start) / 1.0e9),
)
end

# build-in NEP here
if nep === true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if nep === true
if nep

just checking the boolean directly

@matbesancon
Copy link
Member

looking quickly at the paper, doesn't this need new LMOs?

@pokutta
Copy link
Member Author

pokutta commented Feb 14, 2021 via email

@matbesancon matbesancon mentioned this pull request Feb 24, 2021
@matbesancon
Copy link
Member

matbesancon commented Mar 17, 2021

@pokutta I think you have merged this into another branch that got merged into master, it is already there - it is not quite ready because of the interfacing as the gradient change depends on the iteration. i will fix it for vanilla FW today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants