Added option to not compute hessian during search
This commit is contained in:
parent
f452301f0a
commit
e90e9ddb96
@ -665,6 +665,7 @@ class Search(Simulation):
|
||||
print(f'Equilibrium: {i:04}\n', flush=True)
|
||||
# Calculate kernel, and travel in some direction.
|
||||
|
||||
if self.kernel_step > 0:
|
||||
hess = self.frames[i].hessian(10e-5)
|
||||
ns = scipy.linalg.null_space(hess, 10e-4).T
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user