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

errror in creating hessian matrix #1

Open
jxchen01 opened this issue Nov 16, 2017 · 1 comment
Open

errror in creating hessian matrix #1

jxchen01 opened this issue Nov 16, 2017 · 1 comment

Comments

@jxchen01
Copy link

When creating the hessian matrix, it should be

hessian_full=[[()] * ndim for x in range(ndim)]

instead of

hessian_full = [[None] * ndim] * ndim

@Xinhuan-Imperial
Copy link

The created Heissian matrix is not symmetric?

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