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

Tangled Dimensions #1

Closed
lcgraham opened this issue Apr 17, 2014 · 1 comment
Closed

Tangled Dimensions #1

lcgraham opened this issue Apr 17, 2014 · 1 comment

Comments

@lcgraham
Copy link
Contributor

Currently the dimensions for samples in the parameter space (\Lambda) and samples in the data space (D) are:

param, lambda -- (ndim, num_samples)
data -- (num_samples, mdim)

We desire the dimensions of samples from both spaces to match (num_samples, dim). Possible modules this needs to be fixed in are:

adaptiveSampling
basicSampling
simpleFunP
calculateP
plot_D_2D

@lcgraham
Copy link
Contributor Author

Dimensions are untangled except in subpackages:
loadBalance
visualize

@lcgraham lcgraham closed this as completed Jun 2, 2014
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