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

I can’t specify the value of "d" #3

Open
zijiancogito opened this issue Apr 24, 2020 · 1 comment
Open

I can’t specify the value of "d" #3

zijiancogito opened this issue Apr 24, 2020 · 1 comment

Comments

@zijiancogito
Copy link

When I set d = 256 or other values, it will cause a bug.

@oalieno
Copy link
Contributor

oalieno commented Dec 8, 2020

vfa.value().append(VectorizedFunction(make_sequential_function(f, num_of_rnd_walks)))

Missing parameter dim to indicate the dimension of the function vector. Should be

 vfa.value().append(VectorizedFunction(make_sequential_function(f, num_of_rnd_walks), dim=dim*2)) 

See #6

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

2 participants