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

add support for list wise inits #6

Closed
nathanvan opened this issue Jun 2, 2015 · 1 comment
Closed

add support for list wise inits #6

nathanvan opened this issue Jun 2, 2015 · 1 comment
Assignees

Comments

@nathanvan
Copy link
Owner

On my blog, Harry Hiemstra, writes:

Thanks for making this program available.

I have troubles in getting rstanmulticore working when providing different sets of initial values for the chains. I get the following error message:

Error in combining the results of parallel workers:
The following elements of 'sflist' do not contain samples: 1, 2, 3.

Could you provide an example

The issue seems to be that the list-wise inits are promises that are not evaluated until they reach the workers. I am attempting to modify the code to force evaluation before sending the inits on.

@nathanvan nathanvan self-assigned this Jun 2, 2015
@nathanvan
Copy link
Owner Author

Fixed in 0.2.0.

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

No branches or pull requests

1 participant