Skip to content

Mistake in PermDBeta #8

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

Open
gbelouze opened this issue Sep 21, 2022 · 0 comments
Open

Mistake in PermDBeta #8

gbelouze opened this issue Sep 21, 2022 · 0 comments

Comments

@gbelouze
Copy link

The implementation for the optimal point is wrong. It should be

def get_global_minimum(self):
    d = self.d
    X = np.arange(1, d)
    return (X, self(X))
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

No branches or pull requests

1 participant